MartFayer 0 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 post
martyj 166 Posted January 6, 2017 Share Posted January 6, 2017 Window* window = Window::Create("Stuff") Context* context = Context::Create(window); Quote Link to post
Josh 9,709 Posted January 7, 2017 Share Posted January 7, 2017 static Window* Create(HWND hwnd); Quote Link to post
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.