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

job syspolicy_purge_history job fail in sqlserver 2008

Trying to register with public marketplace error with 'Get-AzureStackStampInformation'