Hello FPC-Pascal,
Saturday, October 24, 2009, 10:22:56 PM, you wrote:
HG> [TCmdLineDebugger] Debug PID: 14010
HG> TGDBMIDebugger.ProcessResult Error: ,msg="No symbol table is
HG> loaded. Use the \"file\" command."
HG> [Debugger] Running GDB version: Apple version gdb-437
[...]
HG> Yes, I have a
Hi,
I am trying to debug an application on my old ppc mac running macosx 10.4.11
with lazarus from trunc.
On debugging the app starts, but it does not accept breakpoints...
The console-output is the following:
[TCmdLineDebugger] Debug PID: 14010
TGDBMIDebugger.ProcessResult Error: ,msg="No symbo
In our previous episode, Henrik Genssen said:
> the indy people seem only to support/work on the Tuburon branch.
> For me it works on windows. But I have no luck on MACOSX!
> seems to be a problem with lib-iconv - but the only one on the
> indy-mailing-list (Remy Lebeau) claims to have no FPC at a
Hinnack --
Do you think the Indy team would welcome some assistance with the MacOS
version of Indy 10. I am def ineterested in Indy 10
on MacOS (Snow Leopard)
Prince
On Sat, Oct 24, 2009 at 11:49 AM, Henrik Genssen <
henrik.gens...@mediafactory.de> wrote:
> Hi,
>
> the indy people seem only to
Hi,
the indy people seem only to support/work on the Tuburon branch.
For me it works on windows. But I have no luck on MACOSX!
seems to be a problem with lib-iconv - but the only one on the
indy-mailing-list (Remy Lebeau) claims to have no FPC at all...
So my question is:
is there actually someo
Ok, it *was* trivial, and I found it myself. Forgot to set the "Name"
property.
Sry
Roland
Roland Schaefer wrote:
> Hi,
> I am trying to figure out property streaming a little more in-depth and
> have a question. I have just started fiddling with it, so please bear
> with me if I just missed some
Hi,
I am trying to figure out property streaming a little more in-depth and
have a question. I have just started fiddling with it, so please bear
with me if I just missed something trivial.
When I use functions from LResources like
WriteComponentAsBinaryToStream(MyStream,MyComponent) or
CreateLFMF
In our previous episode, J??rgen Hestermann said:
> > As Marco suggested... Char size might not always be the same.
>
> Why that? I hope noone changes the meaning of such long-time types some
> day. If a new type is needed, then it should get a new name too.
Codegear did this with Delphi 2009 i
As Marco suggested... Char size might not always be the same.
Why that? I hope noone changes the meaning of such long-time types some
day. If a new type is needed, then it should get a new name too.
___
fpc-pascal maillist - fpc-pascal@lists.freep
ik wrote on Sat, 24 Oct 2009:
[bitpacked records cannot be used for interfacing with C]
That's make this feature very not useful and unneeded.
It was primarily added for compatibility with Mac Pascal compiler, and
it's also compatible with GPC's bitpacked records. It's as useless as
"set"
Jonas Maebe schrieb:
> ik wrote on Fri, 23 Oct 2009:
>
>> You can use bitpacked records:
>>
>> http://www.google.com/codesearch?hl=en&lr=&q=bitpacked+record+package%3Ahttp%3A%2F%2Fpasxlibbind
>>
>> \.googlecode\.com&sbtn=Search
>>
>> Here is an example on how I use it :)
>
> No, you cannot use bi
Graeme Geldenhuys schreef:
2009/10/24 Vincent Snijders :
But then you still cannot do:
if header.id='HS' then
// magic is correct.
That is why I proposed a static array of char.
No, but I can do this... which is sufficient.
var
s: string
begin
s := hdr^.ID;
if S = "HS" then
...
2009/10/24 Vincent Snijders :
>
> But then you still cannot do:
>
> if header.id='HS' then
> // magic is correct.
>
> That is why I proposed a static array of char.
No, but I can do this... which is sufficient.
var
s: string
begin
s := hdr^.ID;
if S = "HS" then
...
--
Regards,
-
2009/10/24 ik :
>
> Doesn't Pascal have something to offer me to deal with it ?
I've settled on using the uint32 to read that data, and use a
bitpacked structure I overlay over then uint32 so I can access the two
pieces of data in a more human readable form.
I read a bit about endianness on wikip
Graeme Geldenhuys schreef:
On 23/10/2009, Vincent Snijders wrote:
You can consider declaring the ID in the header record type as array[1..2]
of char.
As Marco suggested... Char size might not always be the same. I did
however change my header to array[0..1] of byte instead.
But then you
On Fri, 23 Oct 2009, Lee Jenkins wrote:
I don't have Delphi 2010 yet and not sure if I'll sit this version out or
not, since I'm quite happy with D2009 so I haven't had a chance to play with
it yet.
Here's a great blog post on it:
http://robstechcorner.blogspot.com/2009/09/delphi-2010-rt
16 matches
Mail list logo