MartFayer Posted January 6, 2017 Share Posted January 6, 2017 In version 4.2 does not work context-> CreateCustom () How do I set the context on HWND? We need to create the 3D editor (Windows forms + Leadwerks) Decision: window = Window::Create(HWND); Quote Link to comment Share on other sites More sharing options...
martyj Posted January 6, 2017 Share Posted January 6, 2017 Window* window = Window::Create("Stuff") Context* context = Context::Create(window); 1 Quote Link to comment Share on other sites More sharing options...
Josh Posted January 7, 2017 Share Posted January 7, 2017 static Window* Create(HWND hwnd); Quote My job is to make tools you love, with the features you want, and performance you can't live without. 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.