Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 3873 update

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
TLHobbes Posted - Jul 14 2009 : 12:42:03 PM
A fix for case=3873 would be highly appreciated. Can we get an update on the matter?

In one solution we have a macro that uses ## to form names, I found it being used 1183 times. It looks like so:

#define PREDECLARE(type) \ class type; \ typedef Types::SmartPointer<type> type##Ptr; \ typedef Types::SmartHandle<type> type##Handle; \ [...etc, there are 6 typedefs total using ## in this macro]

Thanks
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jul 14 2009 : 3:28:25 PM
This is down as a high priority bug, but unfortunately no progress on this yet. Macros that use ## to construct variable names are a challenge for our parser.

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