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

Popular posts from this blog

Azure DocumentDB Owner resource does not exist

How to Share webservice object to all user

How to fix error Msg 1801, Level 16, State 3, Line 1