Re: [GD-General] Missing DLL: MSVCP70.DLL
Brought to you by:
vexxed72
From: <cas...@ya...> - 2003-06-22 13:58:05
|
Colin Fahey wrote: > (A) Can I compile with MSVC7.0 and yet only require > users to have MSVC6.0 DLLs? 3dsmax dlls are built using msvc6. Discreet provides a memory wrapper for msvc7. Perhaps you should be able to do something similar. I think that they have a library built with msvc6, that exports memory allocation and deallocation functions and replace the new and delete operators with the functions provided by that library. Ignacio Castaño cas...@ya... |