Re: [fpc-devel] Palm Pre

2009-07-14 Thread Carolos
Android recently provided a native API.
http://developer.android.com/sdk/ndk/1.5_r1/index.html

Although you can probably write an app that uses the Linux API, you will
probably land up rewriting much of the Java interface to get the app to look
like it was made for the device.

On Tue, Jul 14, 2009 at 8:02 AM, Michael Schnell mschn...@lumino.de wrote:

 Did anybody consider using FPC / Lazarus for the upcoming Palm Pre,
 which seems to use Linux on ARM but for user land applications seems to
 hide the Linux API behind some propriety WebOS Java interface (similar
 to Android ?)

 -Michael
 ___
 fpc-devel maillist  -  fpc-devel@lists.freepascal.org
 http://lists.freepascal.org/mailman/listinfo/fpc-devel

___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] SVN error with macosall.pas

2009-07-12 Thread Carolos
@ZaherAlthough I like Tortoise SVN a lot, it does have some scary issues in
some builds.
I had a build of it that actually checkedout files that had the same name
into the wrong directories from a local repository. No idea how or why but
it did it.

If a bad build screwed up your local copy, svn commands probably won't help
you much.

Look at the changelog of TortoiseSVN theres some pretty serious bugs that
were fixed in it.

Take care

On Sun, Jul 12, 2009 at 5:03 PM, Graeme Geldenhuys
graemeg.li...@gmail.comwrote:

 2009/7/12 Marco van de Voort mar...@stack.nl:
 
  Can we please put a brake on the Git advocacy? I've already heard more
 about
  Git now then I ever want to know.

 I simply offered Zaher an alternative download solution. The Mercurial
 and Git mirror are alternatives to the SubVersion repository and I
 don't believe many users know about them. Currently the
 www.freepascal.org website only has a single small paragraph about the
 Mercurial mirror - many users probably miss that information. Zaher
 had an issue pulling in the latest source code which seems to be an
 issue with *any* SubVersion client - so what else must he do? Just
 give up on FPC?

 Jesus Reyes simply asked a question about Git (I assumed it was
 related to the Git mirror of FPC) so only answered his questions. I'm
 pretty sure Florian would have answer similar questions about the
 Mercurial mirror of FPC repository. I'm not here to promote Git - what
 benefit is there for me? I don't even develop for Git, I'm just a Git
 user.

 So in future if somebody asks questions about the Mercurial or Git
 mirrors, what should we do - just flat out ignore them? That doesn't
 sound like the right thing either. Some poor soul wanted to get hold
 of the FPC source code - I just enlightened them how to. So if
 somebody had an issue (like Zaher) pulling in the source code via
 SubVersion, should we ignore all such emails as well?


 Regards,
  - Graeme -


 ___
 fpGUI - a cross-platform Free Pascal GUI toolkit
 http://opensoft.homeip.net/fpgui/
 ___
 fpc-devel maillist  -  fpc-devel@lists.freepascal.org
 http://lists.freepascal.org/mailman/listinfo/fpc-devel

___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] SVN error with macosall.pas

2009-07-11 Thread Carolos
Sometimes I get issues with TortoiseSVN.
First make a backup of your current work copy.

Download the latest version of TortoiseSVN and checkout from the repository
again to a new folder.
If you have made changes in your old work copy, export your work copy to a
new directory to get rid of SVN folders.

And copy exported version over your newly checkedout folder.

Hope that helps.

-Carolos
On Sat, Jul 11, 2009 at 1:19 PM, Zaher Dirkey parm...@gmail.com wrote:

 When i update FPC from SVN repo
 it updated for 10 mbytes then i had this error

 Error: REPORT of '/svn/fpc/!svn/vcc/default': 200 OK
 (http://svn2.freepascal.org:8080)

 I tried to update every folder it work fine until i found that file
 can not updated with the same error


 http://svn2.freepascal.org:8080/svn/fpc/trunk/packages/univint/src/MacOSAll.pas

 That file not found in my work copy yet.

 I used WinXp and TortoiseSVN, also i test it with a command line svn
 client, with different mirrors.

 Can we have the source of FPC with .svn directories for last release
 of FPC then i can start update from it.

 Thanks in advanced
 --
 Zaher Dirkey
 ___
 fpc-devel maillist  -  fpc-devel@lists.freepascal.org
 http://lists.freepascal.org/mailman/listinfo/fpc-devel

___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] GetAppConfigFile implementation

2008-12-22 Thread Carolos
How about if Lazarus is in the Program Files directory, it searches AppData
first.
If not it searches it's directory first then AppData.

On Mon, Dec 22, 2008 at 4:28 PM, Alexander Klenin kle...@gmail.com wrote:

 On Sat, Dec 20, 2008 at 21:48, Michael Van Canneyt
 mich...@freepascal.org wrote:
  I specially chose local because I don't want it to be roaming data.

 This is actually a (minor) problem sometimes -- e.g. students at unversity
 where I work have roaming profiles so the could log in and work prom
 any PC in the domain.
 With config in local appdata, they are forced to re-configure IDE on
 each session.

 As a related note, I have more serious problem with Lazarus config: on my
 PC
 (Windows XP SP2 Russian) Larazus insists on saving it in C:\Documents,
 although APPDATA=C:\Documents and Settings\ask\Application Data
 Apparently, it chokes on long names with spaces.

 --
 Alexander S. Klenin
 ___
 fpc-devel maillist  -  fpc-devel@lists.freepascal.org
 http://lists.freepascal.org/mailman/listinfo/fpc-devel

___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


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 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.
 my dll,uses units with initialization sections,could if any crash happen
 there causes library not to load?

 because i guess loading library doesnt do anything but just moving it into
 memory space?(or does those initialization sectiors end up in
 dllmain,attach_process?)

 So?

 Regards,
 Roozbeh GHolizadeh


 ___
 fpc-devel maillist  -  fpc-devel@lists.freepascal.org
 http://lists.freepascal.org/mailman/listinfo/fpc-devel


___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


[fpc-devel] Help: Converting Header for WinCE

2007-06-08 Thread Carolos Foscolos

I converted windbase.h from ms wince sdk, and would like to include it
to rtl for wince in fpc... Are the comments copyright ms, so do I
remove them or leave them?

And who can I talk to, to include my windbase.pp to rtl\wince\
Also some of the functions of windbase.h are in coredll.inc so do I
split the windbase.pp file and add its data types to struct.inc and
functions to coredll.inc

Thanks
-Carolos
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel