[WX-C] Compiling and using wx-c.dll

External libraries (GTK, GSL, SDL, Allegro, OpenGL, etc) questions.
Post Reply
St_W
Posts: 1619
Joined: Feb 11, 2009 14:24
Location: Austria
Contact:

[WX-C] Compiling and using wx-c.dll

Post by St_W »

Hello,

I want to use the GUI Lib wxWidgets in my little program, but I didn't manage to compile and build the "WX-C.DLL", the *.DEF, *.A, .... files.

I've already tried the binary release of wx-c from http://wxnet.sourceforge.net/, but my compiled program doesn't work with this version of the DLL-file and just displays an error (procedure entry point [..] not found in dll wx-c.dll ...).

How do I compile or build the Wx-C Lib (wx-c.dll), Linking-Includes (wx-c.dll.a) and other needed stuff?

The program would primarily run on Windows, but I also want to make a Linux-Version. How does this work with Linux?

Thanks,
St_W
srvaldez
Posts: 3373
Joined: Sep 25, 2005 21:54

Post by srvaldez »

try http://vwx-cdev.sourceforge.net/ it worked OK with the demo in FB\examples\wx-c
St_W
Posts: 1619
Joined: Feb 11, 2009 14:24
Location: Austria
Contact:

Post by St_W »

I've already tried this version of the DLL and it works, but I also want to compile it myself if it's possible and do some changes to the code (for example I didn't find any function to disable a checkbox with the c-wrapper).

I've read, that the version 0.7.1 does work ... I'll try it ...
Post Reply