Powerbasic Museum 2020-B

IT-Consultant: Patrice Terrier => Addon tools for PB => Topic started by: Patrice Terrier on August 02, 2007, 06:59:51 PM

Title: Bufin (fast line Input replacement, based on direct call to I/O API)
Post by: Patrice Terrier on August 02, 2007, 06:59:51 PM
Here is a FAST LINE INPUT replacement that relies only on direct call to the core CreateFile API.
It is faster than using the built-in OPEN Basic statement and it produces smaller EXE code.

The ZIP file, is provided with the MKCON.EXE utility,
to show you how to produce directly a console application from any PBWIN EXE.

For additional informations, please read the text at the top of the source code.

Patrice Terrier
www.zapsolution.com
Title: Re: Bufin (fast line Input replacement, based on direct call to I/O API)
Post by: Patrice Terrier on August 10, 2011, 04:00:57 PM
The first post of this thread has been updated, to fix the ZIP file corruption caused by the "Server Collapse".

...