News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Use CodeBlocks 12.11 problem

Started by freepro, December 09, 2012, 08:08:18 AM

Previous topic - Next topic

freepro

I use CodeBlocks 12.11 create a wxWidgets project, compiled and link is right, but it is error when i run.
infomation:
Checking for existence: E:\Program\C++\wxWidgets\Test\bin\Debug\Test.exe
Executing: "E:\Program\C++\wxWidgets\Test\bin\Debug\Test.exe"  (in E:\Program\C++\wxWidgets\Test\.)
Process terminated with status -1073741819 (0 minutes, 8 seconds)
what happend?

xunxun

Can you run E:\Program\C++\wxWidgets\Test\bin\Debug\Test.exe directly on Windows?
What's the effect?
Regards,
xunxun

freepro

if direct run Test.exe at Windows, The program will stop directly.

stahta01

Does you program have a return 0 in it?

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

freepro

#4
This is a wxWidgets project. Other program haven't problem, only wxWidgets project. I don't know what happend.

Jenna

Did it work with older revision of C::B, and if yes:
do you also use the compiler shipped with C::B (MinGW-bundled package)?
In this case you need to rebuild your project and wxWidgets, because the compiler has changed.

freepro

I am through the wizard to create a new project, compiled and link is normal. But program does not run, error information see my problrm.
My 10.05 haven't the problem, but the 12.11 have it.
I use CodeBlocks-12.11mingw-setup.exe. :(

Jenna

Quote from: freepro on December 10, 2012, 09:20:11 AM
My 10.05 haven't the problem, but the 12.11 have it.
I use CodeBlocks-12.11mingw-setup.exe. :(
Quote from: jens on December 10, 2012, 06:25:01 AM
do you also use the compiler shipped with C::B (MinGW-bundled package)?
In this case you need to rebuild your project and wxWidgets, because the compiler has changed.

freepro

Oh, i understand it, i will to try.
Thank you!