cassius Posted May 21, 2019 Posted May 21, 2019 I tried to use the camera create example in the api using c++ but I get errors.visual studio does not like the word Leadwerks it seems.I know the example has no real errors so where am I going wrong? My project is new and up to date. Leadwerks::Window* window = Leadwerks::Window::Create(); Quote amd quad core 4 ghz / geforce 660 ti 2gb / win 10 Blender,gimp,silo2,ac3d,,audacity,Hexagon / using c++
gamecreator Posted May 21, 2019 Posted May 21, 2019 The camera create example (here: https://www.leadwerks.com/learn?page=API-Reference_Object_Entity_Camera_Create) has two lines that have Leadwerks::Leadwerks:: in them (it should only be one Leadwerks::). Remove one of them from each line and it compiles. Quote
cassius Posted May 21, 2019 Author Posted May 21, 2019 thanks. Quote amd quad core 4 ghz / geforce 660 ti 2gb / win 10 Blender,gimp,silo2,ac3d,,audacity,Hexagon / using c++
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.