Re: [fpc-pascal] Cannot find entry point of a routine inside a windows 64 dll

2017-12-17 Thread Dennis
Sven Barth via fpc-pascal wrote: On 15.12.2017 16:10, Dennis wrote: Okay, that explains things a bit more. May I ask you to provide a small example consisting of program and library (source only) that works in 32-bit, but fails in 64-bit? Try way I can check myself what is going on as I have

Re: [fpc-pascal] Cannot find entry point of a routine inside a windows 64 dll

2017-12-17 Thread Sven Barth via fpc-pascal
On 15.12.2017 16:10, Dennis wrote: >> >> Okay, that explains things a bit more. >> >> May I ask you to provide a small example consisting of program and >> library (source only) that works in 32-bit, but fails in 64-bit? Try >> way I can check myself what is going on as I have a Delphi starter on

Re: [fpc-pascal] First pas2js public release

2017-12-17 Thread Graeme Geldenhuys
Well done to everybody involve. This is truly impressive news! * Debugging: Obviously, the browser debugger can be used to debug the Javascript. But there is more: the compiler can emit a source map, and this means that if the browser finds the source file, it will display the original source

Re: [fpc-pascal] Freepascal Zip with Password?

2017-12-17 Thread Jos Wegman
Hi, Turbo power abbrivia zipper can create a zip file protected by password. https://sourceforge.net/projects/tpabbrevia/files/?source=navbar I use it in Delphi. As far as I know a lazarus package is available. (version 5.1) I did not install it in lazarus yet. Jos

Re: [fpc-pascal] First pas2js public release

2017-12-17 Thread Snorkl e
Wow, nice job  On Dec 17, 2017 2:29 AM, "Michael Van Canneyt" wrote: > > > On Sun, 17 Dec 2017, Sven Barth via fpc-pascal wrote: > > Am 17.12.2017 08:01 schrieb "code dz" : >> >> good news & thanks for the effort >> >> is it similar to Emscripten ?

Re: [fpc-pascal] First pas2js public release

2017-12-17 Thread Michael Van Canneyt
On Sun, 17 Dec 2017, Sven Barth via fpc-pascal wrote: Am 17.12.2017 08:01 schrieb "code dz" : good news & thanks for the effort is it similar to Emscripten ? Not really. Emscripten (and WebAsm) has the goal to convert native programs that rely on pointers. It is

Re: [fpc-pascal] Is this the correct way to configure fpc for multiple arm-embedded subarchs?

2017-12-17 Thread Christo
On Mon, 2017-12-04 at 08:22 +0100, Michael Ring wrote: > Hi Florian! > > I would like to work on this patch, can you share it with me? > Am 03.12.17 um 19:05 schrieb Florian Klämpfl: > > > > Am 29.11.2017 um 06:36 schrieb Christo: > > > > > > On Sun, 2017-11-26 at 17:19 +0100, Michael Ring

Re: [fpc-pascal] First pas2js public release

2017-12-17 Thread Sven Barth via fpc-pascal
Am 17.12.2017 08:01 schrieb "code dz" : good news & thanks for the effort is it similar to Emscripten ? Not really. Emscripten (and WebAsm) has the goal to convert native programs that rely on pointers. It is essentially an assembly language in JavaScript. Pas2JS is on the