Talk:Generic Stack (C++)
I would suggest that we use
#ifdef _WIN64
// Code that only works in bcc64
#endif
.. for sections that won't work with bcc32/bccosx rather than put a comment to remove this section. It's not often clear how much should be removed and it's best if the user can use the sample rovided as-is.