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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

importlib fails (warning MIDL2015)

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0

Hi all,

Has anyone of you ever had the problem of 'importlib not found' failure when the correct path IS set in the 'Project settings->MIDL->Additional include directories' ?
This strange problem is solved if the full path is stated in code.
On the computer where the project was created the name is enough:

importlib("TrScnCmp.tlb");

Not on my computer. It has to be

importlib("C:\\CONTROLS\\TerraActiveXObj\\TrScnCmp.tlb");


Any idea ?

Thanks,
Oren.

~X:)



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top