I'm using the 64 bit version for the first time but seem to be running into some issues.
I tried creating a WEL project via the Wizard, simple Frame application, and upon C compilation of the pre-compile, I received the following error:
LINK : fatal error LNK1181: cannot open input file '\users\<username>\documents\eiffel user files\20.11\precomp\spec\win64\EIFGENs\wel-safe\W_code\msc_vc140\precomp.lib'
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX64\x64\link.EXE"' : return code '0x49d'
Stop.
I investigated the path and there is no 'msc_vc140' subfolder generated in my W_code folder.
I'm using Visual Studio 2019 as my C compiler. I suspect there is an issue with how it is linking to the C compiler but I'm not sure how to resolve this.
Any suggestions would be appreciated,
Hubert