Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Can CDT be used to make Windows DLLs from C++

So the accurate answer is that, yes, the CDT can be used with toolchains that produce Windows DLLs.
 
If you have the MinGW toolchain installed, you can create a Shared Library project that will produce DLLs. I can't remember if we have the hooks in to support resource files. But there is a resource compiler that comes with MinGW, windres. You can get all of this by installing Wascana, http://wascana.sourceforge.net.
 
We don't have a "official" plug-in available that supports integration with the Microsoft toolchain.
 
Doug.


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of craig and heather
Sent: Thursday, April 10, 2008 2:22 PM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Can CDT be used to make Windows DLLs from C++

If so is there an example of the procedure to do so?

How are resources included in the DLL?

--
Craig Lindley

Back to the top