The Game Creators
The Game Creators Home Online Shop Click to Login
  Hot: Christmas CompetitionNovember NewsletterModel Pack 36DB Pro Pack 2009DGS BonanzaCharacter PackFPS Creator Bonanza;
The Game Creators
WIP / DarkBASIC Network X beta version 1.0- Plugin for Dark Basic Professional

Go to the first page of this board Return to the Forum Menu Post Message
107 Messages - Page   of 3   
Bookmark and Share Search the Forum Next 40

Author Message
1tg46

User


Joined: Sun Feb 1st 2004
Location: I dont know!
Posted: 1st Jan 2005 17:27     Edited: 5th Feb 2005 02:46     | link | toggle

This is an ongoing project that I just started, and I need beta testers. Right now I have so that DarkBASIC Network X will give you 77 commands that you can use as you please. The commands deal with Registry, IO, Dialogs, and much much more. And I am hoping to have even more commands after awhile. I have noticed that lots of the commands may not work so please tell me if you find the ones that don't work. Information and documentation for the plugin are included in the zip file. Please report any problems to me.

Thanks,
1tg46


Click sig for DB Network X
Back to top
Oracle Studios
Download: DBNX.zip Size: 31198 bytesReport this message as abusive
1tg46

User


Joined: Sun Feb 1st 2004
Location: I dont know!
Posted: 1st Jan 2005 19:51           | link | toggle

update their are now about 90 commands that need testing with this update.


Click the sig
Back to top
Oracle Studios
Download: DBNXv1.0.1.9.zip Size: 49868 bytesReport this message as abusive
Vai mamar na pila

User


Joined: Wed Nov 10th 2004
Location: Behind Your Behind
Posted: 2nd Jan 2005 05:35           | link | toggle

awesome, if i test it out a lot will i get a free final version ?
Back to top
Report this message as abusive
DarkSin

User


Joined: Wed Jul 23rd 2003
Location: Under your bed
Posted: 2nd Jan 2005 11:52           | link | toggle

Haven't used it yet but went over the readme, very very nice set of commands.

Back to top
URhere
Report this message as abusive
1tg46

User


Joined: Sun Feb 1st 2004
Location: I dont know!
Posted: 2nd Jan 2005 17:04           | link | toggle

Their are still alot of bugs in the plugin, at the moment I am thinking of releasing the final version freeware. But that may change if the amount of commands increase to over 200 commands. If then I will start having a nag screen.

I won't release another update until one of the two .NET dll converters is fixed, because right now it would take me quite a few hours to convert the dlls with how the converters are set up right now.

I do have stringtables set up so that the dlls can be used in the plugin-user folder, but that won't be until maybe the next update.

I have attached the readme for the next up date(when released). Their are now 110 commands that will be for the next release. Those that are not in the readme are:

X_Blockinput(truefalse as integer)
blocks input from the mouse and keyboard

X_swapmousebuttons(truefalse as integer)
swaps the functions of the two mouse buttons

X_removeX(title as string)
removes the X of the DBP window

X_setdbpwndtrans(title as string, leveltrans as integer)
will set the DBP window to have transparency

@Sandra
All beta testers will receive a free copy of the final version, if I release it shareware.


Click the sig
Back to top
Oracle Studios
Report this message as abusive
IanG

User


Joined: Sat Sep 25th 2004
Location: Cyberspace
Posted: 2nd Jan 2005 18:57           | link | toggle

just a little question - how does "X_enableXP()" work?

Used to be Phoenix_insane registered in september 2003 despite what the date says to the left <--
PC - amd athlon 2.0ghz, 512mb, GeForce FX 5200 128mb, 200gb, xp pro sp2
Back to top
Report this message as abusive
Mattman

User


Joined: Thu Jun 5th 2003
Location: Cyberspace
Posted: 2nd Jan 2005 19:44           | link | toggle

Ill beta test

Hi
Back to top
My Band Send AIM user a message
Report this message as abusive
1tg46

User


Joined: Sun Feb 1st 2004
Location: I dont know!
Posted: 2nd Jan 2005 21:11           | link | toggle

X_enableXP() is suppose to be used in cunjunction with BlueGUI. This will allow your program to be themed without use of manifest files. The command in VB.NET that I used for the function is faulty so X_enableXP might not work, and it has never worked for me yet.

The command should be called before the gadgets are created with BlueGUI.

@mattman
tell me any problems that you come up with.


DarkBASIC Network X is now up to 126 commands, now has console commands (might or might not work, created own console window).

