New Library: ConsoleExtended by Bonne_Den_Kule

Developed or developing a new product in PureBasic? Tell the world about it.
Bonne_den_kule
Addict
Addict
Posts: 841
Joined: Mon Jun 07, 2004 7:10 pm

New Library: ConsoleExtended by Bonne_Den_Kule

Post 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
Last edited by Bonne_den_kule on Fri May 19, 2006 5:35 pm, edited 3 times in total.
Fred
Administrator
Administrator
Posts: 18531
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post 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.
User avatar
NoahPhense
Addict
Addict
Posts: 2000
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Installer and Helpfile - Done

Post by NoahPhense »

Bonne,

edit - removed link

Installer and Helpfile are complete. ;)

- np
Last edited by NoahPhense on Tue Jun 15, 2004 4:46 pm, edited 1 time in total.
Bonne_den_kule
Addict
Addict
Posts: 841
Joined: Mon Jun 07, 2004 7:10 pm

Re: Installer and Helpfile - Done

Post by Bonne_den_kule »

Thank you, NoahPhense! :D :D
Have uploaded to my site! Same as my orginale link
Last edited by Bonne_den_kule on Tue Jun 15, 2004 6:45 pm, edited 3 times in total.
Bonne_den_kule
Addict
Addict
Posts: 841
Joined: Mon Jun 07, 2004 7:10 pm

Post 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)
User avatar
NoahPhense
Addict
Addict
Posts: 2000
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Re: Installer and Helpfile - Done

Post 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
Last edited by NoahPhense on Tue Jun 15, 2004 5:19 pm, edited 1 time in total.
User avatar
NoahPhense
Addict
Addict
Posts: 2000
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Re: Installer and Helpfile - Done

Post 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
Last edited by NoahPhense on Tue Jun 15, 2004 5:11 pm, edited 1 time in total.
GPI
PureBasic Expert
PureBasic Expert
Posts: 1400
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

Bonne_den_kule wrote:OK, i will change the names on next version 8)
Make it as soon as possible!

(Suggestion: ConEx_*)
Bonne_den_kule
Addict
Addict
Posts: 841
Joined: Mon Jun 07, 2004 7:10 pm

Post 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
Post Reply