المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : C# and C++ Win32 Console app Interop



C# Programming
06-06-2009, 08:51 PM
Hi,
This is my scenario. I have a Win32 console application and I would like to call functions in this project by a C# widows application. I have tried p/invoke but I seem to get an error saying that the entry point was not found. Added the C++ project to the C# solution but couldn't get it working. Any suggestions on how to get it working ?

Thanks in advance,
indikat