Command
|
Description
|
---|---|
cd Custom Functions/userpack
|
Changes the directory to the userpack folder.
|
dir
|
Lists the files in the current folder.
Ensure that REALSUM.C, TRNSPOSE.C and USERPACK.C are 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../ *.C /LD /link /out:../userpack.dll /entry:"DllEntryPoint" ../MCADUSER.LIB
|
Generates the userpack.dll file in the Custom Functions folder.
|