1. GetQueueStatus() Attn Al Getz

>Note you'll need to call xGetQueueStatus() instead of "win:GetQueueStatus"
>from the old WinLib lib.


Where do I get GetQueueStatus()?

Don Cole
SF

new topic     » topic index » view message » categorize

2. Re: GetQueueStatus() Attn Al Getz

don cole wrote:
> 
> 
> >Note you'll need to call xGetQueueStatus() instead of "win:GetQueueStatus"
> >from the old WinLib lib.
> 
> 
> Where do I get GetQueueStatus()?
> 
> Don Cole
> SF
> 

Hi Don,

'GetQueueStatus()' is in one of the dll's that ships with Windows.
You'll need to add it to the links i think are in Win32r.ew like this:

(under the other constants list like this)
xGetQueueStatus=linkFunc(user32,"GetQueueStatus",{C_UINT},C_ULONG)

maybe somewhere around line 462 or so.
Remember that with a constant's list like that you'll need commas
to separate each declared constant...but you probably already know
that smile


Take care,
Al

And, good luck with your Euphoria programming!

My bumper sticker: "I brake for LED's"

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

3. Re: GetQueueStatus() Attn Al Getz

Al Getz wrote:

> 'GetQueueStatus()' is in one of the dll's that ships with Windows.
> You'll need to add it to the links i think are in Win32r.ew like this:
> 
> (under the other constants list like this)
> xGetQueueStatus=linkFunc(user32,"GetQueueStatus",{C_UINT},C_ULONG)
> 
Hey Al it worked!
I also had to add constants QS_MOUSEBUTTON + QS_KEY which I found in win32lib.

Thank You very much,

Don Cole
SF 
Home of Barry Bonds (Who cares?).

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

4. Re: GetQueueStatus() Attn Al Getz

don cole wrote:
> 
> Al Getz wrote:
> 
> > 'GetQueueStatus()' is in one of the dll's that ships with Windows.
> > You'll need to add it to the links i think are in Win32r.ew like this:
> > 
> > (under the other constants list like this)
> > xGetQueueStatus=linkFunc(user32,"GetQueueStatus",{C_UINT},C_ULONG)
> > 
> Hey Al it worked!
> I also had to add constants QS_MOUSEBUTTON + QS_KEY which I found in win32lib.
> 
> Thank You very much,
> 
> Don Cole
> SF 
> Home of Barry Bonds (Who cares?).
> 

Hi again Don,

You're welcome, and good luck with your viewer!

I hope to get my gdi enabled viewer up soon too...hopefully by next
friday (?).


Take care,
Al

And, good luck with your Euphoria programming!

My bumper sticker: "I brake for LED's"

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

Search



Quick Links

User menu

Not signed in.

Misc Menu