Author Topic: Dialog not working  (Read 2376 times)

Offline bros

  • Single posting newcomer
  • *
  • Posts: 2
Dialog not working
« on: June 26, 2010, 04:33:34 pm »
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
Code
windres.exe -i D:\Dev\CODEBL~1\Test\Child1.rc -J rc -o obj\Debug\Child1.res -O coff 
to
Code
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]