Hello,
I am using FLUID to declare a class with an array that has a
__declspec(align(16)) prefix to it
to tell MS Visual C to align it along 16 bytes as in
http://msdn.microsoft.com/en-us/library/83ythb65.aspx.
In the myprog.h file generated by FLUID, the
declaration of the array does not appear at all anywhere in the file even if
in myprog.fl, it has
decl {__declspec(align(16)) double itsArray[10240];}
How do I fix this?
Frank
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk