After succesfully compilation on a 64 bit machine, visual C reports following when trying to start a debug session:
'cfix64.exe' : Chargé 'C:\cfix\bin\amd64\cfix64.exe', Les symboles ont été chargés.
'cfix64.exe' : Chargé 'C:\Windows\System32\ntdll.dll'
'cfix64.exe' : Chargé 'C:\Windows\System32\kernel32.dll'
'cfix64.exe' : Chargé 'C:\Windows\System32\KernelBase.dll'
'cfix64.exe' : Chargé 'C:\Windows\System32\shlwapi.dll'
'cfix64.exe' : Chargé 'C:\Windows\System32\gdi32.dll'
'cfix64.exe' : Chargé 'C:\Windows\System32\user32.dll'
'cfix64.exe' : Chargé 'C:\Windows\System32\lpk.dll'
'cfix64.exe' : Chargé 'C:\Windows\System32\usp10.dll'
'cfix64.exe' : Chargé 'C:\Windows\System32\msvcrt.dll'
'cfix64.exe' : Chargé 'C:\cfix\bin\amd64\cdiag.dll', Les symboles ont été chargés.
'cfix64.exe' : Chargé 'C:\Windows\System32\advapi32.dll'
'cfix64.exe' : Chargé 'C:\Windows\System32\sechost.dll'
'cfix64.exe' : Chargé 'C:\Windows\System32\rpcrt4.dll'
'cfix64.exe' : Chargé 'C:\Windows\System32\version.dll'
'cfix64.exe' : Chargé 'C:\cfix\bin\amd64\cfix.dll', Les symboles ont été chargés.
'cfix64.exe' : Chargé 'C:\Windows\System32\psapi.dll'
'cfix64.exe' : Chargé 'C:\cfix\bin\amd64\cfixkl.dll', Les symboles ont été chargés.
'cfix64.exe' : Chargé 'C:\Windows\System32\imm32.dll'
'cfix64.exe' : Chargé 'C:\Windows\System32\msctf.dll'
'cfix64.exe' : Chargé 'C:\Windows\System32\nvinitx.dll'
'cfix64.exe' : Chargé 'C:\Program Files\NVIDIA Corporation\coprocmanager\detoured.dll'
'cfix64.exe' : Chargé 'C:\Program Files\NVIDIA Corporation\coprocmanager\Nvd3d9wrapx.dll'
'cfix64.exe' : Chargé 'C:\Windows\System32\setupapi.dll'
'cfix64.exe' : Chargé 'C:\Windows\System32\cfgmgr32.dll'
'cfix64.exe' : Chargé 'C:\Windows\System32\oleaut32.dll'
'cfix64.exe' : Chargé 'C:\Windows\System32\ole32.dll'
'cfix64.exe' : Chargé 'C:\Windows\System32\devobj.dll'
'cfix64.exe' : Chargé 'C:\Program Files\NVIDIA Corporation\coprocmanager\nvdxgiwrapx.dll'
%1 is not a valid Win32 application.
Le programme '[3344] cfix64.exe: Natif' s'est arrêté avec le code 4 (0x4).
After testing with one sample project and executing it with CTRL+F5 instead of common debug session, it works.
Is this common behavior?.