Does anyone use API calls when application is running on Wine? What should I do to use API? Thanks. Michael
On Tue, Apr 22, 2008 at 7:21 PM, MichaelZ <wineforum-user at winehq.org> wrote:> Does anyone use API calls when application is running on Wine? What should I do to use API?Sure, everything an app does is an API call, just about. What exactly did you have in mind?
Our application has publix C-API calls to access application functionalities. We have a C-API testing application, but once I run the testing application on Wine, the APIs do not seem to work.
I believe the version is 0.9.6*. So under normal circumstances, I should be able to use C-API under Wine? I run my application on Wine, and run my test app on Wine. The test app should be able to call into my application, right? Thanks.
MichaelZ wrote:> I believe the version is 0.9.6*. So under normal circumstances, I should be able to use C-API under Wine? I run my application on Wine, and run my test app on Wine. The test app should be able to call into my application, right? > Thanks.What exact functions are you talking about? Also note there is no such thing as "C-API" in windows. You have to be exact when asking such a vague questions.