Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
1 registered members (Grant), 999 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 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 | 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