Gamestudio Links
Zorro Links
Newest Posts
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
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 (AbrahamR, AndrewAMD, ozgur), 763 guests, and 7 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
Update problem #263543
04/30/09 10:40
04/30/09 10:40
Joined: Jul 2008
Posts: 553
Singapore
delinkx Offline OP
User
delinkx  Offline OP
User

Joined: Jul 2008
Posts: 553
Singapore
i have just updated my gamestudio. i do it all time. but when i check in SED it shows version 7.20.

but when i compile n run, it shows 7.7.3 fine.

now if there is an error in my code. it just says startup error. but dont say which line. and just tells "Error in myfile.c" !!!! this is gonna be hard for debugging !

also, i have found this function on the web manual: pan_setdigits. i updated my engine but still i cant find it in my local manual and it doesnt get recognised by SED also. i tried using it, it doesnt give error but sets number zero.


A7 commercial Team / VC++ 2008 Pro
homepage | twitter | facebook
Re: Update problem [Re: delinkx] #263554
04/30/09 12:24
04/30/09 12:24
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
Sounds as if you mixed up several versions. Delete everything, then install the current version again.

Re: Update problem [Re: jcl] #263765
05/02/09 06:45
05/02/09 06:45
Joined: Jul 2008
Posts: 553
Singapore
delinkx Offline OP
User
delinkx  Offline OP
User

Joined: Jul 2008
Posts: 553
Singapore
i just did this. i removed everything. installed the current version again. but this is wat i get:

- in WED: Comm Team V 7.7
- in SED: Version 7.20

But when i run a program, the engine splash screen mentions 7.73.

Also, i noticed now, u no more give the line no. error on the splash screen but instead create a ackerr.txt file which gives it. is this the way it is now ?

And the manual doesnt contain this function pan_setdigits.

And when i try this snippet i get a junk value there. but when i use sys_seconds or if i declare "testvar" as a global variable, then it works fine.

Code:
void main()
{
	
	PANEL* mypanel = pan_create("pos_x = 10;pos_y = 10; size_x = 50; size_y = 50; red = 255; green = 0; blue = 0; flags = LIGHT | SHOW;", 1);
	wait(5);
	var testvar = 5;
	pan_setdigits(mypanel,0,10,10,"%2.f",digit_font,1,testvar); 	
   wait(5);
   set(mypanel,SHOW);	
	wait(5);
}


let me know how to update my manual and also is it normal for the above version numbers. ? thnx JCL.


A7 commercial Team / VC++ 2008 Pro
homepage | twitter | facebook
Re: Update problem [Re: delinkx] #264065
05/04/09 07:03
05/04/09 07:03
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
Only WED and the engine display the version number. So, both must be 7.73, otherwise something is wrong. Maybe you have two different GS installations on your PC.

You can not display local variables in a digits element. "digits" is described in the manual.

Re: Update problem [Re: jcl] #264070
05/04/09 07:25
05/04/09 07:25
Joined: Jul 2008
Posts: 553
Singapore
delinkx Offline OP
User
delinkx  Offline OP
User

Joined: Jul 2008
Posts: 553
Singapore
ok got the digits part.

how abt the manual? is it normal that it doesnt contain some functions which are there on the online manual ?

function like pan_setdigits is not found.


A7 commercial Team / VC++ 2008 Pro
homepage | twitter | facebook
Re: Update problem [Re: delinkx] #264083
05/04/09 08:27
05/04/09 08:27
Joined: Sep 2003
Posts: 9,859
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

Joined: Sep 2003
Posts: 9,859
Did you try the search tab?
Sometimes instructions are accidentially not linked in the index tab.

Re: Update problem [Re: FBL] #264084
05/04/09 08:31
05/04/09 08:31
Joined: Jul 2008
Posts: 553
Singapore
delinkx Offline OP
User
delinkx  Offline OP
User

Joined: Jul 2008
Posts: 553
Singapore
smile kool. its there but not indexed.


A7 commercial Team / VC++ 2008 Pro
homepage | twitter | facebook

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