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
sylex3 problem #123516
04/12/07 15:23
04/12/07 15:23
Joined: Aug 2006
Posts: 652
Netherlands
bstudio Offline OP
User
bstudio  Offline OP
User

Joined: Aug 2006
Posts: 652
Netherlands
Ok, just started to fiddle around with sylex3, but got a problem with initializing it:
Code:

plugindir = ".";

include "movement.wdl";
include "camera.wdl";
include <sylex3_csr.wdl>;


var video_mode = 8;
var video_screen = 1;
var video_depth = 32;

var shadow_stencil = on;

function main()
{
dll_open("Sylex3.dll");
SLX3Initialize(SLX3_RUNMODE_DEBUG ,"TFOH sylex + movement test");
level_load("level.wmb");
camera_init();
wait(1);
}



this code gives me this error:
SLX3Initialize(SLX3_RUNMODE_DEBUG,@4)>
MAIN.WDL 21:0 (): Parameter unknown SLX3_RUNMODE_DEBUG

I've got a feeling it is a stupid mistake i'm making, but i really can't see it. Would you help this sylex noob out



BASIC programmers never die, they GOSUB and don't RETURN.
Re: sylex3 problem [Re: bstudio] #123517
04/13/07 06:38
04/13/07 06:38
Joined: Aug 2006
Posts: 652
Netherlands
bstudio Offline OP
User
bstudio  Offline OP
User

Joined: Aug 2006
Posts: 652
Netherlands
*bump*

no one??


BASIC programmers never die, they GOSUB and don't RETURN.

Moderated by  Blink, Hummel, Superku 

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