Page 1 of 1

Problem with #define...

PostPosted: Oct 6, 2004 @ 11:18pm
by PointOfLight
or, "why I'm really lame". This is what I'm trying to do:

#define gDBFileSpec "\\My Documents\\deVBuzz.cdb"

Unfortunately, the \'s keep going away, and so does the M and d, so I end up with a file named "y_DocumentseVBuzz.cdb" (_ is a space) in the root directory of my PocketPC. What am I doing wrong?

PostPosted: Oct 6, 2004 @ 11:56pm
by kornalius

PostPosted: Oct 7, 2004 @ 4:29am
by PointOfLight
That didn't work. Attached is a screen shot of the errors I got.

PostPosted: Oct 7, 2004 @ 5:23pm
by kornalius

PostPosted: Oct 7, 2004 @ 10:03pm
by PointOfLight
The {" combo was the ticket. Thanks.