Quote Originally Posted by dilettante View Post



It can be compiled into a TLB using the MIDL compiler via a RunMidl.cmd file like:
Code:
midl.exe /mktyplib203 RCCopyMemory.odl >log.txt
However you first have to obtain midl.exe, several DLLs it uses, and several "base type" .IDL files that the MIDL compiler auto-includes. All of these and more can be obtained by installing a recent Windows SDK. Note that there is no XP version of the Windows SDK available online any more as WinXP is being phased out of support.
I found MIDL.EXE along with MIDLES.H on my system in a VC98 folder. So is this one you are referring to