Jump to content

[SOLVED] C++ and Unigine 2.0


photo

Recommended Posts

Posted

Hi,

 

Currently, we're compiling our C++ with Visual Studio 2010 under Windows.  Will we have to upgrade our compilers if we upgrade to Unigine 2.0? 

 

 

Also, are the any minimum requirements with gcc when compiling under Linux for Unigine 2.0?

 

 

Thanks,

Simon

Posted

Hi SImon,
 

Also, are the any minimum requirements with gcc when compiling under Linux for Unigine 2.0?

GCC 4.7.2+ will be enough. You can check this article for more details: https://developer.unigine.com/en/docs/1.0/code/environment/linux_app#install
 

Will we have to upgrade our compilers if we upgrade to Unigine 2.0? 

Yes, at least Visual Studio 2013 compilers are required for Unigine 2.0 build under Windows platform. Also, it will be possible to compile engine with VS2010 and VS2012 in the next SDK update.

 

Thanks!

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Posted

Ok thanks - Just to clarify - we are only linking against the precompiled unigine dlls.

 

Do we need gcc 4.7.2 to compile our own C++ code against  a precompiled unigine 2.0 version?

 

And Visual Studio 2013/2015 is required even to just link against a precompiled unigine 2.0 version?

 

Cheers!

Posted

Hi, Simon,

 

To compile you c++ code against the precompiled unigine dlls you can use Visual Studio 10,12,13... and any gcc4.x.x on linux.

×
×
  • Create New...