Compile error says:"file not found: ..\lib\ScriptHost.tlb"
-
Hai, I am trying to compile my application in VC++, I am getting error "file not found: ..\lib\ScriptHost.tlb". That file is not available in my machine. how to get that file? That file is included in the file "..\Rogue Wave\Stingray Studio 2006\Include\toolkit\ActvHost\ScriptHost.rc" Can anyone suggest me what I could do for this Thanks Surendran
-
Hai, I am trying to compile my application in VC++, I am getting error "file not found: ..\lib\ScriptHost.tlb". That file is not available in my machine. how to get that file? That file is included in the file "..\Rogue Wave\Stingray Studio 2006\Include\toolkit\ActvHost\ScriptHost.rc" Can anyone suggest me what I could do for this Thanks Surendran
Some type library was referenced with the
#import
directive. Probably, the type library contained a reference to another type library that was not referenced with the#import
directive. This other .tlb file was not found by your compiler. Why don't you contact Rogue Wave Software. You can find their contact website here[^]SkyWalker