Talk:C++Builder 64-bit Windows Differences
"However, the following yields an error from BCC64 but is accepted by BCC32:"
Perhaps, "the following" is missing.
--Benok (talk) 17:19, 10 December 2012 (PST)
Response
The difference cited is a #include, as follows:
However, the following yields an error from BCC64 but is accepted by BCC32:
#include "/myProjectsDir/myApp/mySource.h" //semi-absolute path: Fails in BCC64, ok in BCC32
KrisHouser (talk) 21:51, 10 December 2012 (PST)