Using .lib and .dll files in Linux

Posted by smile on Stack Overflow See other posts from Stack Overflow or by smile
Published on 2010-02-22T06:39:21Z Indexed on 2010/04/11 17:33 UTC
Read the original article Hit count: 295

Filed under:
|
|
|
|

Hi all,

I have to make a project to run successfully on a Linux machine. Right now my project works very well on windows machine. On Windows machine it is compiling and working fine. My project is using one ".lib" and one ".dll" file to do the tasks successfully on Windows. Can i use the same .lib file and .dll file on linux machine to build the project successfully? I am compiling the project with G++ and using GNU Makefile to do the task.

What should i do in the case that i can not use the .LIB and .DLL file on Linux machine.

Thanks in advance

Shivakumar.Konidela

© Stack Overflow or respective owner

Related posts about c++

Related posts about g++