Hi
i made a simple .rc file (simple dialogbox) with ResEdit and save it with utf-8 (because i use unicode characters).
CodeBlocks pass the resource file to windres as code ascii , now i have to pass --codepage=65001 to windres in order to compile my unicode resource .
in CodeBlocks there is (use custom command to build this file) but it never works for me .
any idea ?