I can't get any @GOTOXY statments to work in winxpsp2.
Help! I've fallen and... Hey! nice carpet!
Re: Unbaja Error?
By: Corey to All on Sun Sep 11 2005 18:00:00
I can't get any @GOTOXY statments to work in winxpsp2.
Help! I've fallen and... Hey! nice carpet!
Not sure what you mean by that...
@-codes can only be expanded on output from a variable by diong something li the following:
COPY STR var_with_at_code
PRINT "%s"
@-codes can only be expanded on output from a variable by diong something the following:
COPY STR var_with_at_code
PRINT "%s"
ok, I decompiled something with ansi placement codes in it,
and it prints the code to the screen instead of running it.
I see @GOTOXY12:35 or some stuff.
Re: Unbaja Error?
By: Deuce to Corey on Mon Sep 12 2005 12:27 am
Re: Unbaja Error?
By: Corey to All on Sun Sep 11 2005 18:00:00
I can't get any @GOTOXY statments to work in winxpsp2.
Help! I've fallen and... Hey! nice carpet!
Not sure what you mean by that...
@-codes can only be expanded on output from a variable by diong something the following:
COPY STR var_with_at_code
PRINT "%s"
ok, I decompiled something with ansi placement codes in it,
and it prints the code to the screen instead of running it.
I see @GOTOXY12:35 or some stuff.
Re: Unbaja Error?
By: Corey to Deuce on Sun Sep 11 2005 11:18 pm
Re: Unbaja Error?
By: Deuce to Corey on Mon Sep 12 2005 12:27 am
Re: Unbaja Error?
By: Corey to All on Sun Sep 11 2005 18:00:00
I can't get any @GOTOXY statments to work in winxpsp2.
Help! I've fallen and... Hey! nice carpet!
Not sure what you mean by that...
@-codes can only be expanded on output from a variable by diong someth the following:
COPY STR var_with_at_code
PRINT "%s"
ok, I decompiled something with ansi placement codes in it,
and it prints the code to the screen instead of running it.
I see @GOTOXY12:35 or some stuff.
@-codes can't be printed using PRINTF in Baja modules, since v3.11, I believ it was. Use PRINT instead.
digital man
Snapple "Real Fact" #107:
You burn more calories sleeping than watching TV.
@-codes can't be printed using PRINTF in Baja modules, since v3.11, I bel it was. Use PRINT instead.
hmm, so much for bionews then.
Re: Unbaja Error?
By: Corey to Digital Man on Tue Sep 13 2005 07:57:00
@-codes can't be printed using PRINTF in Baja modules, since v3.11, I it was. Use PRINT instead.
hmm, so much for bionews then.
It should be a pretty simple fix. Try SPRINTF to a temporary variable and then PRINT the variable.
@-codes can't be printed using PRINTF in Baja modules, since v3.11, it was. Use PRINT instead.
hmm, so much for bionews then.
It should be a pretty simple fix. Try SPRINTF to a temporary variable an then PRINT the variable.
if I gave you the lines of code could you point it out for me?
Re: Unbaja Error?
By: Corey to Angus McLeod on Tue Sep 13 2005 14:30:00
v3.11,@-codes can't be printed using PRINTF in Baja modules, since
it was. Use PRINT instead.
hmm, so much for bionews then.
anIt should be a pretty simple fix. Try SPRINTF to a temporary variable
then PRINT the variable.
oneif I gave you the lines of code could you point it out for me?
I could...
PRINT won't do @-expansion from a variable anymore either... except in the
special case:
PRINT "%s"
which will do @-expansion on STR
---
■ Synchronet ■ ``Penguins make tasty snacks''
Corey wrote to Digital Man <=-
Re: Unbaja Error?
By: Digital Man to Corey on Tue Sep 13 2005 04:00 am
Re: Unbaja Error?
By: Corey to Deuce on Sun Sep 11 2005 11:18 pm
Re: Unbaja Error?
By: Deuce to Corey on Mon Sep 12 2005 12:27 am
Re: Unbaja Error?
By: Corey to All on Sun Sep 11 2005 18:00:00
I can't get any @GOTOXY statments to work in winxpsp2.
Help! I've fallen and... Hey! nice carpet!
Not sure what you mean by that...
@-codes can only be expanded on output from a variable by diong someth the following:
COPY STR var_with_at_code
PRINT "%s"
ok, I decompiled something with ansi placement codes in it,
and it prints the code to the screen instead of running it.
I see @GOTOXY12:35 or some stuff.
@-codes can't be printed using PRINTF in Baja modules, since v3.11, I believ it was. Use PRINT instead.
hmm, so much for bionews then.
Corey wrote to Angus McLeod <=-
Re: Unbaja Error?
By: Angus McLeod to Corey on Tue Sep 13 2005 12:59 pm
Re: Unbaja Error?
By: Corey to Digital Man on Tue Sep 13 2005 07:57:00
@-codes can't be printed using PRINTF in Baja modules, since v3.11, I it was. Use PRINT instead.
hmm, so much for bionews then.
It should be a pretty simple fix. Try SPRINTF to a temporary variable and then PRINT the variable.
if I gave you the lines of code could you point it out for me?
@-codes can't be printed using PRINTF in Baja modules, since v3.11, it was. Use PRINT instead.
hmm, so much for bionews then.
It should be a pretty simple fix. Try SPRINTF to a temporary variable an then PRINT the variable.
if I gave you the lines of code could you point it out for me?
ok, how would I fix these lines?
SET var_f5cf4cbf "@GOTOXY:58,4@\x01n\x01g*\x01h\x01gRegistered Version\x01n\x01g*\x01n"
SET var_47940d05 "@GOTOXY:57,4@\x01n\x01r*\x01h\x01rUnregistered Version\x01n\x01r*\x01n"
SET var_e0d73214 "@GOTOXY:56,4@\x01n\x01r*\x01h\x01rDemonstration Version
PRINT "@GOTOXY:1,22@\n\x01>\x01n\x01cScanning for \x01h\x01wNew\x01n\x01c Bi
Corey wrote to Digital Man <=-
Re: Unbaja Error?
By: Digital Man to Corey on Tue Sep 13 2005 04:00 am
Re: Unbaja Error?
By: Corey to Deuce on Sun Sep 11 2005 11:18 pm
Re: Unbaja Error?
By: Deuce to Corey on Mon Sep 12 2005 12:27 am
Re: Unbaja Error?
By: Corey to All on Sun Sep 11 2005 18:00:00
I can't get any @GOTOXY statments to work in winxpsp2.
Help! I've fallen and... Hey! nice carpet!
Not sure what you mean by that...
@-codes can only be expanded on output from a variable by diong som the following:
COPY STR var_with_at_code
PRINT "%s"
ok, I decompiled something with ansi placement codes in it,
and it prints the code to the screen instead of running it.
I see @GOTOXY12:35 or some stuff.
@-codes can't be printed using PRINTF in Baja modules, since v3.11, I bel it was. Use PRINT instead.
hmm, so much for bionews then.
Whats wrong with Bionews? Running 5 beta 5 with no problems...
Sniper
Killed In Action BBS, telnet://kiabbs.org
Home of the Unofficial SynchroNet Support Network.
download the info pack at any of the below sites: http://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.org
... Dismissed. I got no more use for you
ok, how would I fix these lines?
SET var_f5cf4cbf "@GOTOXY:58,4@\x01n\x01g*\x01h\x01gRegistered Version\x01n\x01g*\x01n"
SET var_47940d05 "@GOTOXY:57,4@\x01n\x01r*\x01h\x01rUnregistered Version\x01n\x01r*\x01n"
SET var_e0d73214 "@GOTOXY:56,4@\x01n\x01r*\x01h\x01rDemonstration Version\x01n\x01r*\x01n"
PRINT "@GOTOXY:1,22@\n\x01>\x01n\x01cScanning for \x01h\x01wNew\x01n\x01c Bi News ..."
Corey wrote to Sniper <=-
Whats wrong with Bionews? Running 5 beta 5 with no problems...
got 5.0 b1 here.
looks terrible.
Corey wrote to Sniper <=-
Whats wrong with Bionews? Running 5 beta 5 with no problems...
got 5.0 b1 here.
looks terrible.
Yeap, I got his last version just before he disapeared. Seeing as I have
a reg code, I don't have those annoying messages. :)
Hope your able to remove that using that unbaja thing. :)
Sniper
Killed In Action BBS, telnet://kiabbs.org
Home of the Unofficial SynchroNet Support Network.
download the info pack at any of the below sites: http://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.org
... I haven't broken the rules in a long time, I guess I'm about due.
Corey wrote to Sniper <=-
Re: Re: Unbaja Error?
By: Sniper to Corey on Thu Sep 15 2005 08:29 pm
Corey wrote to Sniper <=-
Whats wrong with Bionews? Running 5 beta 5 with no problems...
got 5.0 b1 here.
looks terrible.
Yeap, I got his last version just before he disapeared. Seeing as I have
a reg code, I don't have those annoying messages. :)
Hope your able to remove that using that unbaja thing. :)
I see the code I have to change, but it won't recompile,
says some mode call is wrong.
Corey wrote to Sniper <=-
Re: Re: Unbaja Error?
By: Sniper to Corey on Thu Sep 15 2005 08:29 pm
Corey wrote to Sniper <=-
Whats wrong with Bionews? Running 5 beta 5 with no problems...
got 5.0 b1 here.
looks terrible.
Yeap, I got his last version just before he disapeared. Seeing as I have a reg code, I don't have those annoying messages. :)
Hope your able to remove that using that unbaja thing. :)
I see the code I have to change, but it won't recompile,
says some mode call is wrong.
I'm not familar with the program/door/game BioNews... is it a BAJA prgram? O someother language? (C, Pascal, Batch etc)
Or does unbaja work on any kind of software. (I know I shoulda been paying cloder attention)
... Amateur Radio is a contact sport!
I see the code I have to change, but it won't recompile,
says some mode call is wrong.
I'm not familar with the program/door/game BioNews... is it a BAJA prgram? O someother language? (C, Pascal, Batch etc)
Or does unbaja work on any kind of software. (I know I shoulda been paying cloder attention)
Re: Re: Unbaja Error?
By: Sniper to Corey on Thu Sep 15 2005 08:29 pm
Corey wrote to Sniper <=-
Whats wrong with Bionews? Running 5 beta 5 with no problems...
got 5.0 b1 here.
looks terrible.
Yeap, I got his last version just before he disapeared. Seeing as I have a reg code, I don't have those annoying messages. :)
Hope your able to remove that using that unbaja thing. :)
Sniper
Killed In Action BBS, telnet://kiabbs.org
Home of the Unofficial SynchroNet Support Network.
download the info pack at any of the below sites: http://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.org
... I haven't broken the rules in a long time, I guess I'm about due.
I see the code I have to change, but it won't recompile,
says some mode call is wrong.
That is a Reg key and only good for the version he gave it to you for.Yeap, I got his last version just before he disapeared. Seeing as I have a reg code, I don't have those annoying messages. :)
Hope your able to remove that using that unbaja thing. :)This is a Reg
Or does unbaja work on any kind of software. (I know I shoulda been paying cloder attention)
Angus McLeod wrote to Finnigann <=-
Re: Re: Unbaja Error?
By: Finnigann to Corey on Fri Sep 16 2005 00:58:00
I see the code I have to change, but it won't recompile,
says some mode call is wrong.
I'm not familar with the program/door/game BioNews... is it a BAJA prgram? O someother language? (C, Pascal, Batch etc)
Or does unbaja work on any kind of software. (I know I shoulda been paying cloder attention)
It will only 'de-compile' a Synchronet .BIN file back to a Synchronet
.SRC file.
Re: Re: Unbaja Error?
By: Corey to Sniper on Thu Sep 15 2005 07:02 pm
Re: Re: Unbaja Error?
By: Sniper to Corey on Thu Sep 15 2005 08:29 pm
Corey wrote to Sniper <=-
Whats wrong with Bionews? Running 5 beta 5 with no problems...
got 5.0 b1 here.
looks terrible.
Yeap, I got his last version just before he disapeared. Seeing as I h a reg code, I don't have those annoying messages. :)
Hope your able to remove that using that unbaja thing. :)
Sniper
Killed In Action BBS, telnet://kiabbs.org
Home of the Unofficial SynchroNet Support Network.
download the info pack at any of the below sites: http://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.org
... I haven't broken the rules in a long time, I guess I'm about due.
I see the code I have to change, but it won't recompile,
says some mode call is wrong.
Please paste the actual error message here.
digital man
Snapple "Real Fact" #74:
You share your birthday with 9 million others in the world.
Please paste the actual error message here.
err, ok
BAJA v2.34-Win32 (rev 1.38) - Synchronet Shell/Module Compiler
Compiling bionews.src...
!SYNTAX ERROR:
bionews.src 138: COMPARE_MODE_MISC 32
I to have played with the bionews.. I think I have 5.5 so this may not be th same error.. When I try to recompile I get this one..
!SYNTAX ERROR
c:\sbbs\exec\bionews.src 138: Compare_Mode_Misc 32
Re: Re: Unbaja Error?
By: Corey to Digital Man on Fri Sep 16 2005 08:07:00
Please paste the actual error message here.
err, ok
BAJA v2.34-Win32 (rev 1.38) - Synchronet Shell/Module Compiler
Compiling bionews.src...
!SYNTAX ERROR:
bionews.src 138: COMPARE_MODE_MISC 32
LOL!!!
That should be 'COMPARE_MODE_MISC 32' with an 'N' not an 'M'. It seems there is a typo in 'unbaja.c' on or about line 1740 that causes it to emit a mis-spelled verb when de-compiling.....
---
■ Synchronet ■ Where we BAJA Rob into writing our modules. The ANJO BBS
Corey wrote to Sniper <=-
Re: Re: Unbaja Error?
By: Sniper to Corey on Thu Sep 15 2005 08:29 pm
Corey wrote to Sniper <=-
Whats wrong with Bionews? Running 5 beta 5 with no problems...
got 5.0 b1 here.
looks terrible.
Yeap, I got his last version just before he disapeared. Seeing as I have
a reg code, I don't have those annoying messages. :)
Hope your able to remove that using that unbaja thing. :)
I see the code I have to change, but it won't recompile,
says some mode call is wrong.
Stainless wrote to Sniper <=-
Re: Re: Unbaja Error?
By: Sniper to Corey on Thu Sep 15 2005 08:29 pm
I have BioNews 5.3 I think. Registered. Where did the bio guy go
anyway?! No probs here.
Finnigann wrote to Corey <=-
Corey wrote to Sniper <=-
Re: Re: Unbaja Error?
By: Sniper to Corey on Thu Sep 15 2005 08:29 pm
Corey wrote to Sniper <=-
Whats wrong with Bionews? Running 5 beta 5 with no problems...
got 5.0 b1 here.
looks terrible.
Yeap, I got his last version just before he disapeared. Seeing as I have
a reg code, I don't have those annoying messages. :)
Hope your able to remove that using that unbaja thing. :)
I see the code I have to change, but it won't recompile,
says some mode call is wrong.
I'm not familar with the program/door/game BioNews... is it a BAJA
prgram? Or someother language? (C, Pascal, Batch etc)
Or does unbaja work on any kind of software. (I know I shoulda been
paying cloder attention)
with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me theThe version I have says its 5.5 but I cant get it to work.. I edit the cfg file and even with the stock .bin file that comes with it it loads, clears the screen then just sits there...
with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me theThe version I have says its 5.5 but I cant get it to work.. I edit the cfg f and even with the stock .bin file that comes with it it loads, clears the screen then just sits there...
...Did you write the words, or the lyrics?
Join StarNet today.. Http://starfrontiers.dyndns.org
it says error 1 for the cfg file, even new out of the zip it don't run.Make sure you have the cfg file in the correct dir..
it says error 1 for the cfg file, even new out of the zip it don't run.Make sure you have the cfg file in the correct dir..
unzip bionews to xtrn\bionews and copy the .bin to the exec dir.. everything else goes in xtrn\bionews..
...First secure an independent income, then practice virtue.
Join StarNet today.. Http://starfrontiers.dyndns.org
Sniper wrote to Finnigann <=-
Finnigann wrote to Corey <=-
Corey wrote to Sniper <=-
Re: Re: Unbaja Error?
By: Sniper to Corey on Thu Sep 15 2005 08:29 pm
Corey wrote to Sniper <=-
Whats wrong with Bionews? Running 5 beta 5 with no problems...
got 5.0 b1 here.
looks terrible.
Yeap, I got his last version just before he disapeared. Seeing as I have
a reg code, I don't have those annoying messages. :)
Hope your able to remove that using that unbaja thing. :)
I see the code I have to change, but it won't recompile,
says some mode call is wrong.
I'm not familar with the program/door/game BioNews... is it a BAJA
prgram? Or someother language? (C, Pascal, Batch etc)
Or does unbaja work on any kind of software. (I know I shoulda been
paying cloder attention)
Bionews is a BAJA program written to post messages to users when they
log on/off <Configurable>... giving the SysOp the option to "Force" the users to read it and it can pause for a specific amount of time again, forcing the user to read the message. It has lots of other options and capabilites... Allowing users to post messages back to the author of
the original message... Shows the message to the user once, or a
specific number of times, allows different options to make it a "New" message each time the user logs on... etc... Quite a nice little
progie.
Melkor wrote to Sniper <=-
with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me the
The version I have says its 5.5 but I cant get it to work.. I edit the
cfg file and even with the stock .bin file that comes with it it loads, clears the screen then just sits there...
Stainless wrote to Sniper <=-
Re: Re: Unbaja Error?
By: Sniper to Corey on Thu Sep 15 2005 08:29 pm
I have BioNews 5.3 I think. Registered. Where did the bio guy go anyway?! No probs here.
I've got the 5.5, along with my registration...
I have no idea. He stopped by, asked me if I still wanted to run bionews, which I had taken down because the last version I had of it didn't work
with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me the registration code. Never heard from him again.
Mrproper wrote to Sniper <=-
Re: Re: Unbaja Error?
By: Sniper to Stainless on Fri Sep 16 2005 22:20:00
Stainless wrote to Sniper <=-
Re: Re: Unbaja Error?
By: Sniper to Corey on Thu Sep 15 2005 08:29 pm
I have BioNews 5.3 I think. Registered. Where did the bio guy go anyway?! No probs here.
I've got the 5.5, along with my registration...
I have no idea. He stopped by, asked me if I still wanted to run bionews, which I had taken down because the last version I had of it didn't work
with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me the registration code. Never heard from him again.
Don't Merlin at Carso BBS still have the online BIOnews key generator?
I heard the older versions had a backdoor in them.. Don't know if
that's true or not but unbaja will sure tell.
Don't Merlin at Carso BBS still have the online BIOnews key generator?
I heard the older versions had a backdoor in them.. Don't know if that's true or not but unbaja will sure tell.
did you say you have 5.5 working? If no one has it working, is there a copy an older version I can D/L?
did you say you have 5.5 working? If no one has it working, is there a copy an older version I can D/L?
Mrproper wrote to Finnigann <=-
Re: Re: Unbaja Error?
By: Finnigann to Mrproper on Sat Sep 17 2005 14:17:00
Don't Merlin at Carso BBS still have the online BIOnews key generator?
I heard the older versions had a backdoor in them.. Don't know if that's true or not but unbaja will sure tell.
did you say you have 5.5 working? If no one has it working, is there a copy an older version I can D/L?
I din't use bionews on my system.
Melkor wrote to Sniper <=-
with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me the
The version I have says its 5.5 but I cant get it to work.. I edit the
cfg file and even with the stock .bin file that comes with it it loads, clears the screen then just sits there...
Finnigann wrote to Sniper <=-
Bionews is a BAJA program written to post messages to users when they
log on/off <Configurable>... giving the SysOp the option to "Force" the users to read it and it can pause for a specific amount of time again, forcing the user to read the message. It has lots of other options and capabilites... Allowing users to post messages back to the author of
the original message... Shows the message to the user once, or a
specific number of times, allows different options to make it a "New" message each time the user logs on... etc... Quite a nice little
progie.
I hear ya. But it's been my experience that you need something 45 or larger to get people to read ANYTHING. (self included) the first time.
...idea. Can SBBS be set to alter levels depending on how a user exits? dropped carier is very frustrating and I warn people that it's not the
way it supposed to work. If I can drop their level everytime they drop carrier it might stop the practice. I have seen the spy screen showing
a game menu and the disconnected message...
Mrproper wrote to Sniper <=-
Re: Re: Unbaja Error?
By: Sniper to Stainless on Fri Sep 16 2005 22:20:00
Stainless wrote to Sniper <=-
Re: Re: Unbaja Error?
By: Sniper to Corey on Thu Sep 15 2005 08:29 pm
I have BioNews 5.3 I think. Registered. Where did the bio guy go anyway?! No probs here.
I've got the 5.5, along with my registration...
I have no idea. He stopped by, asked me if I still wanted to run bionews, which I had taken down because the last version I had of it didn't work
with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me the registration code. Never heard from him again.
Don't Merlin at Carso BBS still have the online BIOnews key generator?
I heard the older versions had a backdoor in them.. Don't know if
that's true or not but unbaja will sure tell.
Finnigann wrote to Mrproper <=-
Mrproper wrote to Sniper <=-
Re: Re: Unbaja Error?
By: Sniper to Stainless on Fri Sep 16 2005 22:20:00
Stainless wrote to Sniper <=-
Re: Re: Unbaja Error?
By: Sniper to Corey on Thu Sep 15 2005 08:29 pm
I have BioNews 5.3 I think. Registered. Where did the bio guy go anyway?! No probs here.
I've got the 5.5, along with my registration...
I have no idea. He stopped by, asked me if I still wanted to run bionews, which I had taken down because the last version I had of it didn't work
with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me the registration code. Never heard from him again.
Don't Merlin at Carso BBS still have the online BIOnews key generator?
I heard the older versions had a backdoor in them.. Don't know if
that's true or not but unbaja will sure tell.
did you say you have 5.5 working? If no one has it working, is there a copy of an older version I can D/L?
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,043 |
Nodes: | 15 (0 / 15) |
Uptime: | 47:31:23 |
Calls: | 500,902 |
Calls today: | 5 |
Files: | 109,370 |
D/L today: |
6,753 files (922M bytes) |
Messages: | 304,286 |