Georg Meyer wrote: > Hello, > > I'm new to KDE 3 and Wine. Now, what I like is that now wine creates > desktop icons on demand. The only problem i got is that i want to run > native dll with the application, because otherwise the application won't > work.I can do it using the bash, but i woud like to be a bit more lazy > :) Now, how can I do that? I have tried simply adding the --managed > -dll command in the execute line, but that doesn't see to do the trick > no matter if i enter before or after the the program to be executed. Any > help is greatly appreciated, and i don't mind simple examples for > "dummy" users. In your ~/.wine/config file, add a section like: [AppDefaults\\myApp.exe\\DllOverrides] "oleaut32" = "native, builtin" "ole32" = "native, builtin" _______________________________________________ wine-users mailing list wine-users@winehq.com http://www.winehq.com/mailman/listinfo/wine-users