Search found 5 matches

by ValerioCMS
Wed Jun 09, 2010 1:07 pm
Forum: Tuniac
Topic: How-to compile tuniac??
Replies: 14
Views: 28664

Re: How-to compile tuniac??

Brett wrote:I dont recall Tuniac being able to read xml in any existing code. Tuniac uses the registry to store all settings, it would make more sense saving hotkeys also there.
ok, even in the windows registry is fine :)
by ValerioCMS
Tue Jun 08, 2010 3:56 pm
Forum: Tuniac
Topic: How-to compile tuniac??
Replies: 14
Views: 28664

Re: How-to compile tuniac??

winres.h will be the platform sdk that express doesnt include. you probably need include dirs added for it also. Anyways configurable hotkeys is on my "when I am not lazy just do it" list. I really do want to do it, I just havent got around to it in my spare time yet. I thought it was nec...
by ValerioCMS
Tue Jun 08, 2010 9:32 am
Forum: Tuniac
Topic: How-to compile tuniac??
Replies: 14
Views: 28664

Re: How-to compile tuniac??

i've included glew and installed dxSDK, now i get this: 1>------ Build started: Project: TuniacApp, Configuration: Release Win32 ------ 1>Compiling resources... 1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 1>Copyright (C) Microsoft Corporation. All rights reserved. 1>.\Tuniac.rc(...
by ValerioCMS
Mon Jun 07, 2010 6:26 pm
Forum: Tuniac
Topic: How-to compile tuniac??
Replies: 14
Views: 28664

Re: How-to compile tuniac??

i've installed visual c++ 2008 and the project opens, but the compilation fail ( i get 3 errors). This is the output: Error1 and 2: Compiling... SVPVisualPlugin.cpp c:\users\valerio\desktop\tuniac1\svpvisualplugin\svprenderer.h(7) : fatal error C1083: Cannot open include file: 'GL/glew.h': No such f...
by ValerioCMS
Mon Jun 07, 2010 5:24 pm
Forum: Tuniac
Topic: How-to compile tuniac??
Replies: 14
Views: 28664

How-to compile tuniac??

Hi, i'm trying to compile tuniac. I've downloaded source from svn with tortoise and i'm trying to open it with visual studio 2010 express trial, but i get some errors. When i try to open it, visual studio require a conversion from previous version to vc10 project, but the conversion fails. I want to...