> The constructor function should be called when I > declare an object, but > it doesn't happen. Probably the startup code and linker script don't support .ctors and .dtors sections. The .ctors and .dtors sections are lists of function pointers to global c++ object constructors and destructors. __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail
Message
Re: [lpc2000] Constructors
2004-09-21 by Pawel Sikora