D
David Wilkinson
Peter said:I used /MT to compile in the makefile and I really don't expect
the dll included. not sure how to make 100% static compilation?
/MT is the way to go (IMHO), and should avoid dependency on the CRT DLL's. Are
you linking static libraries into your executable? If so, they are likely the
culprit.