I'm trying to create a DLL in vb.net, only when I try to call the function in the dll, it says the entry point is not found. Obviously this is because I haven't exported the function I'm trying to call - I had the same problem when I started messing with dlls vc.
Anyway, how do you export a function from in vb .net?
Thanks