Will be in next update.


Click the sig
Back to top
Oracle Studios
Report this message as abusive
IanG

User


Joined: Sat Sep 25th 2004
Location: Cyberspace
Posted: 2nd Jan 2005 22:10           | link | toggle

i have a problem with the os one - dbpro exits and one of the crash files appears

Used to be Phoenix_insane registered in september 2003 despite what the date says to the left <--
PC - amd athlon 2.0ghz, 512mb, GeForce FX 5200 128mb, 200gb, xp pro sp2
Back to top
Report this message as abusive
1tg46

User


Joined: Sun Feb 1st 2004
Location: I dont know!
Posted: 2nd Jan 2005 22:15           | link | toggle

Thanks for telling me, I'll look into it. Keep on giving me any problems that come up like that.


Click the sig
Back to top
Oracle Studios
Report this message as abusive
IanG

User


Joined: Sat Sep 25th 2004
Location: Cyberspace
Posted: 3rd Jan 2005 11:37     Edited: 3rd Jan 2005 12:19     | link | toggle

i've found a couple more

my tested file->tells you what i've done and improvements i would like to see
+ Code Snippet
09:39 03/01/2005

X_startuppath		::	Works
X_getOS			::	broke->generates crash on file

09:45 03/01/2005

X_opendialog		::	broke->generates crash on file

09:48 03/01/2005

X_savedialog		::	broke->generates crash on file

09:51 03/01/2005

X_fontdialog		::	works->but returns "System.Windows.Forms.FontDialog" at start of return string - would be nice if that was taken out

10:21 03/01/2005

X_isnetwork		::	??->retruns 1 when network connection is disabled, not sure whether it is supposed to

10:25 03/01/2005

X_Getcurrentuser	::	works

10:28 03/01/2005

X_getmachinename	::	works

10:32 03/01/2005

X_message		::	broke->displays title as message and not title, also returns 1 but there is no point to this as there is only 1 button

10:40 03/01/2005

X_Getlongtime		::	broke->returns 00:00:00

10:41 03/01/2005

X_Getshorttime		::	broke->returns 00:00
X_GetLongdate		::	broke->returns 01 January 0001 - slightly out
X_Getshortdate		::	broke->creates crash on file

10:57 03/01/2005

X_createdirectory	::	broke->generate crash on file


11:02 03/01/2005

X_movefile		::	broke->generates crash on file

11:05 03/01/2005

X_copyfile		::	broke->generates crash on file

11:06 03/01/2005

X_deletefile		::	broke->generates crash on file

11:10 03/01/2005

X_enableXP		::	broke->generates crash on file - might not work due to app already being started before it is called, i gather that any commandlike this would have to go before the main function in c++ so i don't think it could be implemented in to dbpro

11:15 03/01/2005

X_about			::	works->unsuprisingly really

attached is the result i get from x_message

the commands that i have not tested
+ Code Snippet
X_execute
X_executex
X_getspecialfolder
X_advmessage
X_deletedirectory
X_movedirectory
X_getdirarray
X_getfilelist
X_Getlogicaldrives
X_setfileattributes
X_getfileattributes
X_strsubstring
X_strendswith
X_strstartswith
X_strpadleft
X_strpadright
X_strinsert
X_strreplace
X_setcursor
X_sendkeys


by the way i'm not testing ANY registry commands as i like my computer

Used to be Phoenix_insane registered in september 2003 despite what the date says to the left <--
PC - amd athlon 2.0ghz, 512mb, GeForce FX 5200 128mb, 200gb, xp pro sp2
Back to top
Download: x_message.JPG Size: 3866 bytes  View Image: x_message.JPG Size: 3866 bytesReport this message as abusive
1tg46

User


Joined: Sun Feb 1st 2004
Location: I dont know!
Posted: 3rd Jan 2005 22:11           | link | toggle

I'll look into the problems, and with the registry commands if you use the getsbukey commands your registry is not changed at all.

@IanG
I'll add you to the list of the users who will get a free copy of the software if the file will be released freeware.


Click the sig
Back to top
Oracle Studios
Report this message as abusive
1tg46

User


Joined: Sun Feb 1st 2004
Location: I dont know!
Posted: 4th Jan 2005 01:18           | link | toggle

Bad news, until the dll conversion thing gets under control then I will be able to update, but it doesn't seem like that will happen for awhile.


Click the sig
Back to top
Oracle Studios
Report this message as abusive
1tg46

User


