Re: [Iup-users] Script BASIC IUP web emulation

2017-01-24 Thread Hernan Cano
Thanks, John. See you there. -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot___ Iup-users mailing l

Re: [Iup-users] Script BASIC IUP web emulation

2017-01-24 Thread John Spikowski
Hi Hernan, I'm planning on releasing a Windows 32 Script BASIC install (Inno) which will include the extension modules and sbhttpd application web server. (which is normally a proxy backend to Apache) The two forums I manage may bring you up to speed with the Script BASIC interpreter and using IU

Re: [Iup-users] Script BASIC IUP web emulation

2017-01-24 Thread Hernan Cano
Hi, John. Cordially greet you. I am very interested in using IUP and I see that you propose a way to use it multi-environment using Script BASIC (Windows and Linux and a browser). Please: I want you consider me as a tester. I want you give me instructions about how can I get/install an environm

Re: [Iup-users] Script BASIC IUP web emulation

2017-01-24 Thread John Spikowski
The web applications I will be writing will be used by between 50 to 200 users on an average. (ERP financial software) My needs may be unique and not applicable to others on this list. Sorry! On Tue, 2017-01-24 at 16:13 -0800, Eric Wing wrote: > > On 1/24/17, John Spikowski wrote: > > > > > >

Re: [Iup-users] Script BASIC IUP web emulation

2017-01-24 Thread Eric Wing
On 1/24/17, John Spikowski wrote: > On Tue, 2017-01-24 at 13:45 -0800, Eric Wing wrote: >> On 1/24/17, John Spikowski wrote: >> > >> > Eric, >> > >> > Your right and what I'm after isn't a solution for the generic C >> > IUP >> > user. I wrap IUP as an extension module in a FFI based interface. I

Re: [Iup-users] Script BASIC IUP web emulation

2017-01-24 Thread John Spikowski
On Tue, 2017-01-24 at 13:45 -0800, Eric Wing wrote: > On 1/24/17, John Spikowski wrote: > > > > Eric, > > > > Your right and what I'm after isn't a solution for the generic C > > IUP > > user. I wrap IUP as an extension module in a FFI based interface. I > > have had success with IUP running thr

Re: [Iup-users] Script BASIC IUP web emulation

2017-01-24 Thread Eric Wing
On 1/24/17, John Spikowski wrote: > Eric, > > Your right and what I'm after isn't a solution for the generic C IUP > user. I wrap IUP as an extension module in a FFI based interface. I > have had success with IUP running threaded. Scripting reduces > complexity and reuses resources by design. > >

[Iup-users] Script BASIC IUP web emulation

2017-01-24 Thread John Spikowski
Eric, Your right and what I'm after isn't a solution for the generic C IUP user. I wrap IUP as an extension module in a FFI based interface. I have had success with IUP running threaded. Scripting reduces complexity and reuses resources by design. John ---