User profile: LsDefect

User info
User name:LsDefect
History
Joined:Feb 11, 2011 at 7:37pm
Number of posts:62
Latest posts:

Building C++/CLI Project with CMake
Nevermind, I'm going to use MSBuild.

When does early binding happen?
Thing 1: Static binding takes place during compilation - function calls are replaced with an inst...

WinForms Resources, Moved Files
[quote]remove the offending file from the project and put it back in is the first thing I would try....

WinForms Resources, Moved Files
I'm working on a WinForms CLR project and I'm using VS 2022. All was well until I created new folder...

Parameters and move semantics
I think I've actually got a handle on this now - thank you very much!