Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Parsing a MACRO issue

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
ajtruckle Posted - Jul 03 2010 : 11:43:45 AM
Hello

I have a MACRO which by extension makes calls to other macros.

Most of the macros show up in one colour but for some reason, just one of the macros remains in black.

Any ideas as to why?

Andrew
10   L A T E S T    R E P L I E S    (Newest First)
ajtruckle Posted - Aug 05 2010 : 11:48:22 AM
Thank you very much.
support Posted - Aug 04 2010 : 5:48:09 PM
case=46838 is fixed in build 1829
ajtruckle Posted - Jul 06 2010 : 1:34:20 PM
Yes, it works. I already tried it. Well done!
feline Posted - Jul 06 2010 : 1:32:06 PM
Making this comment edit should fix the problem for you now. True, this is working around the VA bug, but it is hopefully an easy work around.
ajtruckle Posted - Jul 06 2010 : 1:30:03 PM
Excellent. Thanks for the update. Let me know when it is resolved and I will purchase a maint upgrade (to keep up to date).

Thank you for your timely assistance!!!

Andrew
feline Posted - Jul 06 2010 : 1:21:23 PM
I have the files, thank you for these. I have found the problem. There is a comment in one of the header files that is confusing our parser.

You basically have:

/* comment with odd end \\*/
#define MACRO_AFTER_ODD_COMMENT_SLASH 0


delete the '\\' from the end of the comment so you have:

/* comment with odd end */
#define MACRO_AFTER_ODD_COMMENT_SLASH 0


and the macro's should be coloured correctly. I have replied via email with the exact details.

case=46838
ajtruckle Posted - Jul 05 2010 : 11:15:40 AM
Hello

I have used the form to send you some macros and information. I hope it is enough details.

Andrew
accord Posted - Jul 04 2010 : 05:33:56 AM
Certainly, you can send the macros by this form:

http://www.wholetomato.com/support/contact.asp

Please include the URL of this topic in the description so we can match it up. Besides the macro definitions, please include an example where VA fails to recognize a macro if reproducing the issue is not as obvious as calling them from a function Thanks.

>I am not sure of the right syntax to use in the stdafx approach.
Do you mean this approach?
http://docs.wholetomato.com?W302
ajtruckle Posted - Jul 03 2010 : 2:30:18 PM
Hello

I just read through that. I tried the registry changes and started IDE. Asked it to rebuild symbol databases.

It still doesn't show some of the macros.

Can I email you the macros? I would rather not expose them publicly.

I am not sure of the right syntax to use in the stdafx approach.

Andrew
accord Posted - Jul 03 2010 : 1:05:17 PM
If you have macros that calls other macros, you can try this:

http://docs.wholetomato.com?W363

If it doesn't help I can look into this problem.

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