Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B

wxWidget with codeblocks problem

(1/10) > >>

gtafan:
Have instaled CodeBlocks and wxWidget 3.0.x but still unable to start a wxWidget project, always geting this error mesages:





I donĀ“t care about debug, as never using it, but release is a problem.
My OS is Windows, but it should be already clear because of the pics.

stahta01:
How did you build the wxWidgets binaries?

Tim S.

gtafan:
mingw32-make -f makefile.gcc BUILD=release SHARED=0 MONOLITHIC=1 UNICODE=1 clean
mingw32-make -f makefile.gcc BUILD=release SHARED=0 MONOLITHIC=1 UNICODE=1
So after that some .a files apear in the lib folder, but the error mesage staied the same, as befor building.

Miguel Gimenez:
Did you uncheck the "Use wxWidgets DLL" option of the wizard? You created a static version of wxWidgets (SHARED=0).

gtafan:

--- Quote from: mgimenez on March 24, 2017, 04:36:43 pm ---Did you uncheck the "Use wxWidgets DLL" option of the wizard? You created a static version of wxWidgets (SHARED=0).

--- End quote ---
Yes I did.

Navigation

[0] Message Index

[#] Next page

Go to full version