[fpc-pascal] TGZFileStream.Destroy() does not close files?

2015-12-24 Thread dimitri shkermankov
Hi everyone! I am currently working through an older codebase in FPC (2.6.4, exclusively on Linux and x86_64 target) that I will have to maintain. My task is to fix some bugs and make things more efficient if possible. Now, one program uses TGZFileStream to read from a lot (say, 1000 or more

Re: [fpc-pascal] ideU version 1.0.0.

2015-12-24 Thread Martin Schreiber
On Thursday 24 December 2015 15:24:29 Paul Breneman wrote: > Thanks for a simple IDE that a beginner can install. I've already > posted a few links on my pages. > > At the bottom of this page: >http://www.controlpascal.com/tutorial.htm > it now leads here: >

[fpc-pascal] ideU version 1.0.0.

2015-12-24 Thread fredvs
Hello. I am happy to present ideU version 1.0.0. ideU is a ide based on MSEide. Multi languages, multi compilers (but fpc is the favorite ;-) ). ideU is totally voice-assisted and integrate MSE and fpGUI designers. => https://github.com/fredvs/ideU There are compiled binaries for Windows,

Re: [fpc-pascal] FreeGLUT on Windows

2015-12-24 Thread Ryan Joseph
Thanks for all the links I appreciate it; I’ll look over these also and compare them to FreeGLUT for my uses. > On Dec 24, 2015, at 12:02 PM, Anthony Walter wrote: > > I recommend SDL 2.0. > > https://www.libsdl.org/download-2.0.php > > I have a complete pascal source code

Re: [fpc-pascal] FreeGLUT on Windows

2015-12-24 Thread Ryan Joseph
> On Dec 24, 2015, at 12:28 PM, leledumbo wrote: > > FreeGLUT is a drop-in replacement for GLUT (well, minus some behavior > difference which is documented in their website), so any GLUT program should > work on FreeGLUT. The Pascal wrapper, however, is not the same

Re: [fpc-pascal] Assigning string constant to a WideString and the Format function

2015-12-24 Thread Lubos Pintes
Hello, Here is a minimal program, it doesn't work as I expected either because there is a bug somewhere in the RTL, or, more probably, I misunderstood something. Basically, I am reading an UTF-8 encoded text from stdin, and collecting it in a WideChar array. I am assigning UTF-8 string to a

Re: [fpc-pascal] Assigning string constant to a WideString and the Format function

2015-12-24 Thread Michael Van Canneyt
On Thu, 24 Dec 2015, Lubos Pintes wrote: Hello, Here is a minimal program, it doesn't work as I expected either because there is a bug somewhere in the RTL, or, more probably, I misunderstood something. Basically, I am reading an UTF-8 encoded text from stdin, and collecting it in a

Re: [fpc-pascal] FreeGLUT on Windows

2015-12-24 Thread Michalis Kamburelis
Ryan Joseph wrote: > I’m trying to learn some basics of Windows and porting some OpenGL > code. The first step is getting an OpenGL context prepared but I’m > already stuck here. > I would recommend our Castle Game Engine http://castle-engine.sourceforge.net/ . It can be used together with

Re: [fpc-pascal] Assigning string constant to a WideString and the Format function

2015-12-24 Thread wkitty42
On 12/24/2015 07:44 AM, Lubos Pintes wrote: Hello, Here is a minimal program, it doesn't work as I expected either because there is a bug somewhere in the RTL, or, more probably, I misunderstood something. Basically, I am reading an UTF-8 encoded text from stdin, and collecting it in a WideChar