Visual D 1.0.0 released

greatsam4sure greatsam4sure at yahoo.com
Sun Jul 12 09:11:08 UTC 2020


On Saturday, 4 July 2020 at 14:42:05 UTC, Manu wrote:
> This is huge!
>
> Congrats on the super cool milestone with a bunch of really 
> great new stuff.
> Thanks so much for your tireless work Rainer!
> I wouldn't be here without all your effort on this.
>
> On Sat, Jul 4, 2020 at 11:05 PM Rainer Schuetze via 
> Digitalmars-d-announce < digitalmars-d-announce at puremagic.com> 
> wrote:
>
>> Hello,
>>
>> after having passed the 10 year anniversary of public 
>> availability recently, it is finally time to release version 
>> 1.0 of Visual D, the Visual Studio extension that adds D 
>> language support to VS 2008-2019.
>>
>> You can find the installer at 
>> http://rainers.github.io/visuald/visuald/StartPage.html
>>
>> Highlights from this release:
>>
>> - semantic engine based on dmd front end now enabled by 
>> default and updated to 2.092. If you are low on memory or run 
>> a 32-bit Windows, you should switch back to the legacy engine.
>>
>> - debugger extension mago will now evaluate struct or class 
>> properties (methods or fields) __debugOverview, 
>> __debugExpanded and __debugTextView to customize the debugger 
>> display. mago can even display forward ranges as a list, but 
>> that is currently rather slow, so it is disabled by default 
>> (see debugger options).
>>
>> - the bar on the top of the edit window now displays the 
>> current edit scope and allows faster navigation within a 
>> source file (needs the dmd based engine)
>>
>> - ever wondered how to navigate to the type of a variable 
>> declared by `auto` inference? clicking an identifier in a tool 
>> tip from intellisense will now jump to its definition (only 
>> with the dmd based engine)
>>
>> See 
>> https://rainers.github.io/visuald/visuald/VersionHistory.html 
>> for the complete list of changes.
>>
>> Cheers,
>> Rainer

Each time run visualD project I get this error. I really did not 
know what i am not doing well. I will appreciate your help



Build Log

Building Win32\Debug\WindowsApp2.exe

Command Line

set PATH=C:\Program Files (x86)\Microsoft Visual 
Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\HostX86\x86;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE;C:\Program Files (x86)\Windows Kits\10\bin;C:\D\dmd-2.093.0\windows\bin;%PATH%
set DMD_LIB=C:\Program Files (x86)\Microsoft Visual 
Studio\2019\Community\VC\Tools\MSVC\14.24.28314\lib\x86;C:\Program Files (x86)\Windows Kits\10\Lib\10.0.18362.0\ucrt\x86
set VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual 
Studio\2019\Community\VC\
set VCTOOLSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual 
Studio\2019\Community\VC\Tools\MSVC\14.24.28314\
set VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual 
Studio\2019\Community\
set WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\
set WindowsSdkVersion=10.0.18362.0
set UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\
set UCRTVersion=10.0.18362.0
"C:\Program Files (x86)\VisualD\pipedmd.exe" -deps 
Win32\Debug\WindowsApp2.dep dmd -debug -m32mscoff -g -gf -X 
-Xf"Win32\Debug\WindowsApp2.json" -c 
-of"Win32\Debug\WindowsApp2.obj" WindowsApp2.d
if %errorlevel% neq 0 goto reportError

set LIB=C:\D\dmd-2.093.0\windows\bin\..\lib32mscoff
echo. > 
C:\Users\great\source\repos\WindowsApp2\Win32\Debug\WindowsApp2.link.rsp
echo "Win32\Debug\WindowsApp2.obj" 
/OUT:"Win32\Debug\WindowsApp2.exe" user32.lib  >> 
C:\Users\great\source\repos\WindowsApp2\Win32\Debug\WindowsApp2.link.rsp
echo kernel32.lib  >> 
C:\Users\great\source\repos\WindowsApp2\Win32\Debug\WindowsApp2.link.rsp
echo legacy_stdio_definitions.lib /LIBPATH:"C:\Program Files 
(x86)\Microsoft Visual 
Studio\2019\Community\VC\Tools\MSVC\14.24.28314\lib\x86" 
/LIBPATH:"C:\Program Files (x86)\Windows 
Kits\10\Lib\10.0.18362.0\ucrt\x86" /DEBUG 
/PDB:"Win32\Debug\WindowsApp2.pdb" /INCREMENTAL:NO /NOLOGO 
/NODEFAULTLIB:libcmt libcmtd.lib /SUBSYSTEM:CONSOLE >> 
C:\Users\great\source\repos\WindowsApp2\Win32\Debug\WindowsApp2.link.rsp
"C:\Program Files (x86)\VisualD\mb2utf16.exe" 
C:\Users\great\source\repos\WindowsApp2\Win32\Debug\WindowsApp2.link.rsp

"C:\Program Files (x86)\VisualD\pipedmd.exe" -msmode -deps 
Win32\Debug\WindowsApp2.lnkdep "C:\Program Files (x86)\Microsoft 
Visual 
Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\HostX86\x86\link.exe" @C:\Users\great\source\repos\WindowsApp2\Win32\Debug\WindowsApp2.link.rsp
if %errorlevel% neq 0 goto reportError
if not exist "Win32\Debug\WindowsApp2.exe" (echo 
"Win32\Debug\WindowsApp2.exe" not created! && goto reportError)

goto noError

:reportError
echo Building Win32\Debug\WindowsApp2.exe failed!

:noError
Output

LINK : fatal error LNK1181: cannot open input file 'user32.lib'
Building Win32\Debug\WindowsApp2.exe failed!


More information about the Digitalmars-d-announce mailing list