http://bugs.winehq.org/show_bug.cgi?id=15023
Summary: COM Server - Client with Callback Function Product: Wine Version: 1.1.3 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P3 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: leonuho@gmail.com
Hi there!
I've got a COM Server called CJS.exe and a Client called ACPX.exe. The Problem is, that the CJS.exe is a buyed component - so i have no source :/
Now to the error:
I start the server:
notroot@debian:~$ wine CJS.exe fixme:ole:CoResumeClassObjects stub
then i start the Client:
notroot@debian:~$ wine ACPX.exe fixme:ole:CoResumeClassObjects stub
And after the Messagebox "before assign callback" opens it looks like: -> attachment
The problem is in the function where i assign the callback function.
I hope you understand :)
Thanks for all.