How do I make my program link to the runtime library dll rather than including the runtime in the EXE?.
[ Got it, just needed to add in /MD as a compiler option ]
Thanks
Printable View
How do I make my program link to the runtime library dll rather than including the runtime in the EXE?.
[ Got it, just needed to add in /MD as a compiler option ]
Thanks