
12 Nov
2008
12 Nov
'08
4:07 a.m.
On Tue, Nov 11, 2008 at 5:12 PM, Brian Dawn
Is there any way I can get around this? I would like my application to be multithreaded rather than multithreaded DLL to avoid the side-by-side configuration error when distributing my exe.
Your side-by-side error is probably due to the VC++ runtime not being installed, or your exe not having a manifest to load it. -- Cory Nelson