Gamestudio Links
Zorro Links
Newest Posts
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/20/24 01:28
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (kzhao, AndrewAMD, bigsmack), 824 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 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 | 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