Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (AndrewAMD, degenerate_762, ozgur), 1,311 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Problem sdk_engine #403161
06/15/12 14:52
06/15/12 14:52
Joined: Jun 2011
Posts: 75
algeria
T
Tonyjack221 Offline OP
Junior Member
Tonyjack221  Offline OP
Junior Member
T

Joined: Jun 2011
Posts: 75
algeria
Code:
------ Build started: Project: e_tutorial, Configuration: Debug Win32 ------
Compiling...
var.cpp
c1xx : fatal error C1083: Cannot open source file: '.\var.cpp': No such file or directory
e_tutorial.cpp
c:\documents and settings\cgcg cgcg\bureau\sdk_engine\e_tutorial.cpp(251) : error C2039: 'mat_metal' : is not a member of 'ENGINE_VARS'
        c:\documents and settings\cgcg cgcg\bureau\sdk_engine\adll.h(40) : see declaration of 'ENGINE_VARS'
Generating Code...
Build log was saved at "file://c:\Documents and Settings\CGCG CGCG\Bureau\sdk_engine\Debug\BuildLog.htm"
e_tutorial - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========



i use Visual C++ 9.0 Express Edition

Re: Problem sdk_engine [Re: Tonyjack221] #403172
06/15/12 17:57
06/15/12 17:57
Joined: Jun 2011
Posts: 75
algeria
T
Tonyjack221 Offline OP
Junior Member
Tonyjack221  Offline OP
Junior Member
T

Joined: Jun 2011
Posts: 75
algeria
anyone know this problem?

Re: Problem sdk_engine [Re: Tonyjack221] #403173
06/15/12 18:18
06/15/12 18:18
Joined: Nov 2002
Posts: 913
Berlin, Germany
S
SchokoKeks Offline
User
SchokoKeks  Offline
User
S

Joined: Nov 2002
Posts: 913
Berlin, Germany
I guess you opened the "e_tutorial.vcproj" project?

Quote:
Cannot open source file: '.\var.cpp'


That is your problem. Look into your project settings if you have the path of "var.cpp" included.

Re: Problem sdk_engine [Re: SchokoKeks] #403189
06/15/12 22:09
06/15/12 22:09
Joined: Jun 2011
Posts: 75
algeria
T
Tonyjack221 Offline OP
Junior Member
Tonyjack221  Offline OP
Junior Member
T

Joined: Jun 2011
Posts: 75
algeria
i included that now
the same problem


------ Build started: Project: e_tutorial, Configuration: Debug Win32 ------
Compiling...
e_tutorial.cpp
c:\documents and settings\cgcg cgcg\bureau\sdk_engine\e_tutorial.cpp(25) : fatal error C1083: Cannot open include file: 'var.cpp': No such file or directory
var.cpp
c1xx : fatal error C1083: Cannot open source file: '.\var.cpp': No such file or directory
Generating Code...
Build log was saved at "file://c:\Documents and Settings\CGCG CGCG\Bureau\sdk_engine\Debug\BuildLog.htm"
e_tutorial - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Re: Problem sdk_engine [Re: Tonyjack221] #403191
06/15/12 22:15
06/15/12 22:15
Joined: Jun 2011
Posts: 75
algeria
T
Tonyjack221 Offline OP
Junior Member
Tonyjack221  Offline OP
Junior Member
T

Joined: Jun 2011
Posts: 75
algeria
"var.cpp" does not exists in the folder
Why?

Re: Problem sdk_engine [Re: Tonyjack221] #403193
06/16/12 00:23
06/16/12 00:23
Joined: Nov 2002
Posts: 913
Berlin, Germany
S
SchokoKeks Offline
User
SchokoKeks  Offline
User
S

Joined: Nov 2002
Posts: 913
Berlin, Germany
It should be included with the default 3DGS installtion in the "sdk_engine" folder (at least with A7, don't have A8 to test).
Maybe Reinstalling Gamestdio can help?

Re: Problem sdk_engine [Re: SchokoKeks] #403199
06/16/12 08:38
06/16/12 08:38
Joined: Mar 2010
Posts: 57
Germany, Niedersachsen
LemmyTheSlayer Offline
Junior Member
LemmyTheSlayer  Offline
Junior Member

Joined: Mar 2010
Posts: 57
Germany, Niedersachsen
The var.cpp is obsolete. Update to the latest version and use the new var.h instead.


SCHLEIFE SCHLEIFE SCHLEIFE SCHLEIFE SCHLEIFE SCHLEIFE
Re: Problem sdk_engine [Re: LemmyTheSlayer] #403334
06/18/12 13:06
06/18/12 13:06
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
Yes, the .vcproj contained some old settings. Sorry for that. Remove "var.cpp" from the project and also change "mat_metal" in the example to "mtl_metal". This will be fixed in the next update.

Re: Problem sdk_engine [Re: jcl] #403335
06/18/12 13:11
06/18/12 13:11
Joined: Jun 2011
Posts: 75
algeria
T
Tonyjack221 Offline OP
Junior Member
Tonyjack221  Offline OP
Junior Member
T

Joined: Jun 2011
Posts: 75
algeria
thank you JCL it is work now


Moderated by  old_bill, Tobias 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1