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
I haven't worked with the tookit you have mentioned so can't give specific answer about missing file. Ideally, since its a dev toolkit, the TLB, if used, should be part of the SDK/Toolkit you have installed. If it's not, you can use following methods to generate it - 1. If you have its IDL, then use MIDL compiler to generate a TLB 2. If you have its COM component registered on system and assuming it has the TLB embeded in it, you can use OLE/COM object viewer to get the IDL file code and use step 1 to generate it There might be other ways to generate it, but I need to fix few things myself, so can't think much at the moment :-D Hope this helps.
S o h a i l K a d i w a l a
To Err Is Human; to Debug, Divine -
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
I would have thought that if you've paid for a RogueWave toolkit then you're entitled to a certain amount of support from RogueWave ? 'g'