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"
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. Thanks for any help George -- Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/
Duane Clark wrote:> Georg Meyer wrote: > >> >> Duane Clark wrote: >> >>> >>> In your ~/.wine/config file, add a section like: >>> [AppDefaults\\myApp.exe\\DllOverrides] >>> "oleaut32" = "native, builtin" >>> "ole32" = "native, builtin" >>> >> >> >> Thanks, but didn't work. To I have to enter a path in this section? >> If yes, how? Again, if i do >> "wine --managed -dll comctl32,shlwapi,shdocvw=n application.exe" >> within the folder the application is installed, it works. > > > Hmm... what version of wine are you using? > >20020411-6 it was downloaded yesterday, so should be pretty decent. George