Search found 5 matches

by Nishal
Wed Jun 18, 2014 9:22 am
Forum: General Development
Topic: Porting wxWidgets apps developed with Visual C++ to other OS
Replies: 3
Views: 2556

Re: Porting wxWidgets apps developed with Visual C++ to othe

Thank you very much for that reply. That would help a lot.

By the way, can you post a list of VC++ specific commands(or give a link to a page containing that).
by Nishal
Mon Jun 16, 2014 2:37 pm
Forum: General Development
Topic: Porting wxWidgets apps developed with Visual C++ to other OS
Replies: 3
Views: 2556

Porting wxWidgets apps developed with Visual C++ to other OS

I don't know if this is the right category to ask this question. Well, i've been developing wxWidgets apps on windows using mingw compiler and code::blocks IDE(wxSmith). I was reading some comparison between c++ compilers online and somewhere I read that MinGW(or they might have mentioned GCC instea...
by Nishal
Tue Jun 04, 2013 4:24 pm
Forum: Database Related
Topic: Unable to connect to MySQL server using mysql c++ connector
Replies: 8
Views: 18415

Re: Unable to connect to MySQL server using mysql c++ connec

Well, it's been quite a long time since I have posted this thread. I didn't get a reply for a long time. So, I tried finding it out myself and found that it was because the libmysql.dll file that is required for accessing the database was built using visual c++. But I was using mingw. Hence, I decid...
by Nishal
Sun Apr 28, 2013 4:03 pm
Forum: Database Related
Topic: Unable to connect to MySQL server using mysql c++ connector
Replies: 8
Views: 18415

Unable to connect to MySQL server using mysql c++ connector

I would like to develop a application in c++ in which I want to use MySQL for storing data in my database. I am connecting to the database through "MySQL C++ connector 1.1.3" library.... The problem is that when the "driver->connect(--parameters--)" function is executed, the prog...
by Nishal
Wed Apr 17, 2013 12:33 pm
Forum: General Development
Topic: Splitting project into DLLs....
Replies: 2
Views: 1980

Splitting project into DLLs....

I want to split my wxWidgets project into DLLs. The main frame etc. will be in the main project , but I want to store all the custom wxPanels, etc. in DLLs. How can I do this??? I intend to load the DLLs during runtime into my main application... I am using code::blocks 12.11 IDE and wxWidgets 2.9(S...