Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 VAX 1219: Includes not found
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Erik Olofsson
Tomato Guru

111 Posts

Posted - Mar 14 2004 :  7:28:27 PM  Show Profile
When I add additional include directories to project options ending with a \\ VAX often cannot find the files.

I have mailed an example project to support email.

The addional path in the example is ..\\..\\ that seem to always fail. ..\\ seems to work the first time I open the project after deleting .ncb and .sou files, but not after changing the includes and quitting and starting devenv a couple of times (not sure when it stops working).


Cutting Edge Project Management
http://www.hansoft.se

Edited by - Erik Olofsson on Mar 14 2004 7:29:22 PM

gstelmack
Ketchup Master

USA
76 Posts

Posted - Mar 15 2004 :  09:20:47 AM  Show Profile
I'm having a hard time with this as well. It seems difficult to get VAX to pick up third-party libraries that aren't listed explicitly in my VS.NET include paths, but are only listed in VAX (the include paths are embedded in the projects themselves).

-- Greg Stelmack, Red Storm Entertainment
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Mar 15 2004 :  10:33:08 AM  Show Profile
We do not dispute claims about problem with our "Other include files." We just cannot yet find anything to fix.

Erik's sample solution seems to work okay. We changed Platform to Custom and added the parent of the #include'd header to "Other include files". We restarted the IDE. We opened the solution, waited for parsing to complete, and clicked on the #include. VA X displayed the correct path to Test.h in the Definition field. The Go button took us to the header.

VAXTestIncludes.cpp:

#include "stdafx.h"

#include "TestDir/Test.h"

#ifdef DefinedDefine
#error "This define is defined"
#endif

int _tmain(int argc, _TCHAR* argv[])
{
	return 0;
}

TestDir/Test.h:

#define DefinedDefine

Whole Tomato Software, Inc.
Go to Top of Page

Erik Olofsson
Tomato Guru

111 Posts

Posted - Mar 15 2004 :  11:18:20 AM  Show Profile
The addional includes are in the project, not VAX options. And it works if I type ..\\.. there (which I now have done in all of my projects), but not if I type ..\\..\

Cutting Edge Project Management
http://www.hansoft.se
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Mar 17 2004 :  09:24:04 AM  Show Profile
Will be fixed in 1222.

Whole Tomato Software, Inc.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000