Re: [GD-General] Missing DLL: MSVCP70.DLL
Brought to you by:
vexxed72
From: Colin F. <cp...@ea...> - 2003-06-22 16:28:26
|
Okay, I downloaded discreet's "VC7 memory wrapper for 3ds max 5.1" and looked at it. So, if I wanted to eliminate dependency on MSVCR70.DLL and MSVCP70.DLL would I have to wrap all C runtime functions, compile with VC6 in to a DLL, and then only use my wrapped functions? That seems like a lot of work. Would it also be a speed hit (indirect function calls)? There isn't, say, a compiler switch, like: /vc6 ? :-) Can I trick things by messing with _MSC_VER ? Right now it's looking like shipping the two DLLs in the application directory is the best option, but if there is a way slightly more strightforward than the header file option, then perhaps it will be worthwhile. --- Colin |