Mail Archives: djgpp/2000/12/04/16:36:41
Sorry to take up this group's collective brainpower, but I'm trying to
get a sample program from _C++ For Dummies_ to compile using
Rawhide!...excuse me, RHIDE :-)... on Win98. It's the same
temperature conversion program mentioned in another message in this
newsgroup:
Message-ID: <001101c03a9a$49fa5110$600917ac AT ausnt010 DOT latticesemi DOT com>
It compiles fine using gcc, using a batch file provided by the author,
e.g.
gcc -g -c filename.cpp -o filename.o
gcc -o filename.exe filename.o -lstdcx
(where "filename.cpp" is the source file). It also compiles just fine
using Borland Turbo C++ 3 for DOS, and Borland's command-line tools.
But when I try to compile it with RHIDE, it gives me the error
message: "Unmatched quote character" -- but there aren't any in the
source code.
Something tells me that some parameters aren't set correctly in RHIDE.
Could anyone enlighten me as to what needs to be fixed?
Thank you,
Andrew
- Raw text -