Page 1 of 1

In What compiler the windows cafu official package built with??

Posted: 2015-10-27, 15:58
by MohammedAli
Hi all, i want to download cafu and start coding with it with VS2010 or VS2012 but i really dont want to rebuild the engine (unless until i test it first), so i'm wondering in what version of visual studio the cafu official build is built with

Re: In What compiler the windows cafu official package built with??

Posted: 2015-10-27, 20:22
by Carsten
Hi,
welcome to the Cafu forums! :welcome:
MohammedAli wrote:Hi all, i want to download cafu and start coding with it with VS2010 or VS2012 but i really dont want to rebuild the engine (unless until i test it first), so i'm wondering in what version of visual studio the cafu official build is built with
If I understand you correctly, you want to download one of the pre-built binary releases and use that for coding? Well, you really should not do that: Not only are the binary releases very old, they're also not suitable for getting started with C++ coding in the first place.

The recommended approach is to follow the Getting started with the Cafu source code text. Cafu works with all versions of Visual C++ back until VC++ 2005 (although we'll drop support for that soon, so better use VC++ 2010 or newer). Support for the latest Visual C++ 2015 is not yet available, but easily added.

Re: In What compiler the windows cafu official package built with??

Posted: 2015-10-28, 13:26
by MohammedAli
Ok thanks!!!!