I use srl.pas unit from JEDI-SDL. When I'm using threads it doesn't work:
sdl.pas:
.
uses windows;
const SDLLibName = 'SDL.dll';
Circular unit referencebetween sdl and windows.
What's wrong? Is it a bug?
--
E.I.
___
fpc-devel maillist - fp
Hi! I know that it is not a place to ask such things... But I need to
finish programme this morning and it's much better with panel written in C.
When I'm linking pas code links normally, but my c_code.o which is using
the same SDL libs as pascal code don't want to link. I have errors in SDL
Hi,
Thank you for your reply, Michael, and also Leonardo.
I will try to explain the background to my question a little more; I will need
to adapt TODBCConnection anyway, but I want to know how this could be done best.
Michael Van Canneyt wrote:
On Wed, 18 Apr 2007, Bram Kuijvenhoven wrote:
On Wed, 18 Apr 2007, Bram Kuijvenhoven wrote:
> Hi!
>
> The TField class from the db unit defines a FieldName. When using SQL queries,
> columns in the result set can be fully qualified using the form
> 'database.table.field'. Apparently FieldName only constitus the latter part.
>
> When using