Re: [fpc-devel] DLL WIN64: Entry point not found

2007-07-19 Thread Dimitrios Chr. Ioannidis
Hi, I can't create an host application with fpc to reproduce the error. An Host application compiled fpc can call dll functions without problems. Firebird cannot call the same functions. The switch -WB0 doesn't change anything for me. Unfortunately i can't help you, i don't have a x86_64 box

Re: [fpc-devel] Linux kernel behaviour change regarding keyboard

2007-07-19 Thread Christian Iversen
Marco van de Voort wrote: Ales wrote: A project the size of the IDE is unauditable, given it's size. This again is not meant to criticize the IDE - any project of the size is unauditable. Not that it is doable for us for the IDE, but OpenBSD seems to think otherwise. Sure, because it's a prod

Re: [fpc-devel] DLL WIN64: Entry point not found

2007-07-19 Thread Mark - WBIsoft.COM
Yury, just out of curiosity while I'm working on this DLL - with Delphi I can change the default image load adress from the DLL from $400 to anything I want, is this possible with FPC ? Mark - Original Message - From: "Yury Sidorov" <[EMAIL PROTECTED]> To: "FPC developers' list

RE: [fpc-devel] DLL WIN64: Entry point not found

2007-07-19 Thread Luc Vigato, Sita Software
I can't create an host application with fpc to reproduce the error. An Host application compiled fpc can call dll functions without problems. Firebird cannot call the same functions. The switch -WB0 doesn't change anything for me. Best regards, Luc -Original Message- From: [EMAIL PROTE

Re: [fpc-devel] DLL WIN64: Entry point not found

2007-07-19 Thread Yury Sidorov
From: "Mark - WBIsoft.COM" <[EMAIL PROTECTED]> Yury, just out of curiosity while I'm working on this DLL - with Delphi I can change the default image load adress from the DLL from $400 to anything I want, is this possible with FPC ? It is -WB option. I recommend to use -WB0 to change bas

Re: [fpc-devel] DLL WIN64: Entry point not found

2007-07-19 Thread Yury Sidorov
The problem can be caused by relocation. Try to force a dll to relocate in all cases by using -WB0 command line switch. Then create sample host application using fpc and try to reproduce the problem. Yury. - Original Message - From: "Mark - WBIsoft.COM" <[EMAIL PROTECTED]> To: "FPC

Re: [fpc-devel] DLL WIN64: Entry point not found

2007-07-19 Thread Mark - WBIsoft.COM
I am, the only problem is the sample needs to be a complete gina - as it's the loading by WINLOGON.EXE that causes it to break !! - Original Message - From: "Yury Sidorov" <[EMAIL PROTECTED]> To: "FPC developers' list" Sent: Thursday, July 19, 2007 2:46 PM Subject: Re: [fpc-devel] DLL

Re: [fpc-devel] DLL WIN64: Entry point not found

2007-07-19 Thread Yury Sidorov
From: "Luc Vigato, Sita Software" <[EMAIL PROTECTED]> I have downloaded the latest snapshot. The error is thill there. With the test dll which I have send yesterday it's work fine now, but the finall DLL wich contains over 20 exported function I have an error. Try to create sample dll which

Re: [fpc-devel] DLL WIN64: Entry point not found

2007-07-19 Thread Mark - WBIsoft.COM
I am running that version ! I will try to construct a simple DLL to be tested. Mark - Original Message - From: "Yury Sidorov" <[EMAIL PROTECTED]> To: "FPC developers' list" Sent: Thursday, July 19, 2007 1:51 PM Subject: Re: [fpc-devel] DLL WIN64: Entry point not found From: "Ma

Re: [fpc-devel] DLL WIN64: Entry point not found

2007-07-19 Thread Yury Sidorov
From: "Mark - WBIsoft.COM" <[EMAIL PROTECTED]> I had the same behaviour with a WIN64 DLL being loaded by WINLOGON.EXE, it fails to work - GetProcAddress calls fail, however, the same DLL loaded by an FPC app worked fine !!! I'm trying to build a simple demo DLL but with Gina replacement it's

RE: [fpc-devel] DLL WIN64: Entry point not found

2007-07-19 Thread Luc Vigato, Sita Software
I have downloaded the latest snapshot. The error is thill there. With the test dll which I have send yesterday it's work fine now, but the finall DLL wich contains over 20 exported function I have an error. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [fpc-devel] DLL WIN64: Entry point not found

2007-07-19 Thread Mark - WBIsoft.COM
I had the same behaviour with a WIN64 DLL being loaded by WINLOGON.EXE, it fails to work - GetProcAddress calls fail, however, the same DLL loaded by an FPC app worked fine !!! I'm trying to build a simple demo DLL but with Gina replacement it's not that simple !!! I think there is some issu

Re: [fpc-devel] Linux kernel behaviour change regarding keyboard

2007-07-19 Thread Schindler Karl-Michael
Am 19. Jul 2007 um 12:16 schrieb Tomas Hajny: Marco van de Voort wrote: Op Wed, 18 Jul 2007, schreef Michael Van Canneyt: Under the assumption a setuid root program is the only possible option: The safest - and in my opinion only correct - way is to write a small setuid root program whi

Re: [fpc-devel] Missed mouse messages

2007-07-19 Thread Michael Van Canneyt
On Thu, 19 Jul 2007, Vincent Snijders wrote: > Michael Van Canneyt schreef: > > > > On Thu, 19 Jul 2007, Павел Ишенин wrote: > > > > > Hello, fpc-devel > > > > > > I prepared patch that adds 2 mouse messages apeared in winxp. Please > > > apply it. I also resorted other mouse messages by value

Re: [fpc-devel] Missed mouse messages

2007-07-19 Thread Vincent Snijders
Michael Van Canneyt schreef: On Thu, 19 Jul 2007, Павел Ишенин wrote: Hello, fpc-devel I prepared patch that adds 2 mouse messages apeared in winxp. Please apply it. I also resorted other mouse messages by value since alphabetical sort in message constants gives more difficulties while search

Re: [fpc-devel] Missed mouse messages

2007-07-19 Thread Michael Van Canneyt
On Thu, 19 Jul 2007, Павел Ишенин wrote: > Hello, fpc-devel > > I prepared patch that adds 2 mouse messages apeared in winxp. Please > apply it. I also resorted other mouse messages by value since > alphabetical sort in message constants gives more difficulties while > searching. > > If it is

[fpc-devel] Missed mouse messages

2007-07-19 Thread Павел Ишенин
Hello, fpc-devel I prepared patch that adds 2 mouse messages apeared in winxp. Please apply it. I also resorted other mouse messages by value since alphabetical sort in message constants gives more difficulties while searching. If it is not a problem, please merge it and 8101 into fixes. Best r

Re: [fpc-devel] Linux kernel behaviour change regardingkeyboard

2007-07-19 Thread Marco van de Voort
> Marco van de Voort wrote: > >> the keyboard unit execute a setuid root helper to which it communicates > >> through a pipe. > > > > This would introduce quite some linux specific code on a lot of already > > complicated points to the IDE. > > I'm not so sure - refreshing the keyboard and video s

Re: [fpc-devel] Linux kernel behaviour change regardingkeyboard

2007-07-19 Thread Tomas Hajny
Marco van de Voort wrote: >> Op Wed, 18 Jul 2007, schreef Michael Van Canneyt: >> > Under the assumption a setuid root program is the only possible >> option: >> > >> > The safest - and in my opinion only correct - way is to write a small >> setuid >> > root program which sets the proper TTY stuff,

Re: [fpc-devel] DLL WIN64: Entry point not found

2007-07-19 Thread Yury Sidorov
From: "Luc Vigato, Sita Software" <[EMAIL PROTECTED]> Hello, I have compiled a DLL under Win64. It's a UDF-library for Firbird 2.1. Under Linux 64bit all things are working, only in WIN64 not. The problem is that Firebird says that he cannot find the Entry Point of each of my functions. It'

Re: [fpc-devel] Linux kernel behaviour change regarding keyboard

2007-07-19 Thread Micha Nelissen
Bisma Jayadi wrote: (using PSP/PWU) which has no X installed on the server machine and I only have SSH access to the machine. fpIDE is the best text mode IDE on Linux. But SSH access means using a vt100 kind of terminal, not the linux console aka linux framebuffer. Micha ___

Re: [fpc-devel] Linux kernel behaviour change regarding keyboard

2007-07-19 Thread Michael Van Canneyt
On Thu, 19 Jul 2007, Bisma Jayadi wrote: > > Therefore, console is popular as well. > > I second this! So far I've using FPC to develop server-side application (using > PSP/PWU) which has no X installed on the server machine and I only have SSH > access to the machine. fpIDE is the best text mo