|
-
Apr 5th, 2023, 08:34 PM
#1
Thread Starter
Fanatic Member
How to register a 64bit DLL on a 64bit windows with my vb app?
I use the LoadLibrary API to register 32bit-DLL but it doenst work with 64bit DLLs.
I get the error code 193 if i try to register a 64bit DLL.
Does anyone know how to register a 64bit DLL on a 64bit windows with my vb app?
I cant do this with the app installer, because the installer runs as admin and the DLL is only registered for the admin account. So i need a solution to register the DLL for a non-admin account too.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|