Data appended to .rc resource uses the wrong comment char
Posted: Sat Jun 30, 2007 8:08 pm
When I added a .rc file to my project, Tools -> Compiler Options -> Resources, these lines were appended and hidden at the bottom:
If I open this the appended file in notepad and change all of the " ; " chars to " // " everything is fine.
This information is necessary but the wrong comment chars are used, causing the compiler to error.; IDE Options = PureBasic v4.02 (Windows - x86)
; CursorPosition = 13
; Folding = -
If I open this the appended file in notepad and change all of the " ; " chars to " // " everything is fine.