Greg Ercolano wrote:
> Matthias Melcher wrote:
>> Oh, and BTW, linking "multithread DLL" does *not* mean that you have
>> to link dynamically! It merely means that the C runtime is linked
>> dynamically, making sure that all modules use the same basic C functions.
>
> Right, and therein lies the problem of distributing executables
> to non-dev machines; getting that damned MSVCRxxx.DLL to work on
> non-dev machines [..]
The /MT compiled binary ran happily on non-dev machines,
but could not get the /MD to run at all, even if I included the
msvcrxxx.dll with the exe.
But now you have me wondering about malloc errors and other weirdness
if I statically link with /MT.
So if you want to make a simple little .exe that can be dropped
on a file server and invoked by numerous workstations without
running 'an installer' on each machine, is it possible?
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev