Search found 3 matches

by ricardog
29 Nov 2013, 03:09
Forum: General Discussion
Replies: 4
Views: 2070

Re: MSVC runtime dependencies

While replacing the header dependencies, we stumbled over a different issue. The Noesis::File::BaseFileSystem class contains methods named "CreateDirectory", "CreateFile" and "DeleteFile". Those names conflict with functions of the same name in <windows.h>, which are #d...
by ricardog
29 Nov 2013, 02:44
Forum: General Discussion
Replies: 4
Views: 2070

Re: MSVC runtime dependencies

Good to know that, it seems that we are using some of the lib files included in your OgreBindings package, and they're probably creating the dependency with VS 2010. We'll replace them with our own compiled libs and that should fix the problem. Thank you anyway!
by ricardog
28 Nov 2013, 23:47
Forum: General Discussion
Replies: 4
Views: 2070

MSVC runtime dependencies

Hello,

Currently you offer Windows binaries that depend on the MSVC 2010 runtime. It would be very nice if you could also make builds for 2012 and 2013 versions, so we don't have to distribute two runtimes with the application.

Thanks!