Joined: Sun Feb 1st 2004
Location: I dont know!
Posted: 4th Jan 2005 23:40           | link | toggle

update

I have reorganized the files so right now their are 7 files, 6 which are here. You can now have the files in the plugin-user folder and they will work. The commands that are not available, but are still in the help files are the Date/Time commands, and the registry commands(although I have not changed them from the previous upgrade). The dll conversion programs worked after I reorganized the project.

This is a pre-update full update will be released shortly, their have been no fixes yet, but now that I can convert the files I will start doing that now.


Click the sig
Back to top
Oracle Studios
Download: dbn.zip Size: 66773 bytesReport this message as abusive
1tg46

User


Joined: Sun Feb 1st 2004
Location: I dont know!
Posted: 5th Jan 2005 15:08           | link | toggle

version 1.0.3.0 will be released later on today, it will fix all the date/time commands, and will have examples of using some of the commands in DBP.The message commands will now work properly and IanG X_isnetwork will return 1 (or true) if their is any network connection what so ever, I am not sure on the actual guidelines of the command but I will look into it.

I will also release a DarkBASIC Network X Bug Report Generator. This is a program that will create files that will tell me what problems you are having. All you will have to do is select a command from a combo box, check a checkbox if the command works, and add any comments that you want, and then generate the file. The file will be formatted so that I can read all the reports in the same way.

Regards,
1tg46


Click the sig
Back to top
Oracle Studios
Report this message as abusive
IanG

User


Joined: Sat Sep 25th 2004
Location: Cyberspace
Posted: 5th Jan 2005 17:58           | link | toggle

Quote: "I will also release a DarkBASIC Network X Bug Report Generator. This is a program that will create files that will tell me what problems you are having. All you will have to do is select a command from a combo box, check a checkbox if the command works, and add any comments that you want, and then generate the file. The file will be formatted so that I can read all the reports in the same way."

nice idea

Used to be Phoenix_insane registered in september 2003 despite what the date says to the left <--
PC - amd athlon 2.0ghz, 512mb, GeForce FX 5200 128mb, 200gb, xp pro sp2
Back to top
Report this message as abusive
1tg46

User


Joined: Sun Feb 1st 2004
Location: I dont know!
Posted: 5th Jan 2005 21:23     Edited: 5th Jan 2005 21:24     | link | toggle

Update 1.0.3.0

This upgrade will fix all the date/time commands, and will have examples of using some of the commands in DBP.The message commands will now work properly. I have also fixed [or attempted to fix] some of the other commands. Included is the DarkBASIC Network X Bug Report Generator, this is a program that will create files that will tell me what problems you are having. All you will have to do is select a command from a combo box, check a checkbox if the command works, and add any comments that you want, and then generate the file. The file will be formatted so that I can read all the reports in the same way.

Please use the DarkBASIC Network X Bug Reports Generator and give me the output text file through the forum.

Thanks for helping with the program,
1tg46


Click the sig
Back to top
Oracle Studios
Download: DBNXversion1.0.3.0.zip Size: 471770 bytesReport this message as abusive
Scraggle

User


Joined: Thu Jul 10th 2003
Location: Teesside University
Posted: 6th Jan 2005 11:19     Edited: 6th Jan 2005 11:20     | link | toggle

Quote: "I'll add you to the list of the users who will get a free copy of the software if the file will be released freeware."


Back to top
http://www.codebrewers.com
Report this message as abusive
1tg46

User


Joined: Sun Feb 1st 2004
Location: I dont know!
Posted: 6th Jan 2005 21:26     Edited: 6th Jan 2005 21:28     | link | toggle

Mis-typed the last word should be shareware, but with this project it will be released freeware. And if their are any more major plugins that I make they may be shareware.

I have pretty much fixed or attempted to fix most of the problems that IanG had, so if their are any other people who could help out and tell me which commands are working and which ones are not please use the DBN X Bug Report Generator and post the file on this forum.

Thanks,
1tg46


Click the sig
Back to top
Oracle Studios
Report this message as abusive
1tg46

User


Joined: Sun Feb 1st 2004
Location: I dont know!
Posted: 7th Jan 2005 23:30     Edited: 7th Jan 2005 23:55     | link | toggle

upgrade 1.0.3.1

New commands or commands that I have attempted to fix(their are still more than these that need to be tested, and I may be leaving out some commands that I have been working on lately):
X_isleapyear
X_isleapday
X_getOS
X_beep
X_getvirtualmemorysize
X_gettimesincesystemstart
X_productname
X_productversion
X_getcompanyname
X_timernd


