I want to call a function F() which includes "cout". The function F() is in a dll file created by vc++6.0.
Z
zqi9504
@zqi9504
Posts
-
How to use "cout" in a c++ dll in C# [modified] -
How to use &quot;cout&quot; in a c++ dll in C# [modified]I have tried times but failed. Thanks! The c++ file b.dll: ////////////////////////////////// extern "C" __declspec(dllexport)void F(); void F() { cout<<"sssssss"<