Quote:
Originally posted by mohan_mohan
Here I also have a VB DLL. So I want to convert this VB DLL to Linux .so. Sorry for making you more burden.. Just I need the suggestion whatever it may be.
|
Hmmm... We do a lot of porting between different platforms, but we have source code in C/C++ so it's just a matter of using standard ANSI C/C++ and appropriate makefiles. I'm not sure if there's an easy way to port code in the binary format, though. The fact that both Windows and (typical) Linux use the Intel 32-bit CPU may help, but I could be wrong.
Sorry I can't be of much help...