Re: [MBS] HASP loadlibrary code signing problem

2020-03-19 Thread Lee Badham
Hi, Hmm, same problem when using the HASP HL Dynamic RealBasic Sample example app and using App Wrapper to sign it. It works before wrapping, but not after ("Failed to load library.") {FIX!} Use 'Disable Library Validation' option in App Wrapper. So now I'll add that into an entitlement when

[MBS] HASP loadlibrary code signing problem

2020-03-19 Thread Lee Badham
Hi, We have a command line service which uses the HASP libraries dim file as folderitem = app.ExecutableFile.Parent.Child(filename) if file<>nil then app.debugmessage(file.NativePath+" "+str(file.Exists)) else app.debugmessage("HASP File is NIL") end if dim ok as boolean = HASPHLDMBS.LoadLi