Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Pro*C and MS Visual C/C++ v5: Specifying Source File Paths
I have PROC22.EXE configured as a 'Tool' within the Microsoft
Visual C/C++ v5 Development Environment, and it has been working
just fine, except for one aspect.
In order to enable 'hyper'-jumps to error lines in the original .PC source file (instead of the resulting .CPP file), I have to specify LINES=YES in the PMSCFG.CFG configuration file.
This would be OK, but once I specify the LINES=YES, if I do not double-up all the back-slashes in the Paths for any files names (ie: include files, or configuration file paths), they appear to be interpreted as escape-characters, instead of file names.
For example, one project configuration file looks like:
iname=\\procdev\\CPIXlator\\pc\\CPIXlator.pc oname=\\procdev\\CPIXlator\\temp\\CPIXlator.cpp include=(c:\\orant\\pro22\\include\\,\\procdev\\include\\)sqlcheck=syntax
I have to specify a source file's 'include' file as:
Am I being totally stupid, missing something, or both?
[I am using: Intel Pentium, Windows NT 4 (SP3), Oracle 7.3.3.x, Pro*C 2.2]
Thanks,
Geoff Houck
systems hk
hksys_at_teleport.com
http://www.teleport.com/~hksys
Received on Tue Sep 14 1999 - 01:03:16 CDT
![]() |
![]() |