Command
|
Description
|
cd Custom Functions\cmplxsum
|
Changes the directory to the cmplxsum folder.
|
dir
|
Lists the files in the current folder.
Ensure that CMPLXSUM.C is listed.
|
Command
|
Description
|
dir ..
|
Lists the files in the Custom Functions folder.
Ensure that MCADINCL.H and mcaduser.lib are listed.
|
Command
|
Description
|
cl /I..\ cmplxsum.C /LD /link /out:..\cmplxsum.dll /entry:"DllEntryPoint" ..\MCADUSER.LIB
|
Generates the cmplxsum.dll file in the Custom Functions folder.
|