wxWidgets GUI procedure call dll problem Topic is solved

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
hats
Experienced Solver
Experienced Solver
Posts: 70
Joined: Wed Sep 16, 2009 3:50 pm
Location: China
Contact:

wxWidgets GUI procedure call dll problem

Post by hats »

I used wxDev-C + + to write a dll and compile successfully, in the dos interface to create a new project and use WinApi functions LoadLibrary and GetProcAddress call the dll success.
However, in GUI program, I did not call the success of the program. In GUI program how to call the dll??
illnatured
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 234
Joined: Mon May 08, 2006 12:31 pm
Location: Krakow, Poland

Post by illnatured »

GUI programs can use LoadLibrary and GetProcAddress as well.
VC++ 2005 / Windows XP / wxWidgets 2.8.9
hats
Experienced Solver
Experienced Solver
Posts: 70
Joined: Wed Sep 16, 2009 3:50 pm
Location: China
Contact:

Post by hats »

Thanks ,wxWidgets GUI program can also use dlls. I try it again and it work.
Post Reply