User avatar
jsantos
Site Admin
Topic Author
Posts: 3918
Joined: 20 Jan 2012, 17:18
Contact:

NoesisGUI v0.9.0

08 Feb 2012, 01:58

This version is a preview only for Win32 + DirectX9. We are working on the rest of platforms.

http://www.noesisengine.com/NoesisGui/N ... .0.3380.7z

The sample corresponding to the integration tutorial can be downloaded from:

http://www.noesisengine.com/NoesisGui/ShadowVolume.7z
 
Mind Calamity
Posts: 10
Joined: 19 Feb 2012, 19:23

Re: NoesisGUI v0.9.0

19 Feb 2012, 20:06

Which version of Visual Studio is this compiled with ?

EDIT: Just saw it was compiled with VS8, any chance of getting a version for VS10 ?

AFAIK VC++ compilers aren't "cross-version" compatible.
 
User avatar
jsantos
Site Admin
Topic Author
Posts: 3918
Joined: 20 Jan 2012, 17:18
Contact:

Re: NoesisGUI v0.9.0

20 Feb 2012, 16:39

This version was compiled with Windows SDK v6.0 (with correspond to an improved version of the compiler that comes with Visual Studio 2005).

Anyway, that shouldn't be a problem because DLL are compatible between different version of compilers. Problems will come when we release the NoesisGui runtime (a subset of NoesisGUi) in a lib. We will have to distribute a lib for each compiler I assume.

We tested this version with Visual studio 2005 and 2008, but 2010 should compile. What problems do you have?
 
Mind Calamity
Posts: 10
Joined: 19 Feb 2012, 19:23

Re: NoesisGUI v0.9.0

21 Feb 2012, 19:27

Confirmed, it works with VS10, with one problem in 'eabase.h':

This:
        typedef wchar_t   char16_t;
Should be this:
		#if _MSC_VER < 1600
        typedef wchar_t   char16_t;
		#endif
To prevent an error with VS versions after 10.
 
User avatar
jsantos
Site Admin
Topic Author
Posts: 3918
Joined: 20 Jan 2012, 17:18
Contact:

Re: NoesisGUI v0.9.0

22 Feb 2012, 15:53

Thanks! I'll fix it for the next release

Who is online

Users browsing this forum: No registered users and 9 guests