Re: [gdome]Re: translation gdome.h to pascal



On Fri, 21 Sep 2001, Uwe Fechner wrote:
>   doc := gdome_di_createDocument(domimpl, NIL, name, NIL, @exc);
[...]
> If fails in the line doc:=...
> The error message:
> Access violation at address 610583D2 in module cygwin1.dll. Read of
> address 00000010.

I'd start with simpler methods: gdome_di_ref, then gdome_di_parseFile.
They have fewer or simpler parameters, so you can determine if it's a
problem with the DOMImplementation object or with the DOMString.

>      Pgchar=pchar;      //could this be wrong?
If your Compiler inserts a trailing NUL byte, it should be all right:

> pchar('TEST')
should become 'TEST\0' in memory

Bye, Tobias






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]