Okay, here's my problem. I compile various dll's in PB. (Like the vbsort example, my own tests, ect.) They all work when being called by a PB program but when I try to open them using through the "References" area in VB I get "Can't add a reference to the specified file". I also get an error when I try to register the DLL and I think the problems are connected.
When I try to use regsvr32 I've copied the file into win/sys and type "regsvr32 vbsort.dll". The following error box appears: "vbsort.dll was loaded, but the DLLRegisterServer entry point was not found. DLLRegisterServer may not be exported, or a corrupt version of vbsort.dll may be in memory. Consider using PView to detect and remove it."
All I want to do is call my function from VB. PLZ HELP!
Brian
When I try to use regsvr32 I've copied the file into win/sys and type "regsvr32 vbsort.dll". The following error box appears: "vbsort.dll was loaded, but the DLLRegisterServer entry point was not found. DLLRegisterServer may not be exported, or a corrupt version of vbsort.dll may be in memory. Consider using PView to detect and remove it."
All I want to do is call my function from VB. PLZ HELP!
Brian
Comment