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

مشاهدة النسخة كاملة : Calling a 16 bit Windows DLL from C#



C# Programming
05-11-2009, 05:40 PM
Does anyone know whether this is possible? I've read various articles and some which use LoadLibrary explicitly at runtime rather than using the DllImport attribute. Perhaps it's possible to use LoadLibrary16 to do the same for a 16 bit windows DLL

Matt Adamson