Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

(I get an error named "can't find project or library") Ummm how do

Status
Not open for further replies.

99mel

Programmer
Oct 18, 1999
379
GB
(I get an error named &quot;can't find project or library&quot;)<br>
<br>
Ummm how do you open the Reference Dialogue box?<br>
When i compile the code a 'Reference Dialogue' box does come up but this just gives me a list of library stuff which i can check against each one. Some are already checked. Which ones should i include or remove to get rid of the error??<br>
<br>
Thanks again <br>
<br>
<br>

 
Sorry to get your hopes up if you still haven't solved this problem, but I am having the exact same problem. Could you e-mail if you came across a solution for this!! I noticed it's been a couple of months since you submitted your problem!! My direct e-mail address is: mmarseilles@icwgroup.com. <br>
<br>
Thank you!
 
Well if you look at the error box it should give you an indication of the item its looking for.<br>
such as XYZ123.ocx or ABC123.dll<br>
I always press Alt-PrntScrn to capture the error box then paste in in &quot;Paint brush&quot; program and print it out<br>
<br>

 
If you are having problem with the DLL or OCX than you have to re-register them using REGSVR32.EXE which is found in your windows system directory:<br>
<br>
95/98: WINDOWS\SYSTEM\REGSVR32.EXE or<br>
NT/2000 WINNT\SYSTEM32\REGSVR32.EXE<br>
<br>
So, you need to know which file is bugging you in order to register it. Once you know it, open the folder containing your problematic library and another window for you regsvr32.exe after that drag your library and drop it on regsvr32.exe It will display a succesfully registered message box.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top