Hi, I have some questions. How can I find out that my windows program is fully functional compatible with wine ? ...or how can I find out that all win32 API things are supported by wine ? Are programs available which can test this ? First I thought that I can do this with strace.......but this was wrong. thanks
On Mon, Aug 11, 2008 at 3:47 PM, uwe <wineforum-user at winehq.org> wrote:> Hi, > I have some questions. > > How can I find out that my windows program is fully functional compatible with wine ? > > ...or how can I find out that all win32 API things are supported by wine ? > Are programs available which can test this ? > > First I thought that I can do this with strace.......but this was wrong. > > thanks > > > > > >http://appdb.winehq.org/ http://wiki.winehq.org/ConformanceTests
On Mon, Aug 11, 2008 at 3:47 PM, uwe <wineforum-user at winehq.org> wrote:> Hi, > I have some questions. > > How can I find out that my windows program is fully functional compatible with wine ? > > ...or how can I find out that all win32 API things are supported by wine ? > Are programs available which can test this ? > > First I thought that I can do this with strace.......but this was wrong. > > thanks > > > > > >http://appdb.winehq.org/ http://wiki.winehq.org/ConformanceTests
ok, thanks for that info. But this is not the solution which I search for. I have to do the "Conformance Test" local without publishing the source code or binary of the windows program (if I understand it right). Is this possible? (Maybe I don't understand how to use the "Conformance Test".......) thanks
uwe <wineforum-user at winehq.org> at Aug 11, 2008 1:47 PM (PNT) wrote about [Wine] Does wine support my app ?> >Hi, >I have some questions. > >How can I find out that my windows program is fully functional compatible with wine ?If it truly is your program, you will have to install it under Wine and test it. If it is a commercially available program, you can check the Applications Database (AppDb) to see if it does or does not work. If there is no entry, you will have to attempt to install and run it.> >...or how can I find out that all win32 API things are supported by wine ?There is a quite lengthy list of what API calls are supported as well as a longer list of what is not. As Vitamin pointed out, the only way to discover if your program needs an unimplemented API call is to install it and run it from the command line. Here the FAQ is your friend.>Are programs available which can test this ?There is a compliance test, but that is only to insure that Wine is correctly implementing the Windows 32 bit API. As items are added, the tests will grow in length.> >First I thought that I can do this with strace.......but this was wrong.strace only works for UNIX/Linux programs and will not work with Windows based programs (Wine excluded as it is a UNIX/Linux program.) James McKenzie