Am 06.12.2010 21:36, schrieb Osvaldo Filho:
make clean all CPU_TARGET=i386 OS_TARGET=win32
make install CPU_TARGET=i386 OS_TARGET=win32
PREFIX=/home/kxu/DevPascal/fpc_inst/fpc_win32 FPC_VERSION=2.4.3
make -C hermes smart
make[3]: Entrando no diretório
`/home/deskxu/DevPascal/fpc_inst_scripts/fpc
On 06/12/10 20:36, Osvaldo Filho wrote:
make clean all CPU_TARGET=i386 OS_TARGET=win32
make install CPU_TARGET=i386 OS_TARGET=win32
PREFIX=/home/kxu/DevPascal/fpc_inst/fpc_win32 FPC_VERSION=2.4.3
make -C hermes smart
make[3]: Entrando no diretório
`/home/deskxu/DevPascal/fpc_inst_scripts/fpc/pac
In Android 2.3 you can write apps without any Java code, but you still
need to build it as a library:
http://developer.android.com/reference/android/app/NativeActivity.html
It seams to support OpenGL and user input without Java.
Still not ideal, however.
--
Felipe Monteiro de Carvalho
On 07/12/2010 10:46, Felipe Monteiro de Carvalho wrote:
Still not ideal, however.
Well, no. As Android targets any processor - not just ARM. Indeed, there
are Intel based versions. Native is bad, and only come in to existence
to compete with other platforms with purely native compilation - an
On Tue, Dec 7, 2010 at 12:12 PM, Matt Emson wrote:
> Well, no. As Android targets any processor - not just ARM. Indeed, there are
> Intel based versions.
I've never seen one and I've already worked with maybe 50 different
Android smartphones / tablets.
x86-Android is negletible. I bet that it ha
Am 07.12.2010 12:12, schrieb Matt Emson:
On 07/12/2010 10:46, Felipe Monteiro de Carvalho wrote:
Still not ideal, however.
Well, no. As Android targets any processor - not just ARM. Indeed, there
are Intel based versions. Native is bad, and only come in to existence
to compete with other platf
On Tue, 7 Dec 2010, Sven Barth wrote:
Am 07.12.2010 12:12, schrieb Matt Emson:
On 07/12/2010 10:46, Felipe Monteiro de Carvalho wrote:
Still not ideal, however.
Well, no. As Android targets any processor - not just ARM. Indeed, there
are Intel based versions. Native is bad, and only come i
I think the problem is that SVN does not update 'Makefile' and 'Makefile.fpc'.
You need to delete them and you can regenerate them with 'svn update'.
Try it and tell us.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.o
Hello FPC-Pascal,
Tuesday, December 7, 2010, 3:55:40 PM, you wrote:
AC> I think the problem is that SVN does not update 'Makefile' and
'Makefile.fpc'.
AC> You need to delete them and you can regenerate them with 'svn update'.
AC> Try it and tell us.
Yes, it works, thank you. I never happends to
In our previous episode, Michael Van Canneyt said:
> > normal Java or CIL one). The biggest problem is to create a suitable RTL
> > and
> > to be able to use the classes that are provided by the VM.
>
> In fact I think this is one of the more easy things.
> The main problem seems to me that you
On Tue, 7 Dec 2010, Marco van de Voort wrote:
In our previous episode, Michael Van Canneyt said:
normal Java or CIL one). The biggest problem is to create a suitable RTL and
to be able to use the classes that are provided by the VM.
In fact I think this is one of the more easy things.
The m
Marc Weustink wrote
>On 3-12-2010 17:26, Jürgen Hestermann wrote:
>> ...
>> STat = Array[0..W-1] Of Single ; { Static array }
>> DST = Array Of STat ; { One dimension dynamic, the other static }
>> D2T = Array Of Array Of Single ; { Two dynamic dimensions }
>>
>> STat always means the addres
On 12/7/2010 12:37 PM, andrew.benn...@ns.sympatico.ca wrote:
In various places, "dynamic array" becomes "dynamical array"
which messes up searching. Somebody should decide which it is!
Dynamical is inappropriate usage in this context. Dynamic is correct.
--
Rich S.
Has anyone ever converted the SDL_opengl header to FPC? Couldn't find it
in the repository, but perhaps someone knows if it is part of another
project.
Regards, Darius
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.o
On 12/07/10 18:23, Darius Blaszyk wrote:
> Has anyone ever converted the SDL_opengl header to FPC? Couldn't find it
> in the repository, but perhaps someone knows if it is part of another
> project.
>
Is there one included with jedi sdl??
Regards,
Andrew Haines
_
15 matches
Mail list logo