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
panel problem #153272
09/10/07 17:52
09/10/07 17:52
Joined: Jan 2007
Posts: 295
Portugal
Sam_Be Offline OP
Member
Sam_Be  Offline OP
Member

Joined: Jan 2007
Posts: 295
Portugal
hi

i'm learning lite-c with the workshop and now i have a problem.
i have this code for my panel:
#include <acknex.h>

#include <default.c>

path "C:\\Programas\\GStudio7\\work\\Atlantis";
////////////////////////////////////////////////////////////////////


PANEL* first_pan = //mein erstes panel
{
pos_x = 1;
pos_y = 1;
layer = 1;
bmap = "sgapanel.bmp";
flags = OVERLAY | VISIBLE;
}

function main()
{
video_mode = 11;
screen_color.blue = 150;
}

and the engine comes with this error:


what is the problem ??
can somebody help me??
thx
sam


GS-Extra Looking for a scripter Suche einen scripter. Estou a procura de um "Scripter".
Re: panel problem [Re: Sam_Be] #153273
09/10/07 18:46
09/10/07 18:46
Joined: May 2005
Posts: 2,713
Lübeck
Slin Offline
Expert
Slin  Offline
Expert

Joined: May 2005
Posts: 2,713
Lübeck
Ich hab mich zwar noch nicht zu ausführlich mit lite-c beschäftigt, aber:
paths müssen in eine .wdl Datei, die den Namen der dem Level zugeordneten .c Datei trägt.
Statt function main solltest du void main schreiben und statt video_mode = 11; video_set verwenden.

Edit: Sry, void gibt es in lite-c nicht benutz stattdessen int.

Last edited by Slin; 09/10/07 18:59.

Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

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