Von04 Posted August 20, 2013 Share Posted August 20, 2013 Does Leadwerks 3 have Custom Buffers so I can use Windows Forms to create my own Tools? Quote 3d world studio. 3ds Max 8. GTX 260. Visual Studio 2010. Dual Core 2.6 Mhz processor. Link to comment Share on other sites More sharing options...
Admin Posted August 20, 2013 Share Posted August 20, 2013 It's extremely easy on Windows. Just call Context::CreateCustom(hWND) and off you go. Quote Link to comment Share on other sites More sharing options...
Von04 Posted August 20, 2013 Author Share Posted August 20, 2013 It's extremely easy on Windows. Just call Context::CreateCustom(hWND) and off you go. Excellent. Looks like I'll be purchasing today!!!!!!! 1 Quote 3d world studio. 3ds Max 8. GTX 260. Visual Studio 2010. Dual Core 2.6 Mhz processor. Link to comment Share on other sites More sharing options...
Admin Posted August 20, 2013 Share Posted August 20, 2013 Note that your application will need to handle keyboard and mouse inputs, since Leadwerks doesn't have the window event hook for your window. Quote Link to comment Share on other sites More sharing options...
Pancakes Posted August 21, 2013 Share Posted August 21, 2013 Excellent. Looks like I'll be purchasing today!!!!!!! i knew i liked you Quote Core I5 2.67 / 16GB RAM / GTX 670 Zbrush/ Blender / Photoshop CS6 / Renoise / Genetica / Leadwerks 3 Link to comment Share on other sites More sharing options...
Von04 Posted August 29, 2013 Author Share Posted August 29, 2013 It's extremely easy on Windows. Just call Context::CreateCustom(hWND) and off you go. I'm a noob when it comes to C++. I created a Windows Forms app and included the leadwerks.h file, and also added the leadwerks.lib to the solution. Problem is, whenever I try to use a Leadwerks command I receive the following type error: 1>c:\users\kevin\desktop\testform\testform\Form1.h(29): error C2027: use of undefined type 'Leadwerks::Window' 1> c:\leadwerks\engine\source\Classes/Context.h(7) : see declaration of 'Leadwerks::Window' 1>c:\users\kevin\desktop\testform\testform\Form1.h(29): error C3861: 'Create': identifier not found Any help would be appreciated. Quote 3d world studio. 3ds Max 8. GTX 260. Visual Studio 2010. Dual Core 2.6 Mhz processor. Link to comment Share on other sites More sharing options...
Von04 Posted August 29, 2013 Author Share Posted August 29, 2013 It's extremely easy on Windows. Just call Context::CreateCustom(hWND) and off you go. There is no Context::CreateCustom(hwnd) command? Quote 3d world studio. 3ds Max 8. GTX 260. Visual Studio 2010. Dual Core 2.6 Mhz processor. 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.