Search found 7 matches

by DarthVega7
Wed Apr 22, 2015 5:00 pm
Forum: C++ Development
Topic: Sockets issues - Client
Replies: 1
Views: 610

Sockets issues - Client

Hi,

I'm trying to follow the steps here:

viewtopic.php?t=2736

I'm getting this error on the client:
error: no 'void wxTCP_Client_TestFrame::OnSocketEvent(wxSocketEvent&)' member function declared in class 'wxTCP_Client_TestFrame'
Thanks,

- DV
by DarthVega7
Sat Apr 18, 2015 1:52 pm
Forum: wxCode
Topic: wxsqlite3 retrieve database data and put into variable
Replies: 5
Views: 5359

Re: wxsqlite3 retrieve database data and put into variable

DenDev wrote:ExecuteQuery returns a ResultSet object that can be enummerated:

http://wxcode.sourceforge.net/docs/wxsq ... c23512930d

Sorry, I'm such a newb... How do I enumerate the ResultSet object?
by DarthVega7
Sat Apr 18, 2015 1:06 pm
Forum: wxCode
Topic: wxsqlite3 retrieve database data and put into variable
Replies: 5
Views: 5359

wxsqlite3 retrieve database data and put into variable

Hello, I'm fairly new to wxsqlite3 and all I know how to do right now is execute a command: mydb->ExecuteQuery("select * from dbtable WHERE UserID=DarthVega7") But how do I actually retrieve the information and put it into a variable? I tried this: string variable = mydb->ExecuteQuery(&quo...
by DarthVega7
Fri Mar 13, 2015 11:58 pm
Forum: Compiler / Linking / IDE Related
Topic: wxSQLite compile errors
Replies: 1
Views: 1117

Re: wxSQLite compile errors

Fixed it! Had to link to sqlite3.a
by DarthVega7
Fri Mar 13, 2015 11:34 pm
Forum: Compiler / Linking / IDE Related
Topic: wxSQLite compile errors
Replies: 1
Views: 1117

wxSQLite compile errors

I'm not sure if this is in the right forum? Sorry. Whenever I try to compile my wxSmith program with wxSQLite commands I get this set of errors: ||=== Build: Debug in wxBT3 (compiler: GNU GCC Compiler) ===| obj\Debug\wxsqlite3.o||In function `ZN18wxSQLite3Exception17ErrorCodeAsStringEi':| C:\Users\J...
by DarthVega7
Sat Mar 07, 2015 2:55 pm
Forum: C++ Development
Topic: C++ program crashes when dialog window is opened
Replies: 1
Views: 786

C++ program crashes when dialog window is opened

Hello, My program keeps crashing when the ViewItem dialog window is opened. Here's my error log: #0 FEEEFEEE ?? () (??:??) #1 00CB6BCF wxWindowBase::InformFirstDirection(this=0x65a108, direction=8, size=62, availableOtherDir=-86) (../../src/common/wincmn.cpp:873) #2 00C977E8 wxSizerItem::InformFirst...
by DarthVega7
Sat Feb 21, 2015 6:32 pm
Forum: Compiler / Linking / IDE Related
Topic: trouble building library
Replies: 2
Views: 1522

trouble building library

Hey guys, I'm getting this error every time I try to build the wxWidgets library: C:\SourceCode\Libraries\wxWidgets3.0\build\msw>C:\MinGW\bin\mingw32-make.exe -f makefile.gcc SHELL=CMD.exe BUILD=debug SHARED=1 MONOLITHIC=1 UNICODE=1 CXXFLAGS= -fno-keep-inline-dllexport gcc -c -o gcc_mswuddll\wxregex...