About wxDevC++

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
jhernancanom
In need of some credit
In need of some credit
Posts: 5
Joined: Sat Nov 02, 2013 2:52 am
Location: Medellín, Antioquia, Colombia

About wxDevC++

Post by jhernancanom »

Hi, boys.

I was looking on several wxWidgets docs for a tutorial or instructions for making forms in wxDevC++ (wxWidgets-2.9.5-docs-chm.zip, wxWidgets-2.8.12-PDF.zip), but there is no info about this.

Can you say me where can I found info for making forms in wxDevC++?

Thanks

HERNAN CANO MARTINEZ
Systems Analyst - Programmer
jgrzybowski
Earned some good credits
Earned some good credits
Posts: 113
Joined: Sat Sep 24, 2011 9:32 pm
Location: Poland

Re: About wxDevC++

Post by jgrzybowski »

Take a look on a following link
http://wxdsgn.sourceforge.net/?q=node/13
Regards
Jarek
jhernancanom
In need of some credit
In need of some credit
Posts: 5
Joined: Sat Nov 02, 2013 2:52 am
Location: Medellín, Antioquia, Colombia

Re: About wxDevC++

Post by jhernancanom »

Thanks, Jarek.
I am reading....
Looks like wht I need.
By.
jhernancanom
In need of some credit
In need of some credit
Posts: 5
Joined: Sat Nov 02, 2013 2:52 am
Location: Medellín, Antioquia, Colombia

Re: About wxDevC++

Post by jhernancanom »

Hi, Jarek and boys.

I am following the directions in
http://wxdsgn.sourceforge.net/?q=node/13
for creating a form for Windows based on a wxWidgets Frame project.

But I'm am receiving the following error and the form doesn't run:

error D:\TEMP\gcc de\: No such file or directory.
error D:\TEMP\gcc programa/Dev-Cpp/include/common: No such file or directory.
[Resource Error] preprocessing failed.
D:\TEMP\Makefile.win [Build Error] [Objects/MingW/Ejemplo_Tutorial_private.res] Error 1

I show'en in the anexed image.

Can you say what must I do?

I have wxDev-C++ v7.4.2.569 .

Thanks.

HERNAN CANO MARTINEZ
Systems Analyst - Programmer
Medellin, Colombia
Attachments
err-compiling.JPG
err-compiling.JPG (28.53 KiB) Viewed 5583 times
jgrzybowski
Earned some good credits
Earned some good credits
Posts: 113
Joined: Sat Sep 24, 2011 9:32 pm
Location: Poland

Re: About wxDevC++

Post by jgrzybowski »

Seems to be a problem with gcc.exe file. Try to check which compiler use your wxDevC++:
wxDevC++ -> Tools -> Compiler options -> Programs
Check is compiler file really exist, in my installation (v.7.3.1.3) it is following directory: C:\Program Files\Dev-Cpp\bin\ and gcc.exe g++.exe
Regards
Jarek
jhernancanom
In need of some credit
In need of some credit
Posts: 5
Joined: Sat Nov 02, 2013 2:52 am
Location: Medellín, Antioquia, Colombia

Re: About wxDevC++

Post by jhernancanom »

Jarek:
I go to Tools -> Compiler options -> Programs, and edited the paths for correcting them.

But now the error messages are:

error D:\Archivos de programa\Dev-Cpp\MinGW32\bin\gcc de\: No such file or directory.
error D:\Archivos de programa\Dev-Cpp\MinGW32\bin\gcc programa/Dev-Cpp/include/common: No such file or directory.
[Resource Error] preprocessing failed.
D:\Archivos de programa\Dev-Cpp\MinGW32\bin\Makefile.win [Build Error] [Objects/MingW/Ejemplo_Tutorial_2_private.res] Error 1

I am grateful for your support.

HERNAN CANO M.
Attachments
err-compiling_2.JPG
err-compiling_2.JPG (40.91 KiB) Viewed 5561 times
jgrzybowski
Earned some good credits
Earned some good credits
Posts: 113
Joined: Sat Sep 24, 2011 9:32 pm
Location: Poland

Re: About wxDevC++

Post by jgrzybowski »

I don't know why you have resource errors. Your installation process of wxDevC++ can be not properly or not completed. Your version v7.4.2.569 is quite new and there is probably separate paths for wxWidget (like C:\wxwidget\) and for MingW (like C:\mingw\) and for IDE/RAD (like C:\Program Files\Dev-Cpp\). This is more powerful solutions for professional users, but you need to control directories yourself. I still use older version with one main directory (like C:\Program Files\Dev-Cpp\ and following subdiretories). Take a look on following topics below. There are some informations about resource errors and “no such file or directory”.
http://forums.wxwidgets.org/viewtopic.p ... or#p142782
http://forums.wxwidgets.org/viewtopic.p ... ng#p103386
Other ideas: reinstall wxDevC++ or install older version.
Regards, Jarek
User avatar
doublemax
Moderator
Moderator
Posts: 19116
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: About wxDevC++

Post by doublemax »

I've never used wxDevC++, but looking at the paths, i'd suspect that it doesn't like the spaces in the directory name "Archivos de programa". Try to re-install in a directory without spaces in its name.
Use the source, Luke!
haroldjpa
Knows some wx things
Knows some wx things
Posts: 25
Joined: Mon Oct 16, 2006 11:43 pm

Re: About wxDevC++

Post by haroldjpa »

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
Si sabes espa
Post Reply