News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Dialog not working

Started by bros, June 26, 2010, 04:33:34 PM

Previous topic - Next topic

bros

Hello

I'm new to code::blocks (tired of M$ visual studio) and I try to run a little test app.

I've no compilation errors but the dialog in the resource (.rc) file is never shown.

I can"t edit the .res file compiled by windres but when i change the command lin from
windres.exe -i D:\Dev\CODEBL~1\Test\Child1.rc -J rc -o obj\Debug\Child1.res -O coff

to
windres.exe -i D:\Dev\CODEBL~1\Test\Child1.rc -J rc -o obj\Debug\Child1.res -O res

I can edit the .res file with a ressource edtior and I can see the dialog. But i can't compile my project ...

I don't understand where the error is ... could you help me please?

Thanks in advance.

[attachment deleted by admin]