Notice:
All commands, including the registry commands can now be put into the plugin-user folder in the Dark Basic Professional/compiler folder.

Now with 117 commands, all commands that are available should all be documented. Some syntax of some commands may have changed due to problems with the command.

I will release an update of DBNX Bug Report Generator within a few days once I have the open report function working properly.

We could still use beta testers, All the registry commands need to be tested and all the new commands or fixed commands need to be tested.


Regards,
1tg46


Click the sig
Back to top
Oracle Studios
Download: DBNXversion1.0.3.1.zip Size: 71170 bytesReport this message as abusive
Google Ad
Back to top
 
dj chainz

User


Joined: Sat Sep 25th 2004
Location: England
Posted: 8th Jan 2005 18:34     Edited: 8th Jan 2005 18:39     | link | toggle

I cant get the X_Inputbox() command to work on my Pc. I'm on windows ME if that's any help.

The input box appears on my taskbar, but it appears to be offscreen somewhere - I can't get it into view, and have tried it with a variety of X and Y values.

Also, I can't use the X_fontdialog command as on compiling it tells me I have a parameter mismatch error - even when all parameters are correct according to your documentation.

Sorry I couldn't find your "Bug Report Creator", but this is a very interesting project and a very good idea. I can't wait till all the commands run properly!

I am the lead programmer at red spark studios
I also have a blog on how to make a game engine
http://www.dbgame.blogspot.com
Back to top
red spark studios website
Report this message as abusive
1tg46

User


Joined: Sun Feb 1st 2004
Location: I dont know!
Posted: 8th Jan 2005 19:27           | link | toggle

X_inputbox I found the same problem on Windows XP SP1. I have fixed the documentation for the fontdialog command, due to some technical difficulties I have taken out the effects and colorchoice option, so their are only the minpt and maxpt.

So it should look like
+ Code Snippet
dim x as string
x=X_fontdialog(10,15)
print X


That should work, the bugreport generator is in the upgrade 1.0.3.0, I will release another version separately within a few days.

Thanks you very much,
1tg46


Click sig for DarkBASIC Network IDE.
Back to top
Oracle Studios
Report this message as abusive
dj chainz

User


Joined: Sat Sep 25th 2004
Location: England
Posted: 9th Jan 2005 16:42     Edited: 9th Jan 2005 16:57     | link | toggle

Thanx

Pleez fix the inputbox as it would insanely useful for lvl editors!

Edit: Just tested fontdialog. Appeared correctly and all (no colours though, but im not complaining), but the min/max didnt seem to work - having put minpt=10 and maxpt=20, the numbers selectable were only 8,9,10. Selected Arial and entered size 15, clicked ok, but was told that "Font must be between sizes 0 and 10". Hmmmm...


Edit2 : Just retested command with min as 20, max as 30. It turned out to be selectable between sizes 0 and 20..... Maybe the variables are back to front and the minimum one(the second one) doesnt actually have any effect.

I am the lead programmer at red spark studios
I also have a blog on how to make a game engine
http://www.dbgame.blogspot.com
Back to top
red spark studios website
Report this message as abusive
1tg46

User


Joined: Sun Feb 1st 2004
Location: I dont know!
Posted: 9th Jan 2005 18:21           | link | toggle

I'll take another look, I may have the commands mixed up. And with the input box, I may or may not be able to fix it, but I will try. If you want to use an input box you could temporarily use Cattlerustler's plugin which is also freeware.


And I still need all the registry commands tested, or if not all just some as all the get and set commands all have basically the same code respective to the get and set commands.


Click sig for DarkBASIC Network IDE.
Back to top
Oracle Studios
Report this message as abusive
dj chainz

User


Joined: Sat Sep 25th 2004
Location: England
Posted: 10th Jan 2005 15:08           | link | toggle

Cattlerustler's plugin didn't work for me at all. And DBPro has registry commands already - isn't it pointless making a plugin that does this too, unless im missing something...

I am the lead programmer at red spark studios
I also have a blog on how to make a game engine
http://www.dbgame.blogspot.com
Back to top
red spark studios website
Report this message as abusive
IanG

User


Joined: Sat Sep 25th 2004
Location: Cyberspace
Posted: 10th Jan 2005 18:19           | link | toggle

Quote: "And DBPro has registry commands already - isn't it pointless making a plugin that does this too, unless im missing something..."

dbpro can only access certain parts of the registry - i think it's hkey current user, but i'm not sure

