Down the VisualD0.3.38-1.exe ,found virus!

FrankLike via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon May 12 01:19:04 PDT 2014


> ctc.exe is not distributed with the SDKs starting from VS2010, 
> so mapping to a more recent version does not work. That's why 
> there is a precompiled pkgcmd.cto file in the repository. 
> You'll have to update its modification time to avoid the build 
> process trying to generate it from pkgcmd.ctc every time.
>
> The explicitely used c:\l\vs9SDK is my installation, I should 
> add a check for %VSSDK90Install% here.

Sorry,Rainer Schuetze,

Use it ,this is a good idea:
set VSISDKINC=
if "%VSISDKINC%" == "" if not "%VSSDK120Install%" == "" set 
VSISDKINC=%VSSDK120Install%
if "%VSISDKINC%" == "" if not "%VSSDK110Install%" == "" set 
VSISDKINC=%VSSDK110Install%
if "%VSISDKINC%" == "" if not "%VSSDK100Install%" == "" set 
VSISDKINC=%VSSDK100Install%
if "%VSISDKINC%" == "" if not "%VSSDK90Install%" == "" set 
VSISDKINC=%VSSDK90Install%
if "%VSISDKINC%" == "" if not "%VSSDK80Install%" == "" set 
VSISDKINC=%VSSDK80Install%
if "%VSISDKINC%" == "" (echo could not detect the Visual Studio 
SDK && exit /B 1)


>>  Sorry,Rainer Schuetze,
>> And there is a little error in sdk.bat
>> '(echo unexpected Visual Studio SDK installation at 
>> %VSISDKINC% && exit
>> /B 1)'
>> %VSISDKINC% should be "%VSISDKINC%"
>>
>
> I agree it is a bit clearer with quotes, but echo still works 
> without, doesn't it?

Not work now in VS2010.
The error is : '\Microsoft is ....'

Thank you.

Frank


More information about the Digitalmars-d-learn mailing list