Jump to content

Recommended Posts

Posted (edited)

cisual studio complains about the following line but if I remove Leadweks:: it works fine. The line is from the camera  create  example.Anyone know why?

Leadwerks::Window* window = Leadwerks::Window::Create();

Edited by cassius
spelling

amd quad core 4 ghz / geforce 660 ti 2gb / win 10

Blender,gimp,silo2,ac3d,,audacity,Hexagon / using c++

Posted

It looks fine to me! In fact GCC needs the namespace in order to compile.

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

Window::Create("Wanderlath", 0, 0, 1680, 1050, Window::FullScreen);
      The above code is what works for me, but maybe my project is out of date.

I am nervous about updating as my code was overwritten when I updated a while back.

amd quad core 4 ghz / geforce 660 ti 2gb / win 10

Blender,gimp,silo2,ac3d,,audacity,Hexagon / using c++

Posted
47 minutes ago, cassius said:

I am nervous about updating as my code was overwritten when I updated a while back.

Leadwerks is pretty good about creating a backup copy when it overwrites something.  But you can always just make a backup copy of the source folder yourself before you update if you want.

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...