Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
5 registered members (Dico, AndrewAMD, TipmyPip, NewbieZorro, Grant), 15,791 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 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
LemmyTheSlayer Offline
Junior Member
LemmyTheSlayer  Offline
Junior Member

Joined: Mar 2010
Posts: 57
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: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
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 | 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