MSVC17 #3173
Replies: 2 comments
-
@Ethan-Bit-256 I don't know, I haven't tried it but you can build raylib with VS2017. |
Beta Was this translation helpful? Give feedback.
-
@Ethan-Bit-256 If you're talking about a pre-built DLL and/or LIB, it will depend on agreement of raylib version and, potentially, compiler options. You can obtain very clean static linking with VS2022 (VC There's a fixture for that in I made a derivative, VCrayApp, that automates things a bit differently. A pretty-stable 0.1.0 version is available at (https://orcmid.github.io/nfoTools/dev/D211101/). The documentation has many gaps still. I welcome questions and suggestions. |
Beta Was this translation helpful? Give feedback.
-
Is it possible for me to link raylib msvc16(64bit) to vs2022(msvc17) and have it work perfectly fine?
Beta Was this translation helpful? Give feedback.
All reactions