API call

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
MichaelZ
Level 2
Level 2
Posts: 16
Joined: Tue Apr 22, 2008 1:50 pm

API call

Post by MichaelZ »

Does anyone use API calls when application is running on Wine? What should I do to use API? Thanks.

Michael
Dan Kegel

API call

Post by Dan Kegel »

On Tue, Apr 22, 2008 at 7:21 PM, MichaelZ <[email protected]> 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?
MichaelZ
Level 2
Level 2
Posts: 16
Joined: Tue Apr 22, 2008 1:50 pm

Post by MichaelZ »

Our application has public 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.
Dan Kegel

API call

Post by Dan Kegel »

On Tue, Apr 22, 2008 at 7:53 PM, MichaelZ <[email protected]> wrote:
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.
Then there's a bug somewhere, probably in Wine,
but it's in something more specific than "API calls not working".

Is your app available for us to try?
Or can you send us a log of the app running under Wine?

Which version of Wine are you using, btw?
MichaelZ
Level 2
Level 2
Posts: 16
Joined: Tue Apr 22, 2008 1:50 pm

Post by MichaelZ »

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.
Dan Kegel

API call

Post by Dan Kegel »

On Tue, Apr 22, 2008 at 8:03 PM, MichaelZ <[email protected]> wrote:
I believe the version is 0.9.6*.
I hope you mean 0.9.60.
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?
Well, generally, yes, but without more details we
can't say. You have not given enough information.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

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.
Locked