[fpc-pascal] Async

2006-04-03 Thread Paul Davidson

Any code examples using FPC libsync available.

Thanks

P Davidson
Corax Networks Inc.
http://CoraxNetworks.com

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] RAW sector read...

2006-04-03 Thread MihaiR
Hello,

I'd like to read raw sectors (blocks) from removable devices (such as
USB drives) from Linux and/or Windows. Is there any possibility to use
FPC with that?

Thank you very much,
Mihai
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] RAW sector read...

2006-04-03 Thread Michael Van Canneyt


On Mon, 3 Apr 2006, MihaiR wrote:

> Hello,
> 
> I'd like to read raw sectors (blocks) from removable devices (such as
> USB drives) from Linux and/or Windows. Is there any possibility to use
> FPC with that?
> 
> Thank you very much,

Under linux, I suppose you can simply open the file device. /dev/sgN,
under windows, I don't know.

In each case, FPC does not offer a platform independent low-level 
hardware access... The naming schemes for devices are wildly different
on these platforms...

Michael.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal