From c94052877f682e4971b8f3221e93b5b893201a28 Mon Sep 17 00:00:00 2001 From: Grave Date: Mon, 11 Jan 2021 16:32:06 +0300 Subject: [PATCH] add project platform clarification --- Create-Visual-Studio-2019-Project.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Create-Visual-Studio-2019-Project.md b/Create-Visual-Studio-2019-Project.md index 9d4e8ac..9a5e7c7 100644 --- a/Create-Visual-Studio-2019-Project.md +++ b/Create-Visual-Studio-2019-Project.md @@ -15,4 +15,5 @@ * Go to _...\raylib\projects\VS2019\bin\x64\Release.DLL_ folder and copy _raylib.dll_ to your project folder (main .cpp must be in this folder) ## Start coding -* Go to https://www.raylib.com/examples.html and grab some code to your .cpp file \ No newline at end of file +* Go to https://www.raylib.com/examples.html and grab some code to your .cpp file +* Set your project platform to x64 (if you build your libraries in x64) \ No newline at end of file