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