Jump to content

Recommended Posts

Posted

Does Leadwerks 3 have Custom Buffers so I can use Windows Forms to create my own Tools?

3d world studio. 3ds Max 8. GTX 260. Visual Studio 2010. Dual Core 2.6 Mhz processor.

Posted

It's extremely easy on Windows. Just call Context::CreateCustom(hWND) and off you go.

 

Excellent. Looks like I'll be purchasing today!!!!!!!

  • Upvote 1

3d world studio. 3ds Max 8. GTX 260. Visual Studio 2010. Dual Core 2.6 Mhz processor.

Posted

Excellent. Looks like I'll be purchasing today!!!!!!!

 

i knew i liked you

Core I5 2.67 / 16GB RAM / GTX 670

Zbrush/ Blender / Photoshop CS6 / Renoise / Genetica / Leadwerks 3

Posted

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.

3d world studio. 3ds Max 8. GTX 260. Visual Studio 2010. Dual Core 2.6 Mhz processor.

Posted

It's extremely easy on Windows. Just call Context::CreateCustom(hWND) and off you go.

 

There is no Context::CreateCustom(hwnd) command?

3d world studio. 3ds Max 8. GTX 260. Visual Studio 2010. Dual Core 2.6 Mhz processor.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...