-
Linking error LNK2028 and LNK2029
In one of my C++/CLI projects, I need to use a class exported from a unmanaged DLL. When I build the C++/CLI project, I get two linking errors: LNK2028 and… More.
-
Compile Error C3918
In C#, we can check if an event variable is null before firing the event. For example: public class MyClass { public event EventHandler MyEvent; public void FireEvent() { //… More.
-
GeometryViz3D
GeometryViz3D is a tool that allows you to create a 3D geometry model that comprises of points and lines, and to examine the model by rotating it around the 3… More.