Hello, Lucas, >From: "Lucas Wanner" <[email protected]>: > I was also able to generate the C++ compiler just by ignoring the error, > but when I build a C++ application, the global constructors and > destructors apparently are not executed. Were you able to use global > constructors in your project? >
Yes, as far as I remember the global constructors/destructors were not called. But in my case I needed only operator overloading C++ freature (that project required 48bit floating point, so I quickly made special class in C++ and operator overloading feature made the use of that class very simple). Regards, Oleg
