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

2006-04-04 Thread Felipe Monteiro de Carvalho
On 4/3/06, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > 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? On Linux you can read the device like a normal file. On Windows there is prob

Re: Re[2]: [fpc-pascal] how to pass PChar (or any pointer) from Delphi toFPC ?

2006-04-04 Thread Felipe Monteiro de Carvalho
On 4/4/06, Пётр Косаревский <[EMAIL PROTECTED]> wrote: > Sorry for generally windows programming question in this mail list. > > But what we know: maybe an unit, implementing such functionality OS > independent (with Windows.CreateFileMapping under windows and something else > under something oth

Re[2]: [fpc-pascal] how to pass PChar (or any pointer) from Delphi toFPC ?

2006-04-04 Thread Пётр Косаревский
> ПК> I can transfer information from Delphi program to FPC, but they > ПК> have different memory managers or something, so pointers are the > ПК> same numbers, but different physical addressed. It doesn't sound > ПК> extraordinary, so, please, help with example or anything! > > Maybe the memory-m

Re: [fpc-pascal] how to pass PChar (or any pointer) from Delphi to FPC ?

2006-04-04 Thread Alexey Pavluchenko
Hello Пётр, Tuesday, April 04, 2006, 11:48:33 AM, you wrote: ПК> I can transfer information from Delphi program to FPC, but they ПК> have different memory managers or something, so pointers are the ПК> same numbers, but different physical addressed. It doesn't sound ПК> extraordinary, so, please,

Fw: Re[2]: [fpc-pascal] how to pass PChar (or any pointer) from Delphi to FPC ?

2006-04-04 Thread Пётр Косаревский
This message was by an error sent to Jonas Maebe privately. Addendum1: implementing DDE, OLE etcetera is not that easy in this case, because requires dummy window not only under FPC, but even under Delphi (modifying message loops of control elements like the main window of the main form in Delph

Re: Re[4]: [fpc-pascal] how to pass PChar (or any pointer) fromDelphi to FPC ?

2006-04-04 Thread Jonas Maebe
On 4 apr 2006, at 11:28, Пётр Косаревский wrote: 2. I try to reply to the mailing list, but do not always check the "To:" field with autoreply (it's like posting the same bug report twice: just press refresh and you send new report instead of looking at the status of the previously posted)

Re[4]: [fpc-pascal] how to pass PChar (or any pointer) fromDelphi to FPC ?

2006-04-04 Thread Пётр Косаревский
-Original Message- From: Jonas Maebe <[EMAIL PROTECTED]> > On 4 apr 2006, at 11:14, Пётр Косаревский wrote: > >> How do you transfer these pointers and what are you trying to > >> accomplish? You generally cannot transfer pointers from one running > >> program to another. It may work by acc

Re: Re[2]: [fpc-pascal] how to pass PChar (or any pointer) from Delphi to FPC ?

2006-04-04 Thread Jonas Maebe
On 4 apr 2006, at 11:14, Пётр Косаревский wrote: How do you transfer these pointers and what are you trying to accomplish? You generally cannot transfer pointers from one running program to another. It may work by accident in some cases, but it is not something you can rely on (even if both pro

Re: [fpc-pascal] how to pass PChar (or any pointer) from Delphi to FPC ?

2006-04-04 Thread Jonas Maebe
On 4 apr 2006, at 10:48, Пётр Косаревский wrote: I can transfer information from Delphi program to FPC, but they have different memory managers or something, so pointers are the same numbers, but different physical addressed. It doesn't sound extraordinary, so, please, help with example or

[fpc-pascal] how to pass PChar (or any pointer) from Delphi to FPC ?

2006-04-04 Thread Пётр Косаревский
I can transfer information from Delphi program to FPC, but they have different memory managers or something, so pointers are the same numbers, but different physical addressed. It doesn't sound extraordinary, so, please, help with example or anything! _

Re: [fpc-pascal] Async

2006-04-04 Thread Michael Van Canneyt
On Mon, 3 Apr 2006, Paul Davidson wrote: Any code examples using FPC libsync available. Look at xmlrpc, it is written using libsync. But it's not cross- platform. Win32 currently does not work. Michael. ___ fpc-pascal maillist - fpc-pascal@lists