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
4 registered members (degenerate_762, AbrahamR, AndrewAMD, ozgur), 667 guests, and 8 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
question about workshop05 #318061
04/04/10 19:25
04/04/10 19:25
Joined: Jan 2010
Posts: 15
M
mygame4 Offline OP
Newbie
mygame4  Offline OP
Newbie
M

Joined: Jan 2010
Posts: 15
Well, I am using the extra version. I have a question about the workshop 05. I run it, it said unknown video_aspect, all right, I delete this line. But it said unkown SHOW in flag, all right, I change it to VISIBLE, but it said unkown OUTLINE, but I can find OUTLINE in the manual, I think it's right. But why it can not compile...
////////////////////////////////////////////////////////////////////
#include <acknex.h>
#include <default.c>

////////////////////////////////////////////////////////////////////

PANEL* first_pan =
{
digits (320, 200, 2, "Arial#150b", 1, sys_seconds);
flags = VISIBLE | OUTLINE;
}

/////////////////////////////////////////////////////////////////////

function main()
{
video_aspect = 1.333;
video_mode = 7;
screen_color.blue = 150;
}

Re: question about workshop05 [Re: mygame4] #318064
04/04/10 19:37
04/04/10 19:37
Joined: Sep 2009
Posts: 496
P
Progger Offline
Senior Member
Progger  Offline
Senior Member
P

Joined: Sep 2009
Posts: 496
i can not understand that because here A7Commercial 7.82 everything works fine.
try this in main function perhaps it helps but im not sure

function main()
{
video_aspect = 1.333;
video_mode = 7;
screen_color.blue = 150;
wait(1);
}

WFG Progger

Last edited by Progger; 04/04/10 19:39.

asking is the best Way to get help laugh laugh laugh
Re: question about workshop05 [Re: Progger] #318065
04/04/10 19:41
04/04/10 19:41
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Rei_Ayanami Offline
Expert
Rei_Ayanami  Offline
Expert

Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Are you using the sybex version?

where did you bought gs?

please go to: WED -> help -> about and tell us your version number wink

Re: question about workshop05 [Re: Rei_Ayanami] #318067
04/04/10 19:51
04/04/10 19:51
Joined: Jan 2010
Posts: 15
M
mygame4 Offline OP
Newbie
mygame4  Offline OP
Newbie
M

Joined: Jan 2010
Posts: 15
Thanks, guys. I don't think it's version problem, since workshop 05 should be available even for free version. And I tried search video_aspect and flags,I can find OUTLINE I cannot video_aspect and SHOW, and OUTLINE doen't work...

Re: question about workshop05 [Re: mygame4] #318085
04/04/10 21:26
04/04/10 21:26
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Rei_Ayanami Offline
Expert
Rei_Ayanami  Offline
Expert

Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
please, tell us your version number...


or are you a WAREZ user???

Re: question about workshop05 [Re: Rei_Ayanami] #318093
04/04/10 23:49
04/04/10 23:49
Joined: Jan 2010
Posts: 15
M
mygame4 Offline OP
Newbie
mygame4  Offline OP
Newbie
M

Joined: Jan 2010
Posts: 15
It works right now, my version is from my friend and it's too low and I updated it today. Thanks man.

Re: question about workshop05 [Re: mygame4] #318099
04/05/10 08:37
04/05/10 08:37
Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
that translates to "i (was)am using warez"


3333333333

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