G
Guest
I have created a very simple DLL in VC++ 6.0, then created a very simple App in VC++ 6.0 to use the DLL and this works fine
When I try to use the same DLL in C#, with DLLImport, the app finds the DLL just fine but then says
"Unable to find an entry point
When I try to use "user32.dll" everything works, but doesn't with my DLL
I am using .NET Framework 1.1 and VisualStudio .NET 2003 on Windows 2000 Pro
When I try to use the same DLL in C#, with DLLImport, the app finds the DLL just fine but then says
"Unable to find an entry point
When I try to use "user32.dll" everything works, but doesn't with my DLL
I am using .NET Framework 1.1 and VisualStudio .NET 2003 on Windows 2000 Pro