Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

GetMessageA - user32.dll is responding

224 views
Skip to first unread message

Robin

unread,
Feb 9, 2012, 9:12:21 AM2/9/12
to
After migrating the PB9.0 to PB12.5 , the API Call was changed to
<<function boolean GetMessageA(ref str_msg lpmsg, uint wmsgmax, uint
wmsgmin, uint wremovemsg) Library "User32.dll" Alias for
"GetMessageA;Ansi">> , then I Changed to

<<function boolean GetMessage(ref str_msg lpmsg, uint wmsgmax, uint
wmsgmin, uint wremovemsg) Library "User32.dll" Alias for "GetMessageW"
>>
Actually this GetmesageW for equal to yield(), which is not
responding when calling from PB12.5

Do While GetMessage(msg,0,0,0) = true then
TranslateMessage(msg)
DispatchMessage(msg)
Loop

However, this above piece of code is responding by API and never come
out of the loop, which takes long time that is ending up the loop,

MQ is used to connect the mainframe DB

Any help on this would be grateful ?

Bruce Armstrong [TeamSybase]

unread,
Feb 9, 2012, 11:43:12 AM2/9/12
to
Although this group is active on the Sybase server the feed between Google and the Sybase server is not currently working. If you post through Goolge the post will never show up on the Sybase server, and most people who answer questions in that group will never see it. Instead, you may want to access the Sybase newsgroups directly at:

http://www.sybase.com/detail_list?id=11507&pageNum=1&multi=true&show=1248
0 new messages