Latest News ...

THBImage SDK Online Documentation
Here you can view the THBImage 5.0 do...
THBImage SDK Framework Hierarchy Chart
The documentation now contains a bett...
New website
I...
THBImage SDK v5.0.5.6 Vector symbols, Curve drawing
This update improves THBVector and TH...
THBImage SDK v5.0.5.5 Worlddata
THBViewProject now reads more propert...
THBImage SDK v5.0.5.4 Geometry drawing
DirectX renderer performance improved...
THBImage SDK v5.0.5.2 - SVG DirectX TWAIN geometry
New SVG vector fileformat support....
THBImage SDK v5.0.5.1 DirectX IPP DXF
THBAdvancedImgProc upgraded to Intel ...
OpenStreetMap (OSM) demo zoom levels
OpenStreetMap (OSM) is a collaborativ...
THBImage Viewer Application - Geometry and Picture Viewer
THBImage Viewer is a small and fast r...
Download THBImage image and vector viewing and processing SDK
Download THBImage image and vector viewing and processing SDK

THBImage Viewer is a small and fast raster picture and vector data viewer.
THBImage Viewer is a small and fast raster picture and vector data viewer.

Deploying MSVCRT

End of Dll hell and Side by Side deployment of dlls. Everything gets easier. That’s just the theory in reality you have to carefully choose the right technique to deploy the runtime files.

You can also read this Microsoft section vcredists x86

Here you can find a full page dedicated to deploying Microsoft CRT files. vcredists x86

The conclusion is that the easiest way to go about this is to add the vcredist_x86 package to your setup or search for a proper msm setup package. It will install the required CRT files if required taking care of Side by Side installation too.

We now use the VisualStudio2005 SP1 MSVCRT 8.0 runtime, this means that vcredist_x86 will work without prior Windows Installer 3.0 setup which makes life much easier. On a machine with windows installer prior 3.0 it was necessary to reboot before you could even run the real applicationn setup, now with the new runtime files it will be a one step operation.

This info should save you some hair pulling hours of setup chaos.