5 Apr
2006
5 Apr
'06
09:51
There is a program which might run under Linux and incorporates C, C++ routins using their DLL. I don't know much about this. How to make DLL in Linux? If it is not posible, how to do it in Windows?
The .so files (shared libraries) are equivalent to Windows DLLs. You can build these with the gcc compiler.