
You are not logged in.
Some Vista users have reported that they receive "Compile error: Can't find project or library" when running BC2XL.
The problem is that Excel is looking for a specific COM component that it can't find. You can usually fix the problem by pointing it an appropriate alternative. This is often simply a different version of the same component.
Fix:
Open BC2XL and go to Tools > References in VBA and fixing the “MISSING: ” references by un-checking them and checking equivalent references (had to scroll down to the “Microsoft...” part of the list).
Examples:
MISSING: Microsoft WinHTTP Services, version 5.0
MISSING: Microsoft XML, version 2.0
Instead try checking:
Microsoft ActiveX Data Objects 6.0 Library
Microsoft XML, v3.0
Offline
I've read this solution in several places but when I try it I get the following error message "Error accessing the system registry"
The Dell PC is only three weeks old and hopefully hasn't had anything that could affect the registry.
There doesn't seem to be any logic to when I get the "can't find project or library error" for example asc("a") works fine but chr(45) produces the error.
Any ideas anyone.
Offline