User forums > Using Code::Blocks
WxWidgets 2.8 and Code::Blocks 10.5 not working?? Please help
noobscratcher:
okay dudes im a novice in c++ but linking up libraries has always been a issue for me so i need some guidance iv been trying for like 3weeks to get WxWidgets 2.8+ to get Working With CODE::BLOCKS and for some reason it keeps coming up with errors like
Wx setup.h not found and stuff in that area also can not define certain bits of wx functions most likely due to wx setup.h
if someone could explain to me in full english terms how to get it too work i would love you for the rest of my life and tell people about this forum forever too! :D and if for some reason you cant talk in english terms please explain the meaning of the terms in english :)
and please dont link me to Wxwiki please lol been trying that for ages none of the tutorials work from my experience
also if possible could you explain to me how you worked out how to do it if so :) because i want to be able to fix these problems myself :D
pebri86:
are u make the project with the wizard?
noobscratcher:
Yes i have tried the wizard! :D but alas it fails to execute the program it makes
pebri86:
I just make a new wxwidgets project with File > New > Projects and choosing wxWidgets Project
and insert this include file:
--- Quote ---#include <wx/setup.h>
--- End quote ---
it worked perfectly for me..
can u post a segment of your code?
noobscratcher:
iv just used the standard gui code that came with the wxwidget project to see if it works fine and it doesnt execute it just posts errors
and im shore you already can see the code by just making a simply wxprject in code::blocks
C:\wxWidgets-2.8.12\include\wx\platform.h|196|error: wx/setup.h: No such file or directory|
Navigation
[0] Message Index
[#] Next page
Go to full version