Re: [fpc-devel] bug ID #4855

2006-04-11 Thread Marc Weustink
Peter Vreman wrote: Thanks a lot marc, I was looking for that code that we used to prove this, But couldn't find the damn thing... Your 100% correct in what my problem is... Id love any help to get this fixed... in fact I need It fixed :( I must port our companies server software to linux, and

RE: [fpc-devel] bug ID #4855

2006-04-11 Thread Peter Vreman
> Thanks a lot marc, > I was looking for that code that we used to prove this, > But couldn't find the damn thing... > > Your 100% correct in what my problem is... > Id love any help to get this fixed... in fact I need > It fixed :( > > I must port our companies server software to linux, and > I

RE: [fpc-devel] bug ID #4855

2006-04-10 Thread Jay Binks
e to that. Jay Binks -Original Message- From: Administrator Sent: Monday, 10 April 2006 8:16 PM To: Jay Binks Subject: FW: [fpc-devel] bug ID #4855 --- From: [EMAIL PROTECTED] on behalf of Marc Weustink[SMTP:[EMAIL PROTECTED] Sent: Monday, 10 Apr

Re: [fpc-devel] bug ID #4855

2006-04-10 Thread Marc Weustink
Michael Van Canneyt wrote: On Mon, 10 Apr 2006, Peter Vreman wrote: Buys Regarding this bug #4855 I need to get it fixed.. The issue like this... I have 2 parts to my system... The EXE ... and a DLL In the DLL I have an exported function that returns an Interface... Function doso

Re: [fpc-devel] bug ID #4855

2006-04-10 Thread L505
- Original Message - From: "Peter Vreman" <[EMAIL PROTECTED]> To: "FPC developers' list" Sent: Monday, April 10, 2006 12:18 AM Subject: Re: [fpc-devel] bug ID #4855 > Buys Regarding this bug #4855 I need to get it fixed.. > > > > The i

Re: [fpc-devel] bug ID #4855

2006-04-10 Thread Michael Van Canneyt
On Mon, 10 Apr 2006, Peter Vreman wrote: Buys Regarding this bug #4855 I need to get it fixed.. The issue like this... I have 2 parts to my system... The EXE ... and a DLL In the DLL I have an exported function that returns an Interface... Function dosomething( const aObjectInt :

Re: [fpc-devel] bug ID #4855

2006-04-09 Thread Peter Vreman
> Buys Regarding this bug #4855 I need to get it fixed.. > > > > The issue like this... I have 2 parts to my system... > > > > The EXE ... and a DLL > > > > In the DLL I have an exported function that returns an Interface... > > > > Function dosomething( const aObjectInt : ISomeInt ) : ISomeOtherI

[fpc-devel] bug ID #4855

2006-04-09 Thread Jay Binks
Buys Regarding this bug #4855 I need to get it fixed..   The issue like this…  I have 2 parts to my system…   The EXE … and a DLL   In the DLL I have an exported function that returns an Interface…    Function dosomething( const aObjectInt : ISomeInt ) : ISomeOtherInt     This fa