Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 FFTW library

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
mystery_sk Posted - Dec 07 2009 : 04:29:10 AM
Hi,

I write on your forum for the first time and I must say I love VisualAssist! It's a great help, so thank you for such wonderful product!

I recently started to use FFTW library (http://www.fftw.org/). The problem is, it's using a bit strange way to declare basic types using macros, e.g.:

FFTW_DEFINE_API(FFTW_MANGLE_FLOAT, float, fftwf_complex)

will define inside:

typedef float fftwf_complex[2];

Unfortunately VisualAssist can't read such definitions using macros. Is there a way to stop underlining fftwf_complex as unknown type?
2   L A T E S T    R E P L I E S    (Newest First)
mystery_sk Posted - Dec 08 2009 : 08:37:36 AM
Well the new structures are not highlighted with blue as usual types, but at least they're not underlined anymore. Thanks for the help. I use version 1738 by the way.
accord Posted - Dec 07 2009 : 1:51:06 PM
You can try to turn on recursive macro parsing to see if this helps:

http://docs.wholetomato.com?W363

FFTW_DEFINE_API is calling FFTW_MANGLE_FLOAT which seems to be an another macro.
Let me know if it does not help, so I can look into this.

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