Search Results

Search results 1-5 of 5.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Compilers & 2017 :)

    Krathoon - - General Discussions

    Post

    I got this to work with VS 2022 Community. I had to add some library links and links to the the Direct X June 2010 SDK. So, the VS2017 version that was posted still works. Does this use Direct X 9? Seems like it. I have not read through the book yet.

  • I got it to work. Definitely had to point to some libraries. I guess something changed with VS2022. I used the code that someone got to work with VS2017 on the forums.

  • I fixed it. Pointed to the missing library. Now, I am getting a bunch of unresolved external symbols. Edit: Figured it out. Had to point to C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\lib\onecore\x86 not arm. Oops.

  • I am trying to get this to work in VS 2022 Community. It looks like it is finding everything, but I am getting this error. Error LNK1104 cannot open file 'kernel32.lib' TeapotWars_2015 D:\Dev\Source\gamecode4-vs2017\Source\TeapotWars\Msvc\LINK Seems like it can't find that library.

  • I have had this book for years. I am finally digging into it. I am on the initialization chapter. Getting Visual Studio and git installed on the laptop. I will see if the source code still works. Anyone run into some surprises with it?