Re: [fpc-pascal] What's in Hello World

2024-01-08 Thread code dz via fpc-pascal
I remember i made a simple win32 window app with custom tiny RTL , and final exe size was 4.5kb . On Sun, Jan 7, 2024, 20:33 Michael Van Canneyt via fpc-pascal < fpc-pascal@lists.freepascal.org> wrote: > > > On Sun, 7 Jan 2024, Sven Barth via fpc-pascal wrote: > > >>> > >>> - FPC compiled as

Re: [fpc-pascal] First Version Vector Toolkit in OpenGL

2021-11-06 Thread code dz via fpc-pascal
wow bero your gui looks amazing , i'am just wondering if this could be run on non vulcan machines ? (gl3 for example) 2021-11-05 16:41 UTC+01:00, Benjamin Rosseaux via fpc-pascal : > I'm curious to see how it compares with my vector-based UI framework stuff > at PasVulkan (

Re: [fpc-pascal] First Version Vector Toolkit in OpenGL

2021-11-03 Thread code dz via fpc-pascal
2021-11-03 8:16 UTC+01:00, Anthony Walter via fpc-pascal : > Tonight I added a third theme based on nothing in particular. I named it > graphite. With the completion of this theme, the UI toolkit is feature done > for this first release. I am going to work on writing a custom performance >

Re: [fpc-pascal] Looking for testers for 3.2.0 release cross-compilers for NDS, GBA and WII targets

2020-10-04 Thread code dz via fpc-pascal
2020-10-04 17:35 UTC+01:00, Pierre Muller via fpc-pascal : > Hi everyone, > > I was wondering if there are still users of > Free Pascal compiler targeting arm-nds, arm-gba or powerpc-wii. > i had always the same question i my head , since these are very old console devices i will give it a try

Re: [fpc-pascal] Strange "Undefined symbol" error in FPC 3.2.0

2020-08-01 Thread code dz via fpc-pascal
removing inline keyword resolve the problem seems a bug ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC 3.2.0 released!

2020-06-20 Thread code dz via fpc-pascal
great . but why fpc-3.2.0.i386-win32.exe in the ftp site is different in size and date than sourceforge one 2020-06-20 12:43 UTC+02:00, Dave Connolly via fpc-pascal : > Fantastic. Superb work everyone. > > On Sat 20 Jun 2020, 11:04 Marco van de Voort, > wrote: > >> Hello, >> >> Finally, the Free

Re: [fpc-pascal] TMS Web core released - based on pas2js.

2018-02-16 Thread code dz
nice , but its slow i wich we can achive some thing fast like this : https://flyover.github.io/imgui-js/example/ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] First pas2js public release

2017-12-16 Thread code dz
good news & thanks for the effort is it similar to Emscripten ? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC 3.0.4 released!

2017-12-03 Thread code dz
2017-12-03 18:59 UTC+01:00, Florian Klämpfl : > Am 03.12.2017 um 18:49 schrieb kardan: >> Apart from that, do >> you imply, that you intend to burden programmers with work the release >> team should have done? > > Which release team? We are happy that we managed within 3

[fpc-pascal] program crash when -Cfsse2 enabled

2017-08-14 Thread code dz
Hi this is a portion of the program , when i add -Cfsse2 it crashes. but works ok without sse2 // program demo; {$ifdef FPC}{$mode objfpc}{$h+}{$endif} uses math; const XRES = 1280; const YRES = 720; var myLut : array[0..XRES*YRES-1] of longword; procedure

Re: [fpc-pascal] GLM library alternative?

2017-05-30 Thread code dz
tested with the fpc trunk , got only 3 fps increased . but even with this result fpc does great job , compared with gcc7 , gcc is faster only about 45% . so when compared with a compiler like gcc which get tens of patches par day from from around the world including big companies like sumsung .

Re: [fpc-pascal] FPC Graphics options?

2017-05-25 Thread code dz
seems fpc faster than llvm on -O3/4 only . this is a good news :) ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] MSEide+MSEgui 4.4 for Free Pascal 3.0.2

2017-02-15 Thread code dz
2017-02-15 15:33 UTC+01:00, fredvs : > Great news Martin. > > MSE gui is strong and the solution you have found for docking forms is the > best, much better than all other dock-system. msegui/mseide is my best gui library except docking system . i still have have an opinion

Re: [fpc-pascal] The Next Release

2016-10-13 Thread code dz
due to the fact that there is no fixed time between major releases , one can wait maybe 10 years to see a next major release , just like gcc4 (2004-2014) , in the other hand gcc5 lives only 1 year . ___ fpc-pascal maillist -

Re: [fpc-pascal] The Next Release

2016-10-12 Thread code dz
slow development but it is the best compiler ever ;) i hope i can see fpc 4.0 befor dying :D 2016-10-11 21:59 UTC+02:00, Sven Barth : > Am 11.10.2016 19:57 schrieb "Tony Whyman" : >> >> What's the timetable for the next release? Can

Re: [fpc-pascal] Free Delphi 10.1 Berlin Starter Edition

2016-08-23 Thread code dz
thanks for the link downloading 2016-08-23 10:43 UTC+01:00, Maciej Izak : > Hi, > > finally we have simple way to test new syntax to improve FPC quality / > $MODE DELPHI without spending $ on Delphi :) > > Probably limited time offer: > >