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 (OptimusPrime, AndrewAMD), 14,580 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
winstart #222845
08/21/08 08:02
08/21/08 08:02
Joined: Aug 2003
Posts: 902
Van Buren, Ar
Gordon Offline OP
User
Gordon  Offline OP
User

Joined: Aug 2003
Posts: 902
Van Buren, Ar
when trying to publish using sed (my game has no level to publish from) no mater where I put the winstart I get error 295 from the compiler and autobind skips acknex.wdf. btw using lite-c for the project. any ideas?


Our new web site:Westmarch Studios
Re: winstart [Re: Gordon] #222866
08/21/08 11:23
08/21/08 11:23
Joined: Sep 2003
Posts: 929
Spirit Offline

Moderator
Spirit  Offline

Moderator

Joined: Sep 2003
Posts: 929
I think you need to publish from WED, not SED, because only WED creates the starter file (WDF) the engine needs for reading the window definiton.

Re: winstart [Re: Spirit] #222903
08/21/08 15:18
08/21/08 15:18
Joined: Aug 2003
Posts: 902
Van Buren, Ar
Gordon Offline OP
User
Gordon  Offline OP
User

Joined: Aug 2003
Posts: 902
Van Buren, Ar
created empty level, published from wed (sed has starter option too but...) checked starter option and resource and compile exe. same error. main file poe.c, level is poe.wmp, starter is in poe.wdl. starter code is:
Code:
WINDOW WINSTART
{
    COMAND "-nwnd";
}

also tried installing new copy of A7 pro in different directory. get error msg 288.289 or 295 window txt shows wdlc could not find window definition.


Our new web site:Westmarch Studios
Re: winstart [Re: Gordon] #223020
08/21/08 22:32
08/21/08 22:32
Joined: Dec 2003
Posts: 521
LazyDog Offline
User
LazyDog  Offline
User

Joined: Dec 2003
Posts: 521
you mispelled COMMAND


www.LazyDogSoftware.com
Delphi SDK Homepage

A7 Pro 780
Delphi 5 through 2010
Re: winstart [Re: LazyDog] #223052
08/22/08 06:52
08/22/08 06:52
Joined: Aug 2003
Posts: 902
Van Buren, Ar
Gordon Offline OP
User
Gordon  Offline OP
User

Joined: Aug 2003
Posts: 902
Van Buren, Ar
typeo in the message only spelled right in .wdl file.


Our new web site:Westmarch Studios
Re: winstart [Re: Gordon] #223396
08/23/08 21:51
08/23/08 21:51
Joined: Dec 2003
Posts: 521
LazyDog Offline
User
LazyDog  Offline
User

Joined: Dec 2003
Posts: 521
try this:

Code:
WINDOW WINSTART 
{
  MODE STANDARD;	
  COMMAND "-nwnd";
}



www.LazyDogSoftware.com
Delphi SDK Homepage

A7 Pro 780
Delphi 5 through 2010
Re: winstart [Re: LazyDog] #223464
08/24/08 13:33
08/24/08 13:33
Joined: Aug 2003
Posts: 902
Van Buren, Ar
Gordon Offline OP
User
Gordon  Offline OP
User

Joined: Aug 2003
Posts: 902
Van Buren, Ar
this (in compination of publishing from wed) worked. still can't publish with a starter from sed.

but I have a workable solution.


Our new web site:Westmarch Studios

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