关于 VC调用 C++Builder制作的DLL的问题
我就写了个最简单的例子
//C++Builder6.0制作的DLL //VC6.0调用 //C++Builder dll CPP
#include <vcl.h>
#include <windows.h>
#pragma hdrstop //---------------------------------------------------------------------------
// Important note about DLL memory management when your DLL uses the
// static version of the RunTime Library: //
// If your DLL exports any functions that pass String objects (or structs/
// classes containing nested Strings) as parameter or function results,
// you will need to add the library MEMMGR.LIB to both the DLL project and
// any other projects that use the DLL. You will also need to use MEMMGR.LIB
// if any other projects wh