Used to be Phoenix_insane registered in september 2003 despite what the date says to the left <--
PC - amd athlon 2.0ghz, 512mb, GeForce FX 5200 128mb, 200gb, xp pro sp2
Back to top
Report this message as abusive
CattleRustler

Moderator


Joined: Fri Aug 8th 2003
Location: case modding at overclock.net
Posted: 10th Jan 2005 19:00           | link | toggle

thats true.

DJ, what was the problem with our plugin? I havent heard of anyone not getting it to work - maybe I can help...?

Back to top
Report this message as abusive
1tg46

User


Joined: Sun Feb 1st 2004
Location: I dont know!
Posted: 10th Jan 2005 21:01           | link | toggle

The registry plugin will allow you to access any part of the main registry with up to 6 levels of access at the moment. But all the registry commands need testing.


And all users of this software, I can't make updates unless you post problems, or have tested any of the commands. How I really want to do more upgrades I can't, because I am not getting the responses from the forums. I am also taking requests of commands that you would like to see.

Commands that I will not be doing:
GUI commands, like buttons, windows, panels, etc

Stuff that I do plan on doing:
Console commands (Cattlerustler, with VB.NET do you have to create a console window with the Form Designer or is their a command that will show the console window?)
Limited GUI commands, like about boxes, input, password prompts, etc

Thanks,
1tg46


Click sig for DarkBASIC Network IDE.
Back to top
Oracle Studios
Report this message as abusive
Maleck

User


Joined: Wed May 12th 2004
Location: US
Posted: 11th Jan 2005 02:03           | link | toggle

I just saw this and downloaded. I will try getting it setup for me to try tomorrow, but I am really interested in some of the things mentioned, especially the registry commands as I need to do reads and writes from/to HKey_Current_User and DBP only allows HKey_Local_Machine access.

