03-14-2018, 10:32 PM
Hi,
I bought your e-book last week in Holland. I'm a guy who used to code on the Commodore Amiga in the nineties. I created a pacman clone in assembler. See https://www.youtube.com/watch?v=nsgAFKIdlJ4 for my creation which I finished in 1992.
So I started with your book ands bought the Raspberry Pi (I think 1 day before the 3B+ was released). So I have an 3B. And Yesterday also a new release of the linux distri was released. So I was a little bit too early...
I managed to update the pi and it worked ok. The hello World program worked fine.
After typing in the source for 'my first triangle' I had some type errors but it seemed ok finally. I ran the program and nothing happened. So I read that I had to update the library settings as mentioned here: http://www.scratchpadgames.net/DownLoad.html
But after that my code does not run after these changes. I get some errors which I can not solve.
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.MakeFile.Targets
The command ""C:\Program Files (x86)\Sysprogs\VisualGDB\\VisualGDB.exe" /build "C:\Users\Patrick\source\repos\GameProject1B\GameProject1B\GameProject1B.vcxproj" "/solution:C:\Users\Patrick\source\repos\GameProject1B\GameProject1B.sln" "/configebug" "/platform:Win32"" exited with code 1.
C:\Users\Patrick\source\repos\GameProject1B\GameProject1B\collect2
ld returned 1 exit status
C:\Users\Patrick\source\repos\GameProject1B\GameProject1B\VisualGDB
Command-line action failed
Can you help me solve these errors?
Best regards from Holland!
Patrick
I bought your e-book last week in Holland. I'm a guy who used to code on the Commodore Amiga in the nineties. I created a pacman clone in assembler. See https://www.youtube.com/watch?v=nsgAFKIdlJ4 for my creation which I finished in 1992.
So I started with your book ands bought the Raspberry Pi (I think 1 day before the 3B+ was released). So I have an 3B. And Yesterday also a new release of the linux distri was released. So I was a little bit too early...
I managed to update the pi and it worked ok. The hello World program worked fine.
After typing in the source for 'my first triangle' I had some type errors but it seemed ok finally. I ran the program and nothing happened. So I read that I had to update the library settings as mentioned here: http://www.scratchpadgames.net/DownLoad.html
But after that my code does not run after these changes. I get some errors which I can not solve.
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.MakeFile.Targets
The command ""C:\Program Files (x86)\Sysprogs\VisualGDB\\VisualGDB.exe" /build "C:\Users\Patrick\source\repos\GameProject1B\GameProject1B\GameProject1B.vcxproj" "/solution:C:\Users\Patrick\source\repos\GameProject1B\GameProject1B.sln" "/configebug" "/platform:Win32"" exited with code 1.
C:\Users\Patrick\source\repos\GameProject1B\GameProject1B\collect2
ld returned 1 exit status
C:\Users\Patrick\source\repos\GameProject1B\GameProject1B\VisualGDB
Command-line action failed
Can you help me solve these errors?
Best regards from Holland!
Patrick