Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Macroses don't work correct

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
kva Posted - Apr 20 2006 : 03:49:39 AM
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.
4   L A T E S T    R E P L I E S    (Newest First)
support Posted - Oct 29 2007 : 02:45:10 AM
case=1070 is fixed in Build 1614
feline Posted - Mar 07 2007 : 07:18:15 AM
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
dvtaylor Posted - Mar 06 2007 : 4:24:16 PM
Is this bug fixed yet (ie, case=1070)? If not, do you have a rough estimate on when it MIGHT be fixed?
rhummer Posted - Apr 20 2006 : 10:15:38 AM
case=1070

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


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