1. PowerBasic DLL maker

Would anyone happen to have PowerBasic DLL maker
and wish to sell it?? I think this will solve the
majority of my problems with Euphoria. Namely
the lack of true multitasking.


Grape Vine
13728824

new topic     » topic index » view message » categorize

2. Re: PowerBasic DLL maker

http://www.powerbasic.com/products/pbdll32/

Swayze
mswayze at truswood.com
kswayze at bellsouth.net

----- Original Message ----- 
From: "Grape Vine" <g__vine at hotmail.com>
To: "EUforum" <EUforum at topica.com>
Sent: Friday, February 09, 2001 12:00 PM
Subject: PowerBasic DLL maker


> Would anyone happen to have PowerBasic DLL maker
> and wish to sell it?? I think this will solve the
> majority of my problems with Euphoria. Namely
> the lack of true multitasking.
> 
> 
> Grape Vine
> 13728824
> 
>

new topic     » goto parent     » topic index » view message » categorize

3. Re: PowerBasic DLL maker

On 9 Feb 2001, at 9:00, Grape Vine wrote:

> Would anyone happen to have PowerBasic DLL maker
> and wish to sell it?? I think this will solve the
> majority of my problems with Euphoria. Namely
> the lack of true multitasking.

There are several ways to make Eu multitask, what method did you wish to use?

Kat

new topic     » goto parent     » topic index » view message » categorize

4. Re: PowerBasic DLL maker

Thanx Swayze, i already have that, tho i dont have the $189 they wont for 
it, I was hoping to find someone who has it and would like to get rid of it


>From: mswayze at TRUSWOOD.COM
>Reply-To: EUforum at topica.com
>To: EUforum <EUforum at topica.com>
>Subject: Re: PowerBasic DLL maker
>Date: Fri, 09 Feb 2001 09:39:24 -0800
>
>http://www.powerbasic.com/products/pbdll32/
>
>Swayze
>mswayze at truswood.com
>kswayze at bellsouth.net
>
>----- Original Message -----
>From: "Grape Vine" <g__vine at hotmail.com>
>To: "EUforum" <EUforum at topica.com>
>Sent: Friday, February 09, 2001 12:00 PM
>Subject: PowerBasic DLL maker
>
>
> > Would anyone happen to have PowerBasic DLL maker
> > and wish to sell it?? I think this will solve the
> > majority of my problems with Euphoria. Namely
> > the lack of true multitasking.
> >
> >
> > Grape Vine
> > 13728824
> >
> >
>

new topic     » goto parent     » topic index » view message » categorize

5. Re: PowerBasic DLL maker

I dont want to run 5 Eu's and link them with tcp/ip
I think i meant multithread in that post, not multitask
tho i want both. I want to setup a a few threads
running and them respond only when needed, else they just
sit and tick by. A server/client model with in a server/client
model.

>From: Kat <gertie at PELL.NET>
>Reply-To: EUforum at topica.com
>To: EUforum <EUforum at topica.com>
>Subject: Re: PowerBasic DLL maker
>Date: Fri, 09 Feb 2001 10:26:37 -0800
>
>On 9 Feb 2001, at 9:00, Grape Vine wrote:
>
> > Would anyone happen to have PowerBasic DLL maker
> > and wish to sell it?? I think this will solve the
> > majority of my problems with Euphoria. Namely
> > the lack of true multitasking.
>
>There are several ways to make Eu multitask, what method did you wish to 
>use?
>
>Kat
>
>

new topic     » goto parent     » topic index » view message » categorize

6. Re: PowerBasic DLL maker

On 9 Feb 2001, at 14:38, Grape Vine wrote:

> 
> I dont want to run 5 Eu's and link them with tcp/ip
> I think i meant multithread in that post, not multitask
> tho i want both. 

It's pretty much the same thing, only difference i can see is threads respond
only to
the app that spawned them on that puter, while a separate process can respond to
any app and be on a different networked puter for true multitasking.

>I want to setup a a few threads
> running and them respond only when needed, else they just
> sit and tick by. A server/client model with in a server/client
> model.

Did you take a look at the pages on the Powerbasic site, concerning the winapi
calls
to make to spawn threads? Will Eu do that if those calls are wrapped?

Kat
 
> >From: Kat <gertie at PELL.NET>
> >Reply-To: EUforum at topica.com
> >To: EUforum <EUforum at topica.com>
> >Subject: Re: PowerBasic DLL maker
> >Date: Fri, 09 Feb 2001 10:26:37 -0800
> >
> >On 9 Feb 2001, at 9:00, Grape Vine wrote:
> >
> > > Would anyone happen to have PowerBasic DLL maker
> > > and wish to sell it?? I think this will solve the
> > > majority of my problems with Euphoria. Namely
> > > the lack of true multitasking.
> >
> >There are several ways to make Eu multitask, what method did you wish to 
> >use?
> >
> >Kat
> >
> >
> 
> 
>

new topic     » goto parent     » topic index » view message » categorize

7. Re: PowerBasic DLL maker

>From: Kat <gertie at PELL.NET>
>Reply-To: EUforum at topica.com
>To: EUforum <EUforum at topica.com>
>Subject: Re: PowerBasic DLL maker
>Date: Fri, 09 Feb 2001 16:19:57 -0800
>
>On 9 Feb 2001, at 14:38, Grape Vine wrote:
>
> >
> > I dont want to run 5 Eu's and link them with tcp/ip
> > I think i meant multithread in that post, not multitask
> > tho i want both.
>
>It's pretty much the same thing, only difference i can see is threads 
>respond only to
>the app that spawned them on that puter, while a separate process can 
>respond to
>any app and be on a different networked puter for true multitasking.
>
> >I want to setup a a few threads
> > running and them respond only when needed, else they just
> > sit and tick by. A server/client model with in a server/client
> > model.
>
>Did you take a look at the pages on the Powerbasic site, concerning the 
>winapi calls
>to make to spawn threads? Will Eu do that if those calls are wrapped?
>
>Kat

No i have not. Ill have a look tho i am not to sure what Eu
will or wont do when it comes to wrapped libs. My understanding
is that Eu tends to become unstable when it calls a thread like
that. Thats why i want the dll maker, to have the dll take care
of threads while Eu only gets the results


>
> > >From: Kat <gertie at PELL.NET>
> > >Reply-To: EUforum at topica.com
> > >To: EUforum <EUforum at topica.com>
> > >Subject: Re: PowerBasic DLL maker
> > >Date: Fri, 09 Feb 2001 10:26:37 -0800
> > >
> > >On 9 Feb 2001, at 9:00, Grape Vine wrote:
> > >
> > > > Would anyone happen to have PowerBasic DLL maker
> > > > and wish to sell it?? I think this will solve the
> > > > majority of my problems with Euphoria. Namely
> > > > the lack of true multitasking.
> > >
> > >There are several ways to make Eu multitask, what method did you wish 
>to
> > >use?
> > >
> > >Kat
> > >
> > >
> >
> >
>
>
>

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu