Library with wxWidgets support? Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
Elmi
Super wx Problem Solver
Super wx Problem Solver
Posts: 293
Joined: Thu Mar 12, 2009 3:23 pm
Location: Germany
Contact:

Library with wxWidgets support?

Post by Elmi »

Just before I tried anything here: When I have a main application that is a plain wxWidgets application it should be no problem to use an external library that accesses wxWidgets functionality too?

Is the initialization that is done by the main applicationn (Mainloop starting and so on) enough or are there any preconditions that have to be met by the external library?
Frank
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 211
Joined: Sat Jan 01, 2005 6:19 pm

Post by Frank »

No, it's no problem.

I use some external libraries (PDF-Renderer, Word-Processor, Charting-Lib, DBase-Lib and then some). No problems whatsoever.
Post Reply