Page 1 of 1

New Library: ConsoleExtended by Bonne_Den_Kule

Posted: Tue Jun 15, 2004 12:47 pm
by Bonne_den_kule
ConsoleExtended

This is my first library. It has 4 commands:
ReadConsole, GetConsoleTitle, SetConsoleDisplayMode and WriteConsole.
The library is in beta, so if you find a bug, post it here.
I will make more commands in the future.
Only for windows, uses WinApi calls.
See readme for more info.

See further down for newest version

Posted: Tue Jun 15, 2004 1:44 pm
by Fred
Sounds nice, but I would suggest to put some prefixe to your functions because if we add a function with similar name, it will break you console lib.

Installer and Helpfile - Done

Posted: Tue Jun 15, 2004 4:04 pm
by NoahPhense
Bonne,

edit - removed link

Installer and Helpfile are complete. ;)

- np

Re: Installer and Helpfile - Done

Posted: Tue Jun 15, 2004 4:37 pm
by Bonne_den_kule
Thank you, NoahPhense! :D :D
Have uploaded to my site! Same as my orginale link

Posted: Tue Jun 15, 2004 4:40 pm
by Bonne_den_kule
Fred wrote:Sounds nice, but I would suggest to put some prefixe to your functions because if we add a function with similar name, it will break you console lib.
OK, i will change the names on next version 8)

Re: Installer and Helpfile - Done

Posted: Tue Jun 15, 2004 4:41 pm
by NoahPhense
No problem.. while in the editor, you can type out ReadConsole( click the
function ReadConsole and hit F1, and it will bring you straight into the help
file to that function..

- np

Re: Installer and Helpfile - Done

Posted: Tue Jun 15, 2004 4:47 pm
by NoahPhense
Bonne_den_kule wrote:Thank you, NoahPhense! :D :D
Have uploaded to my site! Same as my orginale link
Please remove my Download link from your post now.. thx...

- np

Posted: Tue Jun 15, 2004 5:00 pm
by GPI
Bonne_den_kule wrote:OK, i will change the names on next version 8)
Make it as soon as possible!

(Suggestion: ConEx_*)

Posted: Tue Jun 15, 2004 7:31 pm
by Bonne_den_kule
New update: ConsoleExtended v.1.00

New in this version
<---------------------------------------------------------------->
# New function names to avoid conflicts
with similar functions in newer version
of PureBasic. (all f. has got a Ex (for Extended) in the end)
# New function: FillConsoleColorEx
# Forget errorConsoleEx.l, because, it doesn't work.
# New better, nicer helpfile. Hit F1 on one of the commands to get help.

Code and .txt helpfile/readme: Bonne_den_kule
Helpfile(convertet to .chm) and installer: NoahPhense