Mirage Source
Windows 7 x64 & VB - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17)
+---- Thread: Windows 7 x64 & VB (/showthread.php?tid=3090)



Windows 7 x64 & VB - Anthony - 26-08-2009

I didn't really know where to stick this... So somebody can move it if they want to.

I have been using Windows 7 for awhile mostly 32-bit until the RTM came out and I switched over. Then I started having problems getting MS to run mostly with DLL registration and since I am not a fan of turning UAC off I was determined to find a work around.

For whatever reason I could not register any DLLs or OCX files in the system32 folder no matter what I tried to do, after a few Google searches though I managed to come across the Windows\SysWOW64 folder. By placing the DLLs in this folder and simply running the command in the search bar (regsvr32 C:\windows\sysWOW64\dx7vb.dll) and ensuring I pressed Ctrl+Shift+Enter (which runs it as administrator) the files were easily registered without a problem and I could continue using my programs Smile

I don't know if anybody has had this problem with registering 32 bit dlls in a 64 bit environment but just so everyone knows this worked for me so hopefully it helps somebody else.


Re: Windows 7 x64 & VB - Rian - 26-08-2009

Thanks man, good stuff. I didn't think VB would work in a 64bit environment at all.


Re: Windows 7 x64 & VB - Matt - 26-08-2009

Rian Wrote:Thanks man, good stuff. I didn't think VB would work in a 64bit environment at all.

I've had it working on Windows Server 2k3 64bit for years. Tongue


Re: Windows 7 x64 & VB - Anthony - 28-08-2009

Yeah I am not sure if 2k3 is any different from 7 or not.. I just never knew how to register 32-bit dlls in a 64-bit environment and thought I would share haha.