10 messages in net.java.dev.jna.usersRe: Kernel32 Waking Hibernating Machine
FromSent OnAttachments
Dale...@coats.comApr 24, 2008 6:34 pm 
Dale...@coats.comApr 28, 2008 5:01 pm 
Timothy WallApr 29, 2008 10:13 am 
Dale...@coats.comApr 30, 2008 9:24 am 
Dale...@coats.comApr 30, 2008 10:10 am 
Timothy WallMay 1, 2008 5:58 am 
Dale...@coats.comMay 1, 2008 7:37 am 
Timothy WallMay 1, 2008 8:07 am 
Timothy WallMay 1, 2008 8:35 am 
Dale...@coats.comMay 1, 2008 10:12 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Kernel32 Waking Hibernating MachineActions...
From:Dale...@coats.com (Dale@coats.com)
Date:Apr 30, 2008 10:10:59 am
List:net.java.dev.jna.users

On Tue, 29 Apr 2008 13:14:09 -0400 Message from Timothy Wall

You should also check to see if there are any "minor" wake from sleep dependencies or requirements that you might have overlooked in the w32 api.

Tim, Something just occurred to me when looking at my JNI stuff...

My C implementation includes the following:

#define _WIN32_WINNT 0x0500 #include <windows.h> #include <stdio.h> #include "TestWakeup.h"

Is there a way to make that first "define" part of my JNA implementation?

--Dale--