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
2 registered members (AndrewAMD, TipmyPip), 16,005 guests, and 6 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
When i try to loade a pcx stand : (): Can't open test.pcx #326709
06/02/10 15:09
06/02/10 15:09
Joined: May 2010
Posts: 24
Österreich
P
Programm009 Offline OP
Newbie
Programm009  Offline OP
Newbie
P

Joined: May 2010
Posts: 24
Österreich
When i try to loade a pcx stand : (): Can't open test.pcx
crycrycry

Wie kann ich das problem beheben confused

Last edited by Programm009; 06/02/10 17:12.
Re: When i try to loade a pcx stand : (): Can't open test.pcx [Re: Programm009] #326711
06/02/10 15:49
06/02/10 15:49
Joined: Dec 2007
Posts: 706
Schortens Germany
Landixus Offline
User
Landixus  Offline
User

Joined: Dec 2007
Posts: 706
Schortens Germany
Ja und nu? Wolltest du eine Frage dazu stellen?


My Blog German: http://blog.quakeit.de/
www.quakeit.de ||
Airfix Game in Cooperation with:
www.3drt.com
Models Levels and Textures
Re: When i try to loade a pcx stand : (): Can't open test.pcx [Re: Landixus] #326741
06/02/10 17:14
06/02/10 17:14
Joined: May 2010
Posts: 24
Österreich
P
Programm009 Offline OP
Newbie
Programm009  Offline OP
Newbie
P

Joined: May 2010
Posts: 24
Österreich
Das ist mein Programm:

////////////////////////////////////////////////// //////////////////
# Include <acknex.h>
# Include <default.c>

////////////////////////////////////////////////// //////////////////
BMAP * first_pcx = "test.pcx";

PANEL * first_pan =
(
pos_x = 0;
pos_y = 0;
layer = 1;
BMAP = first_pcx;
flags = zeigen;
)

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

Funktion main ()
(
  screen_size.x = 1600;
  screen_size.y = 1200;
screen_color.blue = 150;
)

Re: When i try to loade a pcx stand : (): Can't open test.pcx [Re: Programm009] #326742
06/02/10 17:19
06/02/10 17:19
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Rei_Ayanami Offline
Expert
Rei_Ayanami  Offline
Expert

Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
BMAP* first_pcx = "test.pcx";

#Include

PANEL* first_pan =

und das flag zeigen ^^ gibts nicht!!!

SHOW !

Last edited by Rei_Ayanami; 06/02/10 17:20.
Re: When i try to loade a pcx stand : (): Can't open test.pcx [Re: Rei_Ayanami] #326743
06/02/10 17:24
06/02/10 17:24
Joined: May 2010
Posts: 24
Österreich
P
Programm009 Offline OP
Newbie
Programm009  Offline OP
Newbie
P

Joined: May 2010
Posts: 24
Österreich
Oh
das hieß eh show
das google übersetzungsprogram hat das wahrscheinlich verändert


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