Hi All,
I attach edited XM.TEM which calls MSVC nmake.exe via batch file which first sets up MSVC environment by calling VCVARS32.BAT :
...
!elsif cc="MSVC" then
!set link = "C:\\XDSC\\bin\\RUNLINK.BAT %s",mkfname#mkfext
! "CDEFS\t= /DX2C_alt_offs\n"
…
I also attach my RUNLINK.BAT with contents
CALL "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\bin\vcvars32.bat"
nmake /f %1
. With above modifications in your C:\XDSC\BIN directory XDSC can now build the .EXE via Tools menu and Debug|Run .
HTH, Siegfried Rohdewald.
P.S. thanks for this great freeware.