Re: [fpc-pascal] help with synapse mime routines...

2011-02-17 Thread Kevin Jesshope
Good luck with the other OSs. At this time I am only doing Win32 but I am sure there are others here who can help if you ask. Regards Kevin Jesshope - In Touch Computer Support > on my OS/2 box, i've tried targets of OS2 and OS2 with EMX but both have > failed all kinds of ways... i suspect that

Re: [fpc-pascal] help with synapse mime routines...

2011-02-17 Thread waldo kitty
On 2/17/2011 18:16, Kevin Jesshope wrote: [TRIM] I think I have that right. I am working from memory now as I do not have the code before me. i wanted to thank you again.. you gave me some hints that enabled me to propel myself much further than i've gone in the last week of floundering... in

Re: [fpc-pascal] help with synapse mime routines...

2011-02-17 Thread Kevin Jesshope
Waldo, You are assigning an OnWalkPart hook procedure to the m1 mimepart you have created, not the mimepart you actually end up freeing. It does not look like the tc.ph procedure is called from the m1 mimeparts (which is what I would expect). If you do need to use the tc.ph on the individual m1 p

Re: [fpc-pascal] Re: Name of the programming language used in/with FPC

2011-02-17 Thread Jonas Maebe
On 17 Feb 2011, at 22:48, Gene Buckle wrote: > Yep. Any time you've got accountants running a technology company, you've > got a failed company that doesn't know it yet. I believe this discussion has ended up well into the territory of the fpc-other list now... :) Thanks, Jonas FPC mailing

Re: [fpc-pascal] Re: Name of the programming language used in/with FPC

2011-02-17 Thread Gene Buckle
On Thu, 17 Feb 2011, Cees Binkhorst wrote: That was the time the professional managers took over. Fuller was his name if my memory is correct. They allowed Anders Hejlsberg to be bought by MS (signing bonus), while 'the managers' took hefty bonuses and shares (which Anders did not get, while he

Re: [fpc-pascal] Re: Name of the programming language used in/with FPC

2011-02-17 Thread Cees Binkhorst
That was the time the professional managers took over. Fuller was his name if my memory is correct. They allowed Anders Hejlsberg to be bought by MS (signing bonus), while 'the managers' took hefty bonuses and shares (which Anders did not get, while he was the brains, and they only the suites). R

Re: [fpc-pascal] Re: Name of the programming language used in/with FPC

2011-02-17 Thread Gene Buckle
On Thu, 17 Feb 2011, Cees Binkhorst wrote: Philippe Kahn did more for Pascal then Dijkstra. He expanded it and made it soo cheaply available that it was an instant winner. ...and Borland/Inprise squandered the lead. g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of

Re: [fpc-pascal] Re: Name of the programming language used in/with FPC

2011-02-17 Thread Cees Binkhorst
Philippe Kahn did more for Pascal then Dijkstra. He expanded it and made it soo cheaply available that it was an instant winner. Regards / Cees On 02/17/2011 07:32 PM, Doug Chamberlin wrote: > On 2/17/11 12:04 PM, Frank Church wrote: >> How about Dijkstra? > Where can I send a letter to the edit

Re: [fpc-pascal] Re: Name of the programming language used in/with FPC

2011-02-17 Thread Doug Chamberlin
On 2/17/11 12:04 PM, Frank Church wrote: How about Dijkstra? Where can I send a letter to the editor saying "Naming the language Dijkstra is considered harmful." ;) ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.o

Re: [fpc-pascal] Re: Name of the programming language used in/with FPC

2011-02-17 Thread Frank Church
On 16 February 2011 16:51, leledumbo wrote: > > Yeah, he let Pascal in the last state he worked on. But don't you know he's > also an actor behind (Apple's) Object Pascal? > -- > View this message in context: > http://free-pascal-general.1045716.n5.nabble.com/Name-of-the-programming-language-used

Re: [fpc-pascal] help with synapse mime routines...

2011-02-17 Thread waldo kitty
On 2/17/2011 08:32, Kevin Jesshope wrote: Hi Waldo, I have now got the units so I can build and test your code properly. The reason you are getting the exception is that when you free m1 at line 66 you are not freeing the m1 you created at line 44, but the subpart belonging to m. This means tha

Re: [fpc-pascal] help with synapse mime routines...

2011-02-17 Thread waldo kitty
On 2/16/2011 23:39, Kevin Jesshope wrote: Hi Waldo, I don't have the mimepart or synaser units available at the moment so without actually compiling the code I am not certain the following observations are the cause of your trouble. They are however somewhere to start. 1 In line 63 you are chec

Re: [fpc-pascal] Android calling JNI functions crash

2011-02-17 Thread de_jean_7777
On 15.2.2011 9:57, Felipe Monteiro de Carvalho wrote: No idea, I always use Linux, but if no-one has a better idea, I would suggest that you try first using the linux cross-compiler, just to check if the crash is really related to the binutils. There are some instructions here: http://wiki.lazar

Re: [fpc-pascal] help with synapse mime routines...

2011-02-17 Thread Kevin Jesshope
Hi Waldo, I have now got the units so I can build and test your code properly. The reason you are getting the exception is that when you free m1 at line 66 you are not freeing the m1 you created at line 44, but the subpart belonging to m. This means that when you finally free m it is trying to fr

Re: [fpc-pascal] Javascript in Desktop Applications

2011-02-17 Thread Benjamin Rosseaux
Am 07.02.2011 15:16, schrieb Andrew Brunner: On Mon, Feb 7, 2011 at 7:35 AM, wrote: A cross-platform solution is to use one of libsee or BESEN. The latter is implemented in 100% native Object Pascal. Michael. BESEN is very, very, very well written but I can't seem to get any indication how