Article ID: 128603
Article Last Modified on 8/16/2005
// This is the master ODL file, MYPROJ.ODL #include "object1.odl" #include "object2.odl" // End of MYPROJ.ODLIf MYPROJ.ODL is added to a project's file list, the MTL_TLBS target which is added to the project looks like this:
MTL_TLBS: $(OUTDIR)\MYPROJ.TLB .\OBJECT1.TLB .\OBJECT2.TLBNOTE: OBJECT1.TLB and OBJECT2.TLB must exist in order to reproduce this problem, but they do not have to contain .ODL file information for this demonstration.
Additional query words: 2.00 2.10
Keywords: kbbug kbfix KB128603