Search found 3 matches

by steph291
Fri May 24, 2019 9:40 pm
Forum: Database Related
Topic: Connecting MySql to C++ Project via wxWidgets
Replies: 6
Views: 17832

Re: Connecting MySql to C++ Project via wxWidgets

I'll do that this weekend ! Implement mysql calls to libmysqlclient-dev in a GUI wxWidgets apps. Env. : Linux Ubuntu Bionic 64b, Win7 64b IDE : Code::Blocks RAD : wxSmith Comm. : tcp/ip internal network addr. range 192.168.x.x Machine 1: win7 with mobaxterm ssh terminal tunnelling Machine 2 : Ubuntu...
by steph291
Wed May 15, 2019 3:57 pm
Forum: Database Related
Topic: Connecting MySql to C++ Project via wxWidgets
Replies: 6
Views: 17832

Re: Connecting MySql to C++ Project via wxWidgets

I'm used to api's like OCI Oracle Call Interface,
dblib for mssql or mysql libmysqlclient-dev... all in C.
I'm pretty sure you could implement .h
and libs easily in a wxSmith project
tweak the stuff and go, try it with c calls!
:?:
by steph291
Wed May 15, 2019 1:48 pm
Forum: General Development
Topic: WxWidgets App with multiples windows
Replies: 2
Views: 1916

WxWidgets App with multiples windows

Hi everyone, I'm new to C++ and RAD tools (wxSmith within CodeBlocks) So far it's working and fun BUT today is scratchingHead day... I have a main window that call another window. On event (a double click) do your stuff and catch another event in the main window which is OnTreeCtrl1ItemActivated(wxT...