[wxMSW2.5.3/VS7] core DLL compilation problem.

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
Cursor
Earned some good credits
Earned some good credits
Posts: 120
Joined: Sun Aug 29, 2004 3:09 pm
Location: Grenoble, France
Contact:

[wxMSW2.5.3/VS7] core DLL compilation problem.

Post by Cursor »

Hello.

I want to compile wxMSW 253 in DLL version because I want to use it in exe and dll. (The problem was not present in static version)

I follow the compilation procedure (compile tiiff then png ... then base : OK and core : pb).
The compil fail on main.cpp#128 : 'wxEntry' : none of the 2 overloads can convert parameter 1 from type 'HANDLE'
The DllMain instance call a bad wxEntry.

Have I forget anything ?
Is exist a patch for ?

thx.
Post Reply