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
 Feature Requests
 FFTW library
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

mystery_sk
New Member

Slovakia
2 Posts

Posted - Dec 07 2009 :  04:29:10 AM  Show Profile  Reply with Quote
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?

Michal

Edited by - mystery_sk on Dec 07 2009 04:33:23 AM

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Dec 07 2009 :  1:51:06 PM  Show Profile  Reply with Quote
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.
Go to Top of Page

mystery_sk
New Member

Slovakia
2 Posts

Posted - Dec 08 2009 :  08:37:36 AM  Show Profile  Reply with Quote
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.

Michal
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