J
Jens Christian Mikkelsen
According to the documentation:
http://msdn.microsoft.com/library/en-us/cptools/html/cpgrflicensecompilerlcexe.asp
the License Compiler (lc.exe) should be able to accept multiple modules with
the /i option.
lc /target:targetPE /complist:filename [/outdirath] /i:modules
[/nologo] [/v]
But it does not seem to work! I have tried:
/i:control1.dll /i:control2.dll
/i:control1.dll,control2.dll
/i:control1.dll+control2.dll
and several other separators. Does anyone know how to reference multiple
modules? If not, is there a way to merge multiple license resources into one
resource in the .exe image?
/Jens
http://msdn.microsoft.com/library/en-us/cptools/html/cpgrflicensecompilerlcexe.asp
the License Compiler (lc.exe) should be able to accept multiple modules with
the /i option.
lc /target:targetPE /complist:filename [/outdirath] /i:modules
[/nologo] [/v]
But it does not seem to work! I have tried:
/i:control1.dll /i:control2.dll
/i:control1.dll,control2.dll
/i:control1.dll+control2.dll
and several other separators. Does anyone know how to reference multiple
modules? If not, is there a way to merge multiple license resources into one
resource in the .exe image?
/Jens