Question about FSE and Compiling scripts..

Wanderer

First time out of the vault
i created my script, and configured FSE to a compiler (tried different ones, all have same effect)

then when i hit compile it says....

Compiling file: "______.ssl"
Starting preprocessor
Precompilation successful!
Compiling preprocessor output:"temp.i"
Script compiled successfully!

but no file appears in the scripts folder and if i name another int file the same name it asks me if it can overwrite it and i say yes... it then proceeds to delete the file and not replace it...

my only guess is i misconfigured somthing or screwed somthing up... any help would be appreciated. (btw the _____.ssl is not the name of the file i censored it for now..)

anyways if someone can help i would appreciate it, thanks.

edit: I guess i should have asked which compiler do you guys use with FSE and what all did you do to get it working. thanks again.
 
lol

yeah same problem had a different version. got the newest version now... now the problem is its saying it



EDIT: fixed a couple new probs... lets see how it works now :-)


EDIT EDIT: All working now... i changed my p.bat info a bit and now it works great.... heres the line i changed...

it was
..\dos4gw ..\compile temp.ssl

it is now
dos4gw compile temp.ssl

odd that just taking those lines out and it works


i also changed ..\headers\filename.h to headers\filename.h
in the ssl file...

p.s. i got tired of messing with FSE and did it all manually lol... and it worked like a charm, and on a side note im running WinXP Pro... so that may have had a few things to do with how it was reading the commands.
 
Back
Top