Try to use VLD 2.0 because I loved VLD on my 32 bit version of XP.
Finally got the code to compile and start to run, by copying VLD.dll and dbghelp.dll to the same directory as my .exe.
Right after start up .exe faults. Here is the output window in case it helps.
I am only trying to help, because I have loved using VLD in the past.
```
'NewChain.exe': Loaded 'E:\WorkProjects\HostInt\PPCNewTracking\bin\NewChain.exe', Symbols loaded.
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\user32.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\gdi32.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\advapi32.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\rpcrt4.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\secur32.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\shell32.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\msvcrt.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\shlwapi.dll'
'NewChain.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_none_96748342450f6aa2\msvcp90d.dll', Symbols loaded.
'NewChain.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_none_96748342450f6aa2\msvcr90d.dll', Symbols loaded.
'NewChain.exe': Loaded 'E:\WorkProjects\HostInt\PPCNewTracking\bin\vld.dll'
'NewChain.exe': Loaded 'E:\WorkProjects\HostInt\PPCNewTracking\bin\dbghelp.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\imm32.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\msctf.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\lpk.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\usp10.dll'
'NewChain.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6002.18005_none_5cb72f96088b0de0\comctl32.dll'
First-chance exception at 0x76e60dec in NewChain.exe: 0xC0000005: Access violation.
The program '[492] NewChain.exe: Native' has exited with code 255 (0xff).
```
Finally got the code to compile and start to run, by copying VLD.dll and dbghelp.dll to the same directory as my .exe.
Right after start up .exe faults. Here is the output window in case it helps.
I am only trying to help, because I have loved using VLD in the past.
```
'NewChain.exe': Loaded 'E:\WorkProjects\HostInt\PPCNewTracking\bin\NewChain.exe', Symbols loaded.
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\user32.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\gdi32.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\advapi32.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\rpcrt4.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\secur32.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\shell32.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\msvcrt.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\shlwapi.dll'
'NewChain.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_none_96748342450f6aa2\msvcp90d.dll', Symbols loaded.
'NewChain.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_none_96748342450f6aa2\msvcr90d.dll', Symbols loaded.
'NewChain.exe': Loaded 'E:\WorkProjects\HostInt\PPCNewTracking\bin\vld.dll'
'NewChain.exe': Loaded 'E:\WorkProjects\HostInt\PPCNewTracking\bin\dbghelp.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\imm32.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\msctf.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\lpk.dll'
'NewChain.exe': Loaded 'C:\Windows\SysWOW64\usp10.dll'
'NewChain.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6002.18005_none_5cb72f96088b0de0\comctl32.dll'
First-chance exception at 0x76e60dec in NewChain.exe: 0xC0000005: Access violation.
The program '[492] NewChain.exe: Native' has exited with code 255 (0xff).
```