I'm trying to write a preprocessor extension that can generate XML
based on some arguments, for example:
$(func.GenerateStackSequence(CustomAction1, CustomAction2, CustomAction3)
where the method would then return a string like
and so forth
However the compiler complains because that tag ma
I'm writing a script to install the LEADTOOLS runtime. For Win32, the
filenames are in the format .dll, for x64, the filenames are
x.dll
I created a list of the files I need to install in the pre-processor
list format, like
then I iterate this list to generate the Components.
2 matches
Mail list logo