Re: [Lazarus] Windows startup infinite loop

2019-02-15 Thread Dennis via lazarus
Henry Vermaak via lazarus wrote: We're having a strange problem here, an infinite loop happens on a customer's machine just after the main form is created. It doesn't happen when the program is run inside a debugger and it only happens on the customer's machine(s), so it's probably related to

Re: [Lazarus] Windows startup infinite loop

2019-02-15 Thread Henry Vermaak via lazarus
On Wed, Feb 13, 2019 at 05:37:10PM +, Henry Vermaak wrote: > We're having a strange problem here, an infinite loop happens on a customer's > machine just after the main form is created. It doesn't happen when the > program is run inside a debugger and it only happens on the customer's > machin

Re: [Lazarus] alternative to web programming?

2019-02-15 Thread Kostas Michalopoulos via lazarus
The idea is interesting, but the implementation not so. All demos are unusably slow and unless this spawns a VM for each instance, i wouldn't trust any sort of "FS virtualization" they have to not be broken - Win32 desktop APIs were not designed for applications to be isolated from each other. This