Talk:Release Notes for C++Builder 64-Bit Windows

From RAD Studio
Jump to: navigation, search

Due to a bug in BCC32, #pragma exit routines with no specified priority are actually assigned priority #30. So one must explicitly set an exit routine at priority #30 in bcc64 to match the bcc32 for exit routines with no priority. For example, if you have an exit routine that you expect to be called after __ExitVCL is run, with bcc64 you must specify its priority at 30. (NOTE: __ExitVCL runs at 31).

Response

This comment has been incorporated into the page.

KrisHouser (talk) 21:23, 9 January 2013 (PST)

RS-34041