000

Code Share: Patch link.exe to ignore LNK4099

By default, Visual Studio's link.exe does not let you ignore the linker warning LNK4099 (PDB file was not found). This can be a real n...

Creating My Own "Scale" Command

In certain situation when we develop our AutoCAD add-ins, using a custom command, instead of AutoCAD built-in command, might be preferred an...

Platform Specific Resources

I recently added a new feature to the BitSquid tool chain – support for source and destination platforms in the data compiler. What it means...

A Pragmatic Approach to Performance

Is premature optimization the root of all evil? Or is the fix-it-later attitude to performance turning programmers from proud ”computer scie...

Drawing Custom Properties - Make It Configurable

Drawing custom properties can be used as a container to store per-drawing data, which is persisted with drawing file. Drawing custom propert...

Blog Archive