Click to See Complete Forum and Search --> : question about #import "filename"


wawa
August 4th, 2003, 12:23 PM
#import "c:\path\typelib0.tlb"
I have to put full path of tlb in filename, but any other way just do #import "typelib0.tlb"?
I tried to put this tlb file under a subfolder of this app, didn't work,

Thanks

Andreas Masur
August 4th, 2003, 12:38 PM
Well...you can skip the path as long as you define the searching path to these type libraries within your project options...

wawa
August 4th, 2003, 02:03 PM
Thanks!

But How I set it in VC 7 version, I looked at project properties page, no idea where Should I edit.

Andreas Masur
August 4th, 2003, 04:46 PM
Sorry...I have not done that much with .NET yet, so I cannot help here that much...

Andreas Masur
August 4th, 2003, 04:46 PM
[Moved thread]