a) to test RC6 32 in win8.1 64 enviroment over 32 bit console application:
1. I create Hello world console app with the Wizard - It compiled, linked and run -just fine (within the IDE)
2. Set "Full" option in Compiler, Assembler, and "CodeView and COFF" Linker tabs of the Project Option Dialog
3. Run Debuggin via "Go\Debug" button - and got the IDE into the state where all project-related main menu items disabled (inactive) - without any message or warnings - is It OK?
b) to test RC6 64 in win8.1 64 enviroment over 64 console application:
I repeat p1-p3 of a) with 64 bit targeting option of the ConsoleApp Wizard - it compiled , linked, run and DEBUGGed - fine
c) to test RC6 64 in win8.1 64 enviroment over 32 bit console application:
I repeat p1-p3 of a) with 32 bit targeting option of the ConsoleApp Wizard - it compiled , linked, run - fine, and DEBUGGed - with endless "Exeption: Access violation " message window popup.