User forums > Help
Dialog not working
(1/1)
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
--- Code: ---windres.exe -i D:\Dev\CODEBL~1\Test\Child1.rc -J rc -o obj\Debug\Child1.res -O coff
--- End code ---
to
--- Code: ---windres.exe -i D:\Dev\CODEBL~1\Test\Child1.rc -J rc -o obj\Debug\Child1.res -O res
--- End code ---
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]
Navigation
[0] Message Index
Go to full version