Re: [fpc-devel] winmobile 6.1 problem?

2008-07-21 Thread Roozbeh GHolizadeh
to find out what caused the problem :( Damn WM6.1!!! Yury. - Original Message - From: Roozbeh GHolizadeh To: FPC developers' list Sent: Sunday, July 20, 2008 9:37 PM Subject: Re: [fpc-devel] winmobile 6.1 problem? Well,i come to this. dlls built with fpc does not work under wm6.1. i am

Re: [fpc-devel] winmobile 6.1 problem?

2008-07-21 Thread Yury Sidorov
No idea. I use FPC 2.2.0 as starting compiler for 'make cycle' and it works. Yury. - Original Message - From: Roozbeh GHolizadeh To: FPC developers' list Sent: Monday, July 21, 2008 10:20 AM Subject: Re: [fpc-devel] winmobile 6.1 problem? Thanks, by the way why i need

[fpc-devel] winmobile 6.1 problem?

2008-07-20 Thread Roozbeh GHolizadeh
Hi, i have a dll compiled with fpc which i load it from my another dll compiled with vc++ using loadlibrary function. So far there was no problem,but with winmo 6.1 using loadlibrary will cause crashes and return NULL.so it doesnt load it at all! I was wondering how can i pinpoint the problem.

Re: [fpc-devel] winmobile 6.1 problem?

2008-07-20 Thread Carolos
Out of interest, what switches are you using to compile dll? On Sun, Jul 20, 2008 at 12:23 PM, Roozbeh GHolizadeh [EMAIL PROTECTED] wrote: Hi, i have a dll compiled with fpc which i load it from my another dll compiled with vc++ using loadlibrary function. So far there was no problem,but

Re: [fpc-devel] winmobile 6.1 problem?

2008-07-20 Thread Roozbeh GHolizadeh
nothing special just default options,but i guess i have built all my libraris with -g option. --- On Sun, 7/20/08, Carolos [EMAIL PROTECTED] wrote: From: Carolos [EMAIL PROTECTED] Subject: Re: [fpc-devel] winmobile 6.1 problem? To: FPC developers' list fpc-devel@lists.freepascal.org Date: Sunday

Re: [fpc-devel] winmobile 6.1 problem?

2008-07-20 Thread Roozbeh GHolizadeh
[EMAIL PROTECTED] wrote: From: Carolos [EMAIL PROTECTED] Subject: Re: [fpc-devel] winmobile 6.1 problem? To: FPC developers' list fpc-devel@lists.freepascal.org Date: Sunday, July 20, 2008, 7:50 PM Out of interest, what switches are you using to compile dll? On Sun, Jul 20, 2008 at 12:23 PM, Roozbeh

Re: [fpc-devel] winmobile 6.1 problem?

2008-07-20 Thread Roozbeh GHolizadeh
] wrote: From: Carolos [EMAIL PROTECTED] Subject: Re: [fpc-devel] winmobile 6.1 problem? To: FPC developers' list fpc-devel@lists.freepascal.org Date: Sunday, July 20, 2008, 7:50 PM Out of interest, what switches are you using to compile dll? On Sun, Jul 20, 2008 at 12:23 PM, Roozbeh GHolizadeh [EMAIL

Re: [fpc-devel] winmobile 6.1 problem?

2008-07-20 Thread Yury Sidorov
To: FPC developers' list Sent: Sunday, July 20, 2008 9:37 PM Subject: Re: [fpc-devel] winmobile 6.1 problem? Well,i come to this. dlls built with fpc does not work under wm6.1. i am using ppcrossarm 2.3.1 from todays svn building simple dll with one export function and linking to it all with fpc