Jump to content

Recommended Posts

Posted

Hello everyone,

 

Im new to LE 3 and Im trying to compile my first project with Visual Studio 2012 but I get an error.

 

I created the project with the project manager of LE 3, I loaded the project and updated to VS 2012.

 

When I try to compile I get this error:

Error 3 error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1700' in App.obj

 

Does it mean that LE 3 is compiled with other version so it is not compatible the version?, Its LE 3 supported with VS 2012? or do I need to recompile the engine?.

 

Best regards.

Posted

Rick thanks for your answer. Ok I will load VS 2010 but I really hope that LE3 in the near future supports Visual Studio 2012.

 

VS 2012 is supported in Windows 7 and 8, the only difference is if you want to do Windows store apps that one needs Windows 8 but we don't need that. Anyway the new VS 2012 IDE and Compiler for C++11 is very nice additions.

 

Best.

  • Upvote 1
Posted

Just make the mingw32 version and it runs on all windows, and even in Linux WINE.

Ryzen 9 RX 6800M ■ 16GB XF8 Windows 11 ■
Ultra ■ LE 2.53DWS 5.6  Reaper ■ C/C++ C# ■ Fortran 2008 ■ Story ■
■ Homepage: https://canardia.com ■

Posted

For me it works as well. Also the XP fact is just wrong. While indeed you can't install it on XP, you can still develop and deploy to XP.

Another hint: in the projects settings you can choose which compiler to use. So you can still use vs2010 or vs2008 compilers.

  • Windows 10 Pro 64-Bit-Version
  • NVIDIA Geforce 1080 TI
Posted

That's good news! VS2012 is so much better than VS2010, although still not as good as Code::Blocks+MinGW.

Ryzen 9 RX 6800M ■ 16GB XF8 Windows 11 ■
Ultra ■ LE 2.53DWS 5.6  Reaper ■ C/C++ C# ■ Fortran 2008 ■ Story ■
■ Homepage: https://canardia.com ■

Posted

Another hint: in the projects settings you can choose which compiler to use. So you can still use vs2010 or vs2008 compilers.

 

To use the older compilers, don't you need the older versions installed?

 

Makes no difference to me, I'm an XP'er, but I know code blocks also allowed you to use VS2005 and VS2008 compilers, but you had to have them installed to do that. But that's probably down to copyright. Microsoft shouldn't have that problem because it's their product so I don't know.

LE Version: 2.50 (Eventually)

Posted

 

 

Makes no difference to me, I'm an XP'er,

you are so hipster that it hurts me sometimes, THROUGH the internet

Core I5 2.67 / 16GB RAM / GTX 670

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

Posted

Some people don't upgrade their software if it works fine. New versions usually bring new bugs and new problems. The only reason I upgraded from XP to 7 was because my new PC had 16GB RAM. Win7 is still horrible and slow, but at least it can use my RAM. Win8 is even more slow and horrible. I think Microsoft has a clear direction: more horrible, more slow is the goal for the next Windows version.

Ryzen 9 RX 6800M ■ 16GB XF8 Windows 11 ■
Ultra ■ LE 2.53DWS 5.6  Reaper ■ C/C++ C# ■ Fortran 2008 ■ Story ■
■ Homepage: https://canardia.com ■

Posted

The only reason I upgraded from XP to 7 was because my new PC had 16GB RAM. Win7 is still horrible and slow, but at least it can use my RAM

 

I did the same in 2008. Had a Windows XP computer, and a Windows 2000. I got a quad core AMD Phenom processor, but each of these Windows version were locked to 2 CPUs each (physical or logical), I would have to upgrade to Vista or newer. So I upgraded Windows 2000 ... to Debian Linux. The version at that time did support it, but the system clock counted twice as fast as it should have done. There was no excuse for it because Debian has been running in data centres for years, with servers having hundreds if not thousands of physical and logical CPUs, but a few months later they fixed it.

LE Version: 2.50 (Eventually)

Posted

In Windows 8, the corners on the screen are pretty hip. Just not as hip as some people on the forum.

  • Upvote 1

Core I5 2.67 / 16GB RAM / GTX 670

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

  • 4 weeks later...
Posted

visiting an older thread, I tried what was mentioned above, put VS2010 v100 in the platform toolset and well i don't have the toolset installed. How do i install the toolset without installing the IDE?

bool Life()
{
 while(death=false)
 {
   if(death==true)
   return death;
 }
}

 

I have found the secret to infinite life

 

Did I help you out? Like my post!

Posted

I downloaded VS 2010 that seamed to fix my issue. Don't want the IDE taking up space but hey i got ~2TB of internal and ~2TB of external

bool Life()
{
 while(death=false)
 {
   if(death==true)
   return death;
 }
}

 

I have found the secret to infinite life

 

Did I help you out? Like my post!

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