To get a drive mapped on a Vista machine with UAC (User Account Control) turned on.
Side notes:
· “Printer is not valid”
If its 64bit it NEEDS a 64bit printer driver. Even if they say “well it works with my other programs”. Windows 64bit NEEDS a 64bit driver. 32bit drivers will work but only because PCL5 and PCL6 can somewhat emulate 64bit behavior. So a 32bit driver won’t work with all apps on all occasions.
· With UAC turned on there are also 2 copies of the idapi32.cfg file. This is because UAC doesn’t allow the modifications of files in the “Program Files” folder except during the initial install. So instead Vista “virtualizes” that folder in...
C:\Users\(USERNAME)\AppData\Local\VirtualStore\Program
Files\ (specific app folder)
So, you can copy the file that’s in the above path to…
C:\Program Files\Borland\Common Files\BDE (or visa versa)
And be OK from there.