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
 Macroses don't work correct
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

kva
Starting Member

Belarus
1 Posts

Posted - Apr 20 2006 :  03:49:39 AM  Show Profile  Reply with Quote
I've tried trial version of VAssist:

VA_X.dll file version 10.2.1445.0 built 2006.04.12
VAOpsWin.dll version 1.3.2.4
VATE.dll version 1.0.4.15
DevEnv.exe version 8.0.50727.42
msenv.dll version 8.0.50727.42
Font: Courier New 12(Pixels)
Comctl32.dll version 6.0.3790.1830
WindowsNT 5.2 Build 3790 Service Pack 1
Single processor

Platform: Win32
Stable Includes:
c:\\Program Files\\_Dev\\Microsoft Visual Studio 8\\VC\\include;
c:\\Program Files\\_Dev\\Microsoft Visual Studio 8\\VC\\atlmfc\\include;
c:\\Program Files\\_Dev\\Microsoft Visual Studio 8\\VC\\PlatformSDK\\include;
c:\\Program Files\\_Dev\\Microsoft Visual Studio 8\\SDK\\v2.0\\include;

Library Includes:
c:\\Program Files\\_Dev\\Microsoft Visual Studio 8\\VC\\atlmfc\\src\\mfc;
c:\\Program Files\\_Dev\\Microsoft Visual Studio 8\\VC\\atlmfc\\src\\mfcm;
c:\\Program Files\\_Dev\\Microsoft Visual Studio 8\\VC\\atlmfc\\src\\atl;
c:\\Program Files\\_Dev\\Microsoft Visual Studio 8\\VC\\crt\\src;

Other Includes:

-----------------------
File main.cpp:

#include "TestApp.h"

int main(int argc, char* argv[])
{
	return TestSafe();
}


File TestApp.h:

#include "TestHdr.h"

const int TestSafe() SAFE;


File TestApp2.cpp:

#include "TestApp.h"

const int TestSafe()
{
	return 0;
}


File Testhdr.h:

#define SAFE throw()


Result: TestSafe() function is not recognized in main.cpp.
Expected: TestSafe() function should appear as a 'good' function in main.cpp.

Sometimes macros SAFE is treated as a class on a bigger projects. I can add more info about this bug if there will be need.

rhummer
Tomato Guru

USA
527 Posts

Posted - Apr 20 2006 :  10:15:38 AM  Show Profile  Reply with Quote
case=1070

Don't worry it's on the list to fix. Hope you are enjoying VAX otherwise.


Tools Engineer - Raven Software
VS2005 SP2/VS2008 SP1 - VAX <LATEST> - Win 7 x64

Go to Top of Page

dvtaylor
Starting Member

USA
1 Posts

Posted - Mar 06 2007 :  4:24:16 PM  Show Profile  Reply with Quote
Is this bug fixed yet (ie, case=1070)? If not, do you have a rough estimate on when it MIGHT be fixed?

Doug
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18949 Posts

Posted - Mar 07 2007 :  07:18:15 AM  Show Profile  Reply with Quote
It is still outstanding, but for now edit VA's "StdAfx.h" file as explained in this FAQ entry:

http://docs.wholetomato.com?W302

and add the entry:

#define ABSTRACT

at the bottom. This file is used to help VA's parser with difficult code, and can be used to work around odd effects. After modifying this file you need to rebuild the VA symbol database for the changes to take effect:

VA Options -> Performance -> General -> Rebuild symbol databases

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

support
Whole Tomato Software

5566 Posts

Posted - Oct 29 2007 :  02:45:10 AM  Show Profile  Reply with Quote
case=1070 is fixed in Build 1614
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