Search found 25 matches

by haroldjpa
Tue Jul 15, 2014 5:06 pm
Forum: Database Related
Topic: Data base app with wxWidgets 3.x
Replies: 2
Views: 14126

Data base app with wxWidgets 3.x

Hello everyone

How can i do a Database app with wxWidgets 3.x whether wxODBC does not exist in that version ?

for example:

What is the way to... ?

wxApp with postgresql
wxApp with MySQL
wxApp with MSAcces

Thanks a lot :D
by haroldjpa
Wed Nov 27, 2013 8:55 pm
Forum: Compiler / Linking / IDE Related
Topic: wxDevcpp to CodeBlocks, String and char problems unicode
Replies: 3
Views: 2129

Re: wxDevcpp to CodeBlocks, String and char problems unicode

Hello everybody I found solution by myself, :) , so, the problem was beacuse wxDevcpp libraries are compiled without unicode mode. So, my old code was made in this way non unicode mode. then i just compiled wx libraries with option UNICODE=0 and progran runs Ok Link with that error solution http://f...
by haroldjpa
Tue Nov 26, 2013 4:39 pm
Forum: wxDev-C++
Topic: About wxDevC++
Replies: 8
Views: 5631

Re: About wxDevC++

I suggest to you, use another IDE, like codeblocks, code lite, etc. I used to use wxDev and it crashes a lot, and is deprecated
by haroldjpa
Tue Nov 26, 2013 4:33 pm
Forum: wxDev-C++
Topic: wxDevC++ crashing on new project
Replies: 2
Views: 2492

Re: wxDevC++ crashing on new project

Try to use another IDE
by haroldjpa
Tue Nov 26, 2013 4:13 pm
Forum: Compiler / Linking / IDE Related
Topic: wxDevcpp to CodeBlocks, String and char problems unicode
Replies: 3
Views: 2129

wxDevcpp to CodeBlocks, String and char problems unicode

Hello folks I did a program with wxDevcpp, I did its code, with a mix between wxwidgets and ANSI C a long time ago. So, wxDevcpp is deprecated, and i want to use codeblocks, I compiled wx libraries like this mingw32-make -f makefile.gcc MONOLITHIC=1 SHARED=1 UNICODE=1 BUILD=release And when i'm tryi...
by haroldjpa
Tue Aug 24, 2010 2:58 pm
Forum: C++ Development
Topic: WxEmail
Replies: 2
Views: 1408

WxEmail

Hello all, i need know, how can i do to send email with attached file, using wxWidgets, I already did it using wxEmail, but always wxEmail returns Error. Do you know where can i find a source code that do it? It does not import if it use WinAPI. Thanks a lot Español Hola todos, Necesito saber como p...
by haroldjpa
Thu Jul 15, 2010 9:46 pm
Forum: Open Discussion
Topic: any wx IDE?
Replies: 3
Views: 2790

i'm sorry, i wont just a quick reply.
by haroldjpa
Thu Jul 15, 2010 4:58 pm
Forum: wxDev-C++
Topic: serial port problem
Replies: 2
Views: 2645

look at this web

https://iftools.com/opensource/ctb.en.php

i made a serial program with that library wxCTB
by haroldjpa
Thu Jul 15, 2010 4:49 pm
Forum: Open Discussion
Topic: any wx IDE?
Replies: 3
Views: 2790

any wx IDE?

Hello everybody
does any real, complete, serious, professional, wxWidgets IDE with forms builder in the world? i worked with wxdevcpp but it crashes all the time. :?
by haroldjpa
Thu Jul 15, 2010 4:36 pm
Forum: C++ Development
Topic: any wx IDE?
Replies: 1
Views: 761

any wx IDE?

Hello everybody does any real, complete, serious, professional, wxWidgets IDE with forms builder in the world? i worked with wxdevcpp but it crashes all the time. :? Edit by DavidHart : Please don't make multiple posts. I've locked this thread (as there was a response) and deleted others, leaving th...
by haroldjpa
Wed May 05, 2010 3:41 pm
Forum: C++ Development
Topic: how to do Hotkey and screenshot
Replies: 2
Views: 1129

Ok thanks a lot, I will try it
by haroldjpa
Tue May 04, 2010 4:15 pm
Forum: C++ Development
Topic: how to do Hotkey and screenshot
Replies: 2
Views: 1129

how to do Hotkey and screenshot

Hello how are you? Well, All the following in Wxwidgets... 1) i need know how to create a hotkey in my Wxapp, my Wxapp will must run in background and activate when i press hotkey on windows, but i don't know how to do it.¿ Do you know it? 2) How to do Screenshot with wxwidgets in .jpg format. Thank...
by haroldjpa
Thu Apr 29, 2010 3:03 pm
Forum: wxDev-C++
Topic: Hotkeys and Screenshot
Replies: 4
Views: 4206

Hotkeys and Screenshot

Hello how are you? Well, All the following in Wxwidgets... 1) i need know how to create a hotkey in my Wxapp, my Wxapp will must run in background and activate when i press hotkey on windows, but i don't know how to do it.¿ Do you know it? 2) How to do Screenshot with wxwidgets in .jpg format. Thank...
by haroldjpa
Tue Feb 24, 2009 5:10 pm
Forum: wxDev-C++
Topic: Detected error when change EditStyle to ComboBox
Replies: 4
Views: 2037

Ok ;)
by haroldjpa
Fri Feb 13, 2009 7:10 pm
Forum: wxDev-C++
Topic: Detected error when change EditStyle to ComboBox
Replies: 4
Views: 2037

Detected error when change EditStyle to ComboBox

Español. Buen dia. Si yo estoy usando v7 RC4. La cantidad minima de pasos son los siguientes: 1.Crear nuevo proyecto "wxWidgets Dialog" 2.Seleccionar en el panel "components" un wxComboBox 3.Seleccionar en el panel "Property" Wx_EditStyle = [wxTE_READONLY] 4.Guardar tod...