Creating a C based dll
Lee McColl-Sylvester
lee.mccoll at lyons-group.co.uk
Fri Aug 4 09:23:23 PDT 2006
Hi list,
I'm trying to create a dll library in C due to the required export
commands. The entry point for this library has to be a C function, and
though C++ objects can exist inside of it, I'm having trouble getting
wxWidgets to function in that fashion. Obviously, I'd normally have a
C++ class deal with my entry points which means my wxApp class will be
run as expected, but is there a way I can manage that outside of a wxApp
class by instanciating it or something?
Thanks,
Lee
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20060804/144accad/attachment.htm
More information about the wx-users
mailing list