how to enable message queue in wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
nishant rathore

how to enable message queue in wine

Post by nishant rathore »

hi all,
i need to run the software on wine that uses message queues. hence i need to
enable the message queue from the window components. how to enable message
queue in wine?

thanks.
regards,
nishant.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: how to enable message queue in wine

Post by vitamin »

nishant rathore wrote:i need to run the software on wine that uses message queues. hence i need to enable the message queue from the window components. how to enable message queue in wine?
What program are you running? What Wine version? Post complete terminal output.
nishant rathore

how to enable message queue in wine

Post by nishant rathore »

Message: 11
Date: Sat, 15 May 2010 12:28:04 -0500
From: "vitamin" <[email protected]>
Subject: [Wine] Re: how to enable message queue in wine
To: [email protected]
Message-ID: <[email protected]>


nishant rathore wrote:
i need to run the software on wine that uses message queues. hence i need
to enable the message queue from the window components. how to enable
message queue in wine?
What program are you running? What Wine version? Post complete terminal
output.

hi,

[root@hoopoe win32_on_vega]# wine --version
wine-1.0-rc3
[root@hoopoe win32_on_vega]# wine myApp.exe
fixme:advapi:RegisterTraceGuidsW 0x60f84540 0x60f8c040 0x60f81230 1 0x72fc3c
(null) (null) 0x60f8c048
fixme:advapi:RegisterTraceGuidsW 0x610d312e 0x610e6058 0x610d1340 1 0x72fc8c
(null) (null) 0x610e6060
fixme:advapi:RegisterTraceGuidsW 0x615800c5 0x61594038 0x615736d4 1 0x72fce4
(null) (null) 0x61594040
err:module:attach_process_dlls "MQRT.DLL" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\nishant\\win32_on_vega\\myApp.exe" failed, status c0000142

the error is probably because we use message queues.

thanks
regards,
nishant.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
Locked