Re: [MSEide-MSEgui-talk] how to show png , jpg on timage

2014-03-02 Thread Ivanko B
MSEgui to RaspberryPi = To ARM CPUs. The wonders of computing! ;-) === Or bugs of using openMP :) 4 cores are slower than 2 ones. But only scaling is 3 times as faster. Can you make tests on Linux too? Unfortunately no - me'm unable to recover

Re: [MSEide-MSEgui-talk] how to show png , jpg on timage

2014-03-02 Thread Martin Schreiber
On Sunday 02 March 2014 10:29:04 Ivanko B wrote: MSEgui to RaspberryPi = To ARM CPUs. IIRC Koenraad Lelong successfully used MSEgui on ARM: http://article.gmane.org/gmane.comp.ide.mseide.user/8928/ http://thread.gmane.org/gmane.comp.ide.mseide.user/8846 The wonders of

Re: [MSEide-MSEgui-talk] how to show png , jpg on timage

2014-03-02 Thread Ivanko B
AMD Athlon XP 3000+ has a single core only So no work for openMP = no openMP bugs :) Boot from a Linux life CD/DVD and restore it. Tried a lot of times - the LINUX+Grub2 installation and/or the motherboard seem to be too up-to-date to be

Re: [MSEide-MSEgui-talk] how to show png , jpg on timage

2014-03-02 Thread Ivanko B
IIRC Koenraad Lelong successfully used MSEgui on ARM: === Will it be possible to switch on openGL backend for GUI drawing on ARM ? -- Flow-based real-time traffic analytics software. Cisco

Re: [MSEide-MSEgui-talk] how to show png , jpg on timage

2014-03-02 Thread Martin Schreiber
On Sunday 02 March 2014 11:45:07 Ivanko B wrote: AMD Athlon XP 3000+ has a single core only So no work for openMP = no openMP bugs :) There are problems, please compare the Linux and win32 rotation times. Boot from a Linux life CD/DVD and restore it.

Re: [MSEide-MSEgui-talk] how to show png , jpg on timage

2014-03-02 Thread Martin Schreiber
On Sunday 02 March 2014 11:48:30 Ivanko B wrote: IIRC Koenraad Lelong successfully used MSEgui on ARM: === Will it be possible to switch on openGL backend for GUI drawing on ARM ? Yes, although OpenGL for 2D GUI rendering is a nightmare to work with. Martin

Re: [MSEide-MSEgui-talk] how to show png , jpg on timage

2014-03-02 Thread Ivanko B
although OpenGL for 2D GUI rendering is a nightmare to work with. === Is it possible to activate it right now ? Where is the money? ;-) === Ones wait till You'll need some ARM/AVR programming for Youself :)

Re: [MSEide-MSEgui-talk] how to show png , jpg on timage

2014-03-02 Thread Martin Schreiber
On Sunday 02 March 2014 12:29:43 Ivanko B wrote: although OpenGL for 2D GUI rendering is a nightmare to work with. === Is it possible to activate it right now ? On Linux yes, I don't know the state on Windows. Martin attachment:

Re: [MSEide-MSEgui-talk] how to show png , jpg on timage

2014-03-02 Thread Ivanko B
I don't know the state on Windows. === Me can check on win7 :). How to activate ? -- Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc.

Re: [MSEide-MSEgui-talk] MSEgui+OpenGL (was how to show png , jpg on timage)

2014-03-02 Thread Ivanko B
SigSegv on running : #0 0040D2E2 :0 SYSTEM_SYSGETMEM_FIXED$LONGWORD$$POINTER() #1 0030 :0 ??() #2 0003 :0 ??() #3 00295C98 :0 ??() #4 0030 :0 ??() #5 00300878 :0 ??() #6 0046684B mclasses.pas:6084 TREADER__READDATA(INSTANCE=0x379f80, this=error reading variable) #7 0045EE47

Re: [MSEide-MSEgui-talk] MSEgui+OpenGL (was how to show png , jpg on timage)

2014-03-02 Thread Martin Schreiber
Am 02.03.2014 13:39, schrieb Ivanko B: SigSegv on running : #0 0040D2E2 :0 SYSTEM_SYSGETMEM_FIXED$LONGWORD$$POINTER() #1 0030 :0 ??() #2 0003 :0 ??() It works for me if compiled with -gh. There are some glitches on win32, I do not plan to work on OpenGL-gdi now. Martin

Re: [MSEide-MSEgui-talk] how to show png , jpg on timage

2014-03-02 Thread Patrick Goupell
On 03/02/2014 05:45 AM, Ivanko B wrote: AMD Athlon XP 3000+ has a single core only So no work for openMP = no openMP bugs :) Boot from a Linux life CD/DVD and restore it. Tried a lot of times - the LINUX+Grub2 installation and/or the

Re: [MSEide-MSEgui-talk] MSEgui+OpenGL (was how to show png , jpg on timage)

2014-03-02 Thread Ivanko B
It works for me if compiled with -gh === This fails with a exception instead. I do not plan to work on OpenGL-gdi now. === As the discussion on Freepascal.ru shows it seems to the only relevant choice for handheld ARM-based media-playback (pad etc)

Re: [MSEide-MSEgui-talk] how to show png , jpg on timage

2014-03-02 Thread Martin Schreiber
On Sunday 02 March 2014 10:29:04 Ivanko B wrote: MSEgui to RaspberryPi = To ARM CPUs. The wonders of computing! ;-) === Or bugs of using openMP :) 4 cores are slower than 2 ones. But only scaling is 3 times as faster. Can you make tests on Linux too?

Re: [MSEide-MSEgui-talk] how to show png , jpg on timage

2014-03-02 Thread Ivanko B
1920x1080-5000x3000 = 1..2sec 5000x3000-5000x3000 = 0.7sec 5000x3000-5000x3000x45degrees = 130sec -- Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc.

Re: [MSEide-MSEgui-talk] how to show png , jpg on timage

2014-03-02 Thread Martin Schreiber
On Sunday 02 March 2014 20:14:31 Ivanko B wrote: 1920x1080-5000x3000 = 1..2sec 5000x3000-5000x3000 = 0.7sec 5000x3000-5000x3000x45degrees = 130sec This is with gm not with MSEgui? Can you show the command line? How much memory do you have? How long lasts 1920x1080 rotating 1°? Martin