I['ll let you know what i find.
Back to top
Report this message as abusive
dj chainz

User


Joined: Sat Sep 25th 2004
Location: England
Posted: 11th Jan 2005 20:59           | link | toggle

Sorry Cattlerustler. Re-read the guide - the thing that threw me was the dropping the DLL in the project folder as well. It works now!

I am the lead programmer at red spark studios
I also have a blog on how to make a game engine
http://www.dbgame.blogspot.com
Back to top
red spark studios website
Report this message as abusive
1tg46

User


Joined: Sun Feb 1st 2004
Location: I dont know!
Posted: 12th Jan 2005 00:30           | link | toggle

I have an update ready, I am working on the documentation. I probably won't be able to upload the update until possibly this weekend, due to Semester Exams this week(AARGH!).

New commands that you will be seeing:
*X_fontdialog() - I have added the color choice and effect choice (should be the last time that I switch this)
*X_colordialog()
X_getcurrentuserdomainname()
X_getmousebuttoncount()
X_getmonitorcount()
X_getdoubleclicktime()
X_sysmenufont()
X_ismousewheelpresent()
X_isswapmousebuttons()
*=parameters are not listed for the command here

I have also tried fixing quite a few of bugs, all the bugs, fixes and new commands will be documented at release of update. And with the update I will include an updated Bug Generator, it won't allow opening due to problems, but it will still make the bug file.


Click sig for DarkBASIC Network IDE.
Back to top
Oracle Studios
Report this message as abusive
1tg46

User


Joined: Sun Feb 1st 2004
Location: I dont know!
Posted: 12th Jan 2005 23:26     Edited: 12th Jan 2005 23:30     | link | toggle

Upgrade 1.0.3.3

New commands that you will be seeing:
*X_fontdialog() - I have added the color choice and effect choice (should be the last time that I switch this)
*X_colordialog()
X_getcurrentuserdomainname()
X_getmousebuttoncount()
X_getmonitorcount()
X_getdoubleclicktime()
X_sysmenufont()
X_ismousewheelpresent()
X_isswapmousebuttons()
*=parameters are not listed for the command here

The bug report generator is in this upgrade, and I would very much appreciate it if you could use that program to post your problems with the plugin.


Click sig for DarkBASIC Network IDE.
Back to top
Oracle Studios
Download: DBNXversion1.0.3.3.zip Size: 490073 bytesReport this message as abusive
dj chainz

User


Joined: Sat Sep 25th 2004
Location: England
Posted: 13th Jan 2005 18:53           | link | toggle

Attached beta report file



I am the lead programmer at red spark studios
I also have a blog on how to make a game engine
http://www.dbgame.blogspot.com
Back to top
red spark studios website
Download: DBNXgeneratedfile.txt Size: 1219 bytesReport this message as abusive
1tg46

User


Joined: Sun Feb 1st 2004
Location: I dont know!
Posted: 13th Jan 2005 19:32           | link | toggle

I will look into the problems.


Click sig for DarkBASIC Network IDE.
Back to top
Oracle Studios
Report this message as abusive
1tg46

User


Joined: Sun Feb 1st 2004
Location: I dont know!
Posted: 14th Jan 2005 23:09     Edited: 14th Jan 2005 23:11     | link | toggle

Updated bug report generator

You will now have to spefcify your TGC account user name. An example of this is "1tg46", "dj_chainz", "maleck", etc. without quotes. This is just used in the filename so that I know who a bug report belongs too when I download it.

Added:
Feature Request option
Comments to Author option
TGC Account user name is required to make a bug report
You can now only choose commands that are on the commands list


Note:
I messed up the version of this program, it says 1.5 but it will be the same version as the next update.

Thanks and keep up the bug reports,
1tg46


Click sig for DarkBASIC Network IDE.
Back to top
Oracle Studios
Download: DBNX Beta Report Generator.exe Size: 118784 bytesReport this message as abusive
1tg46

User


Joined: Sun Feb 1st 2004
Location: I dont know!
Posted: 17th Jan 2005 16:49           | link | toggle

Can more people test some of these commands? This will allow me to improve on the plugin, and make programming with Dark Basic Professional much easier.


Click sig for DarkBASIC Network IDE.
Back to top
Oracle Studios
Report this message as abusive
1tg46

User


Joined: Sun Feb 1st 2004
Location: I dont know!
Posted: 19th Jan 2005 19:36     Edited: 19th Jan 2005 19:36     | link | toggle

Their should be another upgrade within a day or two, I am redoing all the documentation so that their will be a table of contents and you can just click the command and you will be 'transported' to that section of the documentation.

New commands that you will be seeing:
X_ctrlaltdelete - allows you to set whether you can use alt-ctrl-delete is disabled or whether it is enabled

X_RemoveX - allows you to remove the close button of the DBP window

X_Swapmousebuttons - allows you to swap the mouse buttons of the computer your program is running on.

X_colordialog - allow you to control a color dialog box

And their are also some more commands that I can't think of right now, and also some more that are fixed. The commands that I have worked on and need to be tested will be clearly stated in the table of contents.

Right now I am taking feature requests that you wish to see in the next update, and I am also taking last minute bug reports.

Thanks,
1tg46


Click sig for DarkBASIC Network IDE.
Back to top
Oracle Studios
Report this message as abusive
dj chainz

User


Joined: Sat Sep 25th 2004
Location: England
Posted: 19th Jan 2005 22:06           | link | toggle

Nice commands - i heard disable systemkeys doesnt work in XP so that shud solve a few problems.

But whats the use of swapping mouse buttons?

I am the lead programmer at red spark studios
I also have a blog on how to make a game engine
http://www.dbgame.blogspot.com
Back to top
red spark studios website
Report this message as abusive
IanG

User


Joined: Sat Sep 25th 2004
Location: Cyberspace
Posted: 19th Jan 2005 22:45           | link | toggle

say if they user was left handed and wanted to use the buttons in a mirrored fashion

Used to be Phoenix_insane registered in september 2003 despite what the date says to the left <--
PC - amd athlon 2.0ghz, 512mb, GeForce FX 5200 128mb, 200gb, xp pro sp2
Back to top
Report this message as abusive
1tg46

User


Joined: Sun Feb 1st 2004
Location: I dont know!
Posted: 20th Jan 2005 13:14           | link | toggle

I have version 1.0.3.5 ready on my computer to upload once I get out of school, and since both X_ctrlaltdeleteenabled and X_swapmousebuttons crashed the dll_tool that I was using, neither of the commands will be in this release.

Up to 133 commands.

Regards,
1tg46


Click sig for DarkBASIC Network IDE.
Back to top
Oracle Studios
Report this message as abusive

Go to the first page of this board Return to the Forum Menu Post Message
107 Messages - Page   of 3   
Search the Forum Next 40

This is a multi-page thread older than 30 days.
Go to the last page to check if you can reply to it.

Forum Search

Enter a word or phrase to search our Forum for:

Thread Subject Search
Search Phrase:
Search Scope: Entire forum
Just this board
 
Google Forum Search
Search Phrase:
 
Apollo v2.02


Game Creator Store
Privacy Policy AUP Top of Page