Search found 12 matches

by gustxw
Thu Dec 26, 2019 9:42 am
Forum: Compiler / Linking / IDE Related
Topic: WxWidgets codeblocks form builder stuff not showing
Replies: 0
Views: 14380

WxWidgets codeblocks form builder stuff not showing

hello,
im using codeblocks 17.2 wxwidgets 3.1 and
windows 10

im using wxwidgets on windows trying to use the gui wxform builder with codeblocks and it shows there but it seems not to work in outputting anything when i actually run the program what could be the reason for this?
by gustxw
Tue Sep 17, 2019 2:12 pm
Forum: Compiler / Linking / IDE Related
Topic: wxwidgets unresolved external symbol _mainreferend in function int
Replies: 4
Views: 6762

Re: wxwidgets unresolved external symbol _mainreferend in function int

yea i did know about that and set that previously, weirdly i hit build and it built successfully this time then ran and got progressed to vc_.dll not found now instead so i added it and it worked! very weird
but thanks everyone
by gustxw
Tue Sep 17, 2019 12:59 am
Forum: Compiler / Linking / IDE Related
Topic: wxwidgets unresolved external symbol _mainreferend in function int
Replies: 4
Views: 6762

Re: wxwidgets unresolved external symbol _mainreferend in function int

ah yes i dont have a main function, i thought that might a prob but idk the internals of wx yet so i thought maybe it might still work in someway, where should i put it? here is my code cApp.h #pragma once #include <wx/wxprec.h> #include "wx/wx.h" class cApp:public wxApp { public: cApp(); ...
by gustxw
Mon Sep 16, 2019 10:09 pm
Forum: Compiler / Linking / IDE Related
Topic: wxwidgets unresolved external symbol _mainreferend in function int
Replies: 4
Views: 6762

wxwidgets unresolved external symbol _mainreferend in function int

hey guys im trying to use wxwidgets with visual studio 2017 and windows 10 but im having these errors when i try to build im in debug mode x86 Severity Code Description Project File Line Suppression State Error LNK2019 unresolved external symbol _main referenced in function "int __cdecl invoke_...
by gustxw
Wed Aug 21, 2019 2:16 pm
Forum: C++ Development
Topic: wxwidgets with sfml
Replies: 2
Views: 1223

Re: wxwidgets with sfml

thanks!
by gustxw
Wed Aug 21, 2019 2:38 am
Forum: C++ Development
Topic: wxwidgets with sfml
Replies: 2
Views: 1223

wxwidgets with sfml

hey there im trying to get sfml 2.4.2 to work with wx widgets 3.1 on codeblocks windows 10 and im following this guide https://www.sfml-dev.org/tutorials/1.6/graphics-wxwidgets.php#creating-the-wxwidgets-interface-and-using-our-custom-control because its the only one that ive found even tho its for ...
by gustxw
Sun Aug 18, 2019 6:58 pm
Forum: Compiler / Linking / IDE Related
Topic: codeblocks project setup giving Wxdeeconnectionlisterror
Replies: 4
Views: 2298

Re: codeblocks project setup giving Wxdeeconnectionlisterror

oh wow i copied the 2 dlls and it worked! thank you!! :D i woulda never got thru this on my own
by gustxw
Sun Aug 18, 2019 3:44 pm
Forum: Compiler / Linking / IDE Related
Topic: codeblocks project setup giving Wxdeeconnectionlisterror
Replies: 4
Views: 2298

Re: codeblocks project setup giving Wxdeeconnectionlisterror

Ok i made a new project and fixed those, now when trying to start im getting the error it seems "The application was unable to start correctly(0xc0000be). Click OK to close the application, I included my build options linker settings and build options compiler and linker search directories and ...
by gustxw
Wed Aug 14, 2019 3:38 am
Forum: Compiler / Linking / IDE Related
Topic: codeblocks project setup giving Wxdeeconnectionlisterror
Replies: 4
Views: 2298

codeblocks project setup giving Wxdeeconnectionlisterror

I am trying to compiler wxwidgets i build the library with the command and included it in codeblocks for compiler settings to my wx widgets directory wxwidgets 3.1 windows 10 mingw codeblocks 17.2 latest i have followed the installation instructions for wxwidgets on this forum 3.1.2 + codeblocks 17....
by gustxw
Tue Aug 13, 2019 7:46 pm
Forum: Compiler / Linking / IDE Related
Topic: wxwidgets codeblocks wx.rc no such file or directory
Replies: 1
Views: 1696

wxwidgets codeblocks wx.rc no such file or directory

Hello I am trying to compiler wxwidgets i build the library with the command and included it in codeblocks for compiler settings to my wx widgets directory wxwidgets 3.1 windows 10 mingw codeblocks 17.2 latest i have followed the installation instructions for wxwidgets on this forum 3.1.2 + codebloc...
by gustxw
Tue Aug 13, 2019 11:25 am
Forum: Compiler / Linking / IDE Related
Topic: wxwidgets codeblocks setup.h file not found
Replies: 1
Views: 1439

wxwidgets codeblocks setup.h file not found

Hello

I am trying to compiler wxwidgets but
getting setup.h file not found as an error
i build the library with the command
and included it in codeblocks
for compiler settings to my wx widgets directory
wxwidgets 3.1
windows 10
mingw
codeblocks 17.2 latest
by gustxw
Thu Aug 08, 2019 8:45 pm
Forum: Compiler / Linking / IDE Related
Topic: MinGW-Builds 8.1.0 and WxWidgets 3.1.1 compile error
Replies: 9
Views: 5929

Re: MinGW-Builds 8.1.0 and WxWidgets 3.1.1 compile error

Hello is it true newer versions of mingw break wx widgets build i have been having this problem im using codeblocks 17.2 and mingw tho idk if the mingw being used is the codeblocks one cause ive noticed in some cases it finds the mingw i have installed in C:\ but regardless when i run C:\Users\gustx...