Deciphering VC++ output

Christian Gross mailing@devspace.com
Thu Dec 7 10:32:00 GMT 2000


Hi

I have been trying to decipher VC++ output so that the build
environment can jump for me to the file.  Here is an example output
buffer

C:\projects\tredix\db\dbCDObjects.cpp(42) : error C2065:
'storedProcedure' : undeclared identifier

In the sn_cmp_g.pat file I added the following pattern

# c:\dir\filename.c(789): some error
([^c:\\  ]+)\(([0-9]+)\):

And when I run SN and build something I can click on the build output,
but it does not jump to the file.  

Could some please help me?

Thanks

Christian




More information about the Sourcenav mailing list