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
 1540: unknown symbols
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

diavo
Senior Member

Germany
31 Posts

Posted - Oct 30 2006 :  07:46:25 AM  Show Profile  Reply with Quote
I'm working with VAX, VS2005 and Qt. My problem is VAX works fine while only one solution is in memory. After opening another solution, nearly no Qt symbols are recognized by VAX. If I clear the cache and rebuild the database, all works fine until opening
another solution.

VA_X.dll file version 10.3.1540.0 built 2006.10.27
Licensed to:
VA X: [email protected] (1-user license) Support ends 2006.10.28
VAOpsWin.dll version 1.3.3.7
VATE.dll version 1.0.5.9
DevEnv.exe version 8.0.50727.42
msenv.dll version 8.0.50727.42
Font: Courier New 13(Pixels)
Comctl32.dll version 6.0.2900.2982
Windows XP 5.1 Build 2600 Service Pack 2
2 processors

Platform: Win32
Stable Includes:
C:\\Programme\\Microsoft Visual Studio 8\\VC\\include;
C:\\Programme\\Microsoft Visual Studio 8\\VC\\atlmfc\\include;
C:\\Programme\\Microsoft Visual Studio 8\\VC\\PlatformSDK\\include;
C:\\Programme\\Microsoft Visual Studio 8\\VC\\PlatformSDK\\common\\include;
C:\\Programme\\Microsoft Visual Studio 8\\SDK\\v2.0\\include;
D:\\Qt\\4.2.0\\include;

Library Includes:
C:\\Programme\\Microsoft Visual Studio 8\\VC\\atlmfc\\src\\mfc;
C:\\Programme\\Microsoft Visual Studio 8\\VC\\atlmfc\\src\\atl;
C:\\Programme\\Microsoft Visual Studio 8\\VC\\crt\\src;

Other Includes:

feline
Whole Tomato Software

United Kingdom
18950 Posts

Posted - Oct 30 2006 :  12:46:47 PM  Show Profile  Reply with Quote
Your stable include directories for Qt may be the problem. Assuming Qt 4.2.0 has the same directory structure as 4.1.4 then you may need add more directories. I have added:

C:\\qt\\4_1_4\\include\\QtXml;
C:\\qt\\4_1_4\\include\\QtUiTools;
C:\\qt\\4_1_4\\include\\QtTest;
C:\\qt\\4_1_4\\include\\QtSvg;
C:\\qt\\4_1_4\\include\\QtSql;
C:\\qt\\4_1_4\\include\\QtOpenGL;
C:\\qt\\4_1_4\\include\\QtNetwork;
C:\\qt\\4_1_4\\include\\QtGui;
C:\\qt\\4_1_4\\include\\QtCore;
C:\\qt\\4_1_4\\include\\Qt3Support;
C:\\qt\\4_1_4\\include\\Qt;
C:\\qt\\4_1_4\\include\\ActiveQt;

to the IDE's list of additional include directories.

http://www.wholetomato.com/products/features/directories.asp

since the include files under the include directory just redirect you to the src directory tree.

I have often moved between two IDE's, both with Qt projects open in them, and never seen this problem myself. If this does not help then how are you telling the IDE and VA about the Qt source code? Are you relying on these stable include directories, or have you added a project holding the Qt source code to the main solution?

zen is the art of being at one with the two'ness
Go to Top of Page

diavo
Senior Member

Germany
31 Posts

Posted - Oct 31 2006 :  02:31:14 AM  Show Profile  Reply with Quote
I've added these directories to the project setting of each project. And now all seems to work fine. Thanx.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000