開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
VC++ MFC
問題(Question):
因實驗需要所以才要這樣調用...
是聽說可以用impdef這個軟體透過DLL生成DEF檔
但後續步驟卻不是很清楚...
例如BCB中 cpp中只有一條函數
long __declspec(dllexport) __stdcall VCType_Count(int m, int n)
生成DLL後
h中為亦設定
int __declspec(dllexport) __stdcall VCType_Count(int m, int n);
但是卻無法如願給VC++使用
不知道版上各位先進是否能提攻點想法給在下嘗試如何給VC++調用BCB的DLL呢?