freeflyklown Posted December 30, 2017 Share Posted December 30, 2017 Hi, I started playing around with the engine. In the C++ tutorials, it says there should be an exampel actor class in the source folder of my project. However I only have main, and app? Are the tutorials outdated or am I doing something wrong? Could anyone please guide me trough setting up a C++ project? Also, is it possible to compile for X64? Quote Link to comment Share on other sites More sharing options...
Roland Posted December 31, 2017 Share Posted December 31, 2017 The Actor class is included as any other Leadwerks class. C:\Program Files (x86)\Steam\steamapps\common\Leadwerks\Include\Classes\Actor.h There is already a C++ setup for you when you create a project. Just open \Projects\Windows\"projectname".sln in Visual Studio and there you go Quote Roland Strålberg Website: https://rstralberg.com Link to comment Share on other sites More sharing options...
mdgunn Posted December 31, 2017 Share Posted December 31, 2017 I think you are coming across the bug I mentioned here: where the tutorial is not fully in line with the code. The actor class is there and should work out OK but it's unfortunate that the tutorial and code don't fully align. For a tutorial this is an unfortunate (perhaps even unacceptable?) oversight. Quote Link to comment Share on other sites More sharing options...
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.