View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David David is offline
external usenet poster
 
Posts: 1,560
Default Solver and 64 bit

Hi Group,

The problem: €śCompile error: Cant find project or library€ť

I have code that runs well on a desktop, but gives me the error above when I
run it on a laptop. The laptop is an HP Pavilion 9700, running AMD Turion 64
bit operating system, Mobile Tech TL-64, 2.2GHz.

The code ran well, until I added code for Solver. It runs fine on the
desktop, but fails on the 64 bit laptop. Tools/References indicates €śMISSING:
SOLVER.SLA.€ť The only Solver DLL that I find seems to indicate it is 32 bit,
€śSolver32.dll€ť and I get a message that this file can not be added anyway.

Is there a 64 bit version available? Possibly a MVP can find the answer to
this from Microsoft?

The path I used to find Solver32.dll was OS(C:)/Program Files(x86)/Microsoft
Office/Office11/Library/Solver/SOLVER32.DLL, when I attempt to open, I get
€śCant add a reference to the specified file.€ť I can only assume this was the
correct path?

Thank you for your time and efforts.

David