KingDragon, thanks for the efforts.
I'm using VS2013.
I just installed the last version v2.4rc2 (I had the last stable release installed before but I realized recently that it wasn't working anymore since I switched to VS2013).
I cleaned all my project in all modes, then compiled it in Debug 32 bits.
The only code I didn't recompile was boost libraries but I don't know if that might be related.
My solution have two executables (client & server) startup on Debug.
Both crashes with a strange error just after the VLD dlls symbols (at least that's what I see in the output).
Right now it's time for me to go to sleep so I can't report much more but:
I'm using VS2013.
I just installed the last version v2.4rc2 (I had the last stable release installed before but I realized recently that it wasn't working anymore since I switched to VS2013).
I cleaned all my project in all modes, then compiled it in Debug 32 bits.
The only code I didn't recompile was boost libraries but I don't know if that might be related.
My solution have two executables (client & server) startup on Debug.
Both crashes with a strange error just after the VLD dlls symbols (at least that's what I see in the output).
Right now it's time for me to go to sleep so I can't report much more but:
- I will try a small empty project tomorrow, see if it does the same thing;
- I'm using CMake scripts to setup VLD, so if something have changed on the install, maybe it's related;
- The installer might have done something because I had a previous version of VLD and it asked if I wanted to uninstall before, I said yes.
- I really have to sleep now but will make sure to capture the erro message when I wakeup.