Re: [Lazarus] LoadLibrary fails on WinCE

2008-12-08 Thread Pavel Řezníček
Patrick Chevalley napsal(a): > Your program and dll should not be bigger than 3 or 4 MB if you remove > debug symbol. > There is a "arm-wince-strip.exe" installed with the crosscompiler. > ___ > Lazarus mailing list > Lazarus@lazarus.freepascal.org > http

Re: [Lazarus] LoadLibrary fails on WinCE

2008-12-05 Thread Patrick Chevalley
Your program and dll should not be bigger than 3 or 4 MB if you remove debug symbol. There is a "arm-wince-strip.exe" installed with the crosscompiler. ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listi

Re: [Lazarus] LoadLibrary fails on WinCE

2008-12-04 Thread Yury Sidorov
From: "Pavel Reznícek" <[EMAIL PROTECTED]> > Felipe Monteiro de Carvalho napsal(a): >> 1 - make sure you are using loadlibrary from the windows unit and >> then >> call GetLastError to see why it failed. >> >> Windows CE has some differences from desktop. I would try putting >> the >> library in

Re: [Lazarus] LoadLibrary fails on WinCE

2008-12-03 Thread Pavel Řezníček
Felipe Monteiro de Carvalho napsal(a): > 1 - make sure you are using loadlibrary from the windows unit and then > call GetLastError to see why it failed. > > Windows CE has some differences from desktop. I would try putting the > library in the windows or windows/system directory or passing the ful

Re: [Lazarus] LoadLibrary fails on WinCE

2008-11-21 Thread Pavel Řezníček
Felipe Monteiro de Carvalho napsal(a): > 1 - make sure you are using loadlibrary from the windows unit and then > call GetLastError to see why it failed. > > Windows CE has some differences from desktop. I would try putting the > library in the windows or windows/system directory or passing the ful

Re: [Lazarus] LoadLibrary fails on WinCE

2008-11-21 Thread Felipe Monteiro de Carvalho
1 - make sure you are using loadlibrary from the windows unit and then call GetLastError to see why it failed. Windows CE has some differences from desktop. I would try putting the library in the windows or windows/system directory or passing the full path to the library. -- Felipe Monteiro de C

[Lazarus] LoadLibrary fails on WinCE

2008-11-21 Thread Pavel Řezníček
Hello everybody, I'm an enthusiast in Lazarus and our company uses it for a database-related project for PDA (handheld computers). However, I have a problem running a compiled application on WinCE. It's very strange. I already reported this error here but it appears in the stable release too an