[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 htt

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. /