I have (and am still writing) a DLL library to be used with another program I've written. However, I am having alot of difficulty actually using the DLL. In the DLL, so far I have 2 classes, Main and ProcessMgt. Main has one function, Entry(), which is obviously where I want to enter the DLL. How exactly do I define the entry point? So far I have
I have no idea what I'm doing wrong. I've tried Engine.Main, Main.Entry, Engine.Main.Entry. Hopefully someone here knows what I'm talking about.Code:[DllImport("Engine.dll", EntryPoint = "Main")] public static extern void Entry(String line);
Thank you in advance


LinkBack URL
About LinkBacks






Reply With Quote

Bookmarks
Algorithms and Data Structures
Java tutorials
Algorithms Forum