NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

/TLBOUT (Name .TLB File)

/TLBOUT:[path\]filename

where:

filename
Specifies the name of the .tlb file created by the MIDL compiler. No file extension is assumed; specify filename.tlb if you want a .tlb extension.
path
An absolute or relative path specification for where the .tlb file should be created.

Remarks

/TLBOUT specifies the name and extention of the .tlb file.

The MIDL compiler is called by the Visual C++ linker when linking projects that have the module attribute.

If /TLBOUT is not specified, the .tlb file will get its name from /IDLOUT filename. If /IDLOUT is not specified, the .tlb file will be called vc70.tlb.

See Also

Setting Linker Options | Linker Options | FAQ: Building Your Program | /IGNOREIDL | /MIDL | Building an Attributed Program