Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1540: unknown symbols

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
diavo Posted - Oct 30 2006 : 07:46:25 AM
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:

2   L A T E S T    R E P L I E S    (Newest First)
diavo Posted - Oct 31 2006 : 02:31:14 AM
I've added these directories to the project setting of each project. And now all seems to work fine. Thanx.
feline Posted - Oct 30 2006 : 12:46:47 PM
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?

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000