Content deleted Content added
YaganZ (disputatio | conlationes)
YaganZ (disputatio | conlationes)
m →‎CC++: fixed typo
Linea 45:
:::I see, you tried to invoke the console version of the C++ compiler and it couldn't be found. 'cl' means 'cl.exe' and you have to search for it. Maybe the path is wrong or you didn't install the console binaries at all. C:\Windows\System32 is the place where to put your DLL file.
:::Where to find the compiler binaries depends on which directory you used to install the Visual Studio software. Simply let the Explorer search for cl.exe. Then put an additional path to the directory where cl.exe is located, there also should be link.exe. If it's not found, you'll have to repeat the installing process and take care that the console binaries are installed too. --[[Usor:YaganZ|YaganZ]] ([[Disputatio Usoris:YaganZ|disputatio]]) 11:36, 4 Iunii 2016 (UTC)
::::Isn't this the name <code>C:\Program Files\Microsoft SQL Server\130\Tools\Binn\</code> of the path for the system variables? I downloaded the .rar with the binaries and put the .dll files in C:\Windows\System32. The instalation of the VSS went in <code>C:\Program Files (x86)\Microsoft Visual Studio 14.0</code>. I couldn't find any cl.exe, only an cl file in map <code>C:\Users\HP250G3</code>. I also do not have vcvars32.bat in VC\bin\. Is that the problem? -- [[Usor:DenisWasRight|DenisWasRight]] ([[Disputatio Usoris:DenisWasRight|disputatio]]) 12:37, 4 Iunii 2016 (UTC)
:::::If there's no cl.exe, the instruction video on youtube isn't suitable for you. You might use the Visual Studio IDE, but I don't know if there had come a project file with the LUA distribution. Where did you download the LUA sources? Did you use Visual Studio before? You might try an example C++ programm to test if the IDE is working correctly.
:::::I'm using here a MacBook without Windows and would have to go to the bureau where I've got a computer with working Visual Studio. But this will not happen before next Monday in the afternoon. --[[Usor:YaganZ|YaganZ]] ([[Disputatio Usoris:YaganZ|disputatio]]) 14:54, 4 Iunii 2016 (UTC)