Re: Resources in a static library
- From: "Giovanni Dicanio" <giovanni.dicanio@xxxxxxxxxxx>
- Date: Fri, 14 Dec 2007 12:23:27 +0100
"Torsten Hensel" <TorstenHensel@xxxxxxxxxxxxxxxxxxxxxxxxx> ha scritto nel
messaggio news:060AA7FD-85CF-4525-9D15-50792AF2BD6A@xxxxxxxxxxxxxxxx
I've created a static library that contains a dialog class. The dialog is
created using the dialog editor, so it's described in a resource file.
However, static libraries cannot contain resources.
It's possible to "manually" define a dialog resource with C/C++, starting
from DLGTEMPLATE structure:
http://msdn2.microsoft.com/en-us/library/ms645394.aspx
I don't know if there are tools that can parse a resource file and output
the C++ source code to create the dialog (however, these tools could be
developed... it's not very hard).
Giovanni
.
- Prev by Date: Re: CComQIPtr doubt
- Next by Date: Re: CComQIPtr doubt
- Previous by thread: How to implement a cool smooth curve control like this?
- Next by thread: Re: Resources in a static library
- Index(es):
Relevant Pages
|