Problem with my own DLL
i want import own class library (dll) but same error message ever do.
"unable find entry point named 'infostart' in dll 'processwindow.dll'."
and code looking this.
[
dllimport("processwindow.dll")] public static extern void infostart(); private void mainformload(object sender, system.eventargs e){
infostart();
}
from memory, c++ dll has seperate file listing functions exports.
yes, create class library in c#, , dll that's easy import , use.
Archived Forums V > Visual C# Language
Comments
Post a Comment