Hi all,
I'm porting a 32 bit app to 64 bit and on switching on debug, I get the following error message when building;
*** Attempt to emit 32-bit instruction in /64 mode
This is in a C++ file compiled with SCC. I understand that SCC is not really supported any more but I'd like to track down where the issue is coming from and see if I can work around it.
Paul previously helped port a very similar codebase previously and I do recall there were some of these errors in there. My memory is that they were resolved somehow as we now build that other codebase with debug.
I'm hoping I can dig and resolve these as well.
Thanks in advance
Ryan