Hello everyone,
I do not use vb much, and am working on a project that invovles accessing dll libraries created with vb from other languages. To test my code, I created a very simple dll in vb and am trying to access it, but having problems.
I assume I need to register my new dll before I can access it. I tried to register my dll using regsvr32, but I got the error message "file opened, but could not find DllRegisterServer entry point. Cannot register file."
Should this file work without being registered? If not, what do I need to do to register it? Any help would be greatly appreciated.
Many Thanks