When I attempt to compile:
ABOUT RCDATA "about.txt"
Dev-C++ returns the error: Invalid syntex error.
I have followed many different examples an none of them work. Why won't Dev-C++ compile RCDATA data?
This is a discussion on Dev-C++ doesn't accept RCDATA! within the Windows Programming forums, part of the Platform Specific Boards category; When I attempt to compile: ABOUT RCDATA "about.txt" Dev-C++ returns the error: Invalid syntex error. I have followed many different ...
When I attempt to compile:
ABOUT RCDATA "about.txt"
Dev-C++ returns the error: Invalid syntex error.
I have followed many different examples an none of them work. Why won't Dev-C++ compile RCDATA data?
Assuming that ABOUT is properly defined, you would need to enclose the data in braces, i.e.,:Code:ABOUT RCDATA { "about.txt" }
CProgramming FAQ
Caution: this person may be a carrier of the misinformation virus.