Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

creating a dll from c++ using cygwin

Status
Not open for further replies.

lsoleyma

Technical User
Joined
Apr 7, 2007
Messages
1
Location
CA
Hi,

I inherited a .lib file that I need to use to make a .dll file from a c++ file. I am able to do this in visual studio but I can not do this using cygwin. I would like to build the dll using the commandline in order to create a make file. Can someone help me. I would really appreciate it.

Thanks
 
You can run the Visual Studios complier from a make file in cygwin. I don't know if g++ in cygwin can create dll files or if you need either mingw or djgpp.

[plug=shameless]
[/plug]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top