karthik s • almost 11 years ago
win32 Dll error
I got an error while using sendanywhere.dll (valid assembly)
Comments are closed.
karthik s • almost 11 years ago
I got an error while using sendanywhere.dll (valid assembly)
Comments are closed.
3 comments
Yoonsik Oh Manager • almost 11 years ago
Hi.
Please inform me more detailed error message.
And, What is the OS version that you are developing. What function do you try when you get error?
Thanks.
karthik s • almost 11 years ago
Os: Windows 8.1
Vs 2013
WindowsFormsApplication(C#)
See
http://screencast.com/t/YuZCP446PI
Yoonsik Oh Manager • almost 11 years ago
You should develop in C or C++ language because it made by Windows native API.
Or you can make wrapper for unmanaged code if you want to use C#.