Creating DLLs with DevCPP?

Started by
2 comments, last by VanKurt 18 years ago
Hi there! I want to create a DLL with DevCPP to use in my VS2005 project (don't ask why!) ;-) But when I compile the project in DevCPP all that comes out is the DLL itself. The .lib file is missing. When I create DLLs with VS2005 there's automatically a .lib. Is there a way to set up DevCPP to fix this problem? Thanks a lot!
Advertisement
I don't know if there's a setting in Devcpp to create a lib-file, but can't you just use the implib tool to create the lib-file out of the dll? (even though it's not that comfortable this way).
I've never heard of this tool. I'll have a look!
But of course it would be nicer to do this in DevCPP automatically...
No one?

This topic is closed to new replies.

Advertisement