uwe 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 There are no way to "test if a program fully functional" except installing and running your program under Wine. The "amount" of win32 api implementation by Wine is a highly subjective number and won't tell you anything. Unless you hit a huge unimplemented part.