Search found 136 matches

by xtreampb
Tue Jul 16, 2013 12:52 am
Forum: Compiler / Linking / IDE Related
Topic: linker errors on update
Replies: 2
Views: 1939

Re: linker errors on update

had to go to the grid sample to fine the proper lib to link against
by xtreampb
Wed Jul 03, 2013 12:22 am
Forum: Compiler / Linking / IDE Related
Topic: linker errors on update
Replies: 2
Views: 1939

Re: linker errors on update

and yes i get the same errors when i copy my source files to the minimal project. the minimal project worked just fine.
by xtreampb
Wed Jul 03, 2013 12:22 am
Forum: Compiler / Linking / IDE Related
Topic: linker errors on update
Replies: 2
Views: 1939

linker errors on update

ok so i updated from 2.9.1(or 2.9.2) to the latest and now i'm getting the following linker errors Error 50 error LNK2001: unresolved external symbol "class wxEventTypeTag<class wxGridEvent> const wxEVT_GRID_CELL_CHANGED" (?wxEVT_GRID_CELL_CHANGED@@3V?$wxEventTypeTag@VwxGridEvent@@@@B) C:\...
by xtreampb
Sun May 12, 2013 2:41 am
Forum: Compiler / Linking / IDE Related
Topic: Mac OSX .8 and 2.9.4
Replies: 4
Views: 2930

Re: Mac OSX .8 and 2.9.4

ok when trying to build the minimal sample project i get these 4 errors and the deprecated warning /Users/xtreampb/Desktop/Programming/wxWidgets-2.9.4/src/osx/carbon/font.cpp:450:30: Use of undeclared identifier 'FMGetATSFontRefFromFont' /Users/xtreampb/Desktop/Programming/wxWidgets-2.9.4/src/osx/ca...
by xtreampb
Sun May 12, 2013 1:40 am
Forum: Compiler / Linking / IDE Related
Topic: Mac OSX .8 and 2.9.4
Replies: 4
Views: 2930

Re: Mac OSX .8 and 2.9.4

what preferences. every applications has preferences. Can you link to the full section of your quote.

Edit: NVM. I'm in xcode and currently installing i feel kinda dumb for my last set of questions.
by xtreampb
Sun May 12, 2013 12:02 am
Forum: Compiler / Linking / IDE Related
Topic: Mac OSX .8 and 2.9.4
Replies: 4
Views: 2930

Mac OSX .8 and 2.9.4

When I run the configuration command via command line (obviously) i get the error "no acceptable C compiler found in $PATH
See `config.log' for more details"

what can i do for this. I followed the tutorials word for word.

thanks for the help

awsome library

~Xtreampb~
by xtreampb
Fri May 10, 2013 12:00 am
Forum: Compiler / Linking / IDE Related
Topic: Building wxWidgets 2.8.12 and VS 2010
Replies: 11
Views: 4798

Re: Building wxWidgets 2.8.12 and VS 2010

i get these errors when i try to build both the minimal program and my program Error 496 error LNK1120: 6 unresolved externals C:\Users\thoma_000\Desktop\Programming\Schedule Me\Schedule Me\Debug\Schedule Me.exe Schedule Me Error 462 error LNK2001: unresolved external symbol "private: static cl...
by xtreampb
Thu May 09, 2013 9:55 pm
Forum: Compiler / Linking / IDE Related
Topic: Building wxWidgets 2.8.12 and VS 2010
Replies: 11
Views: 4798

Re: Building wxWidgets 2.8.12 and VS 2010

ok so i got 494 errors mostly b/c of linking. I built using unicode (that is default right) and static (SHARED=0). the same way for both debug and release. the errors are because of the linker additional includes or something like that. Got any advice, do you want all the errors> Thank you, ~X~
by xtreampb
Thu May 09, 2013 4:24 pm
Forum: Compiler / Linking / IDE Related
Topic: Building wxWidgets 2.8.12 and VS 2010
Replies: 11
Views: 4798

Re: Building wxWidgets 2.8.12 and VS 2010

](*,) i didn't scroll down to see the other projects. I feel stupid now. Well i would prefer to build via cmd line thank you for the help :)
by xtreampb
Thu May 09, 2013 11:03 am
Forum: Compiler / Linking / IDE Related
Topic: Building wxWidgets 2.8.12 and VS 2010
Replies: 11
Views: 4798

Re: Building wxWidgets 2.8.12 and VS 2010

I am using 2.9.4 per your last post but, this is exactly what i'm looking for thank you I'll try it after work :)
by xtreampb
Thu May 09, 2013 1:55 am
Forum: Compiler / Linking / IDE Related
Topic: Building wxWidgets 2.8.12 and VS 2010
Replies: 11
Views: 4798

Re: Building wxWidgets 2.8.12 and VS 2010

when i try to open the wx soultuion it says (and it does this for all the projects in the solution) that <project name> cannot be loaded, would you like to remove it from the solution. It says this after i tell it to upgrade it. It also says this regardless if i upgrade the soulution or not.
by xtreampb
Wed May 08, 2013 9:42 pm
Forum: Compiler / Linking / IDE Related
Topic: Building wxWidgets 2.8.12 and VS 2010
Replies: 11
Views: 4798

Building wxWidgets 2.8.12 and VS 2010

Hey all i got a new computer and i'm trying to build wxWidgets 2.8.12 for MSW but when i attempt to build using the provided vsproject i attempt to upgrade but it says that each project cannot be loaded. any advice? I'm running on Win 8 but i'm using VS 2010.

Thank you,

~Xtreampb~
by xtreampb
Sat Sep 22, 2012 10:42 am
Forum: C++ Development
Topic: supress bounds warning
Replies: 3
Views: 1507

Re: supress bounds warning

here is the warning message

../include/wx/arrstr.h(179): assert "nIndex < m_nCount" failed in Item(): wxArrayString: index out of bounds
Do you want to stop the program?
You can also choose [Cancel] to suppress further warnings.
by xtreampb
Sat Sep 22, 2012 1:49 am
Forum: C++ Development
Topic: supress bounds warning
Replies: 3
Views: 1507

supress bounds warning

I have an error when i run my code. It asks me if i want to stop my program because of an index bounds warning. I've looked at my code and don't see a problem. How would i supress this warning so that my users don't see this warning on run time?
by xtreampb
Wed Apr 04, 2012 8:00 pm
Forum: C++ Development
Topic: wxControlWithItems::Delete
Replies: 15
Views: 3440

Re: wxControlWithItems::Delete

I saw it. This is going to sound ignorant but i didn't see a need to go through all the individual testing because of the way the program is set up (and my lack of understanding of wxASSERT). Nothing will appear in this list box unless there is something selected in the first 2 list boxes. Element i...