Creating a C based dll

Iulian-Nicu Serbanoiu undergraver at gmail.com
Fri Aug 4 11:13:41 PDT 2006


Some things related to wxwidgets in DLL discussed here on the list:

http://groups.google.com/group/comp.soft-sys.wxwindows/browse_thread/thread/239f932b93162f14/2c85ed212d8ce488?lnk=st&q=&rnum=2&hl=en#2c85ed212d8ce488

and

http://www.nabble.com/Re%3A-How-to-create-wx-forms-in-shared-objects-%28.so%29---DLL---The-solution-p4335079.html

Maybe this helps. In case of using wx as a shared library there
shouldn't be any problems.

Regards,

Iulian

On 8/4/06, Lee McColl-Sylvester <lee.mccoll at lyons-group.co.uk> wrote:
>
>
>
>
> 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
>
>
>
>
>
>




More information about the wx-users mailing list