Hi, > i have a .dll created in visual basic 6.0. > now i want to run that .dll in linux platform, so how can i do this?.
Use wine (http://www.winehq.org/) > is it possible with mono framework? > if so then can you guide me how to start?, how to compile?, how to > execute? If you absolutely do not want to use wine, you need to convert your VB6 dll/project/application to VB7+ using Visual Studio first, when you got it working in Windows, you just copy your application to a linux machine where you have mono installed and execute 'mono myapp.exe'. Rolf > can you tell me what are the steps to use mono framework? > > i will be thankfull to all of you... > > > > > -- > View this message in context: http://www.nabble.com/DLL-Created-in- > Visual-Basic-6.0-can-run-on-cross-platform-tp23611949p23611949.html > Sent from the Mono - General mailing list archive at Nabble.com. > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
