Hi,
I'm trying to write a Phone Dialer feature in my application. I
managed to do this a long time ago in a Delphi app using Windows API
calls, but now I need it for Linux and Windows. Unfortunately the
serial.pp unit is not documented and searching the FPC src directory
didn't yield any example
On Wednesday 12 December 2007 07:33:15 pm Den Jean wrote:
> do you have a sse2 capable processor ?
compile and run pure pascal (no qt or lazarus) program below to check anyhow
(more verbose version of testsse2 of svn/fpctrunk/tests/test/testsse2.pp)
{ %OPT=-OaVARMAX=16 -OaVARMIN=16 }
{ %CPU=i386
On Wednesday 12 December 2007 12:24:02 pm [EMAIL PROTECTED] wrote:
> $28cf59fa in qt_memfill32_sse2 () from /usr/local/lib/libQtGui.so.4
do you have a sse2 capable processor ?
http://en.wikipedia.org/wiki/SSE2
___
fpc-pascal maillist - fpc-pascal@lis
I ran qt4 demos and all right! Lazarus demos crash...
Attached is the backtrace of lazarus and ldd of lazarus example (hello).
I will update my lazarus to a recent snapshot...
Fabio Luis Girardi
2007/12/11, Den Jean <[EMAIL PROTECTED]>:
>
> On Tuesday 11 December 2007 08:05:49 pm [EMAIL PROTE