http://bugs.winehq.org/show_bug.cgi?id=9396
--- Comment #48 from denis bonnenfant denis.bonnenfant@diderot.org 2010-11-09 07:54:24 CST --- (In reply to comment #47)
(In reply to comment #44)
So does 'comdlg32=native' actually help?
Yes, file dialogs are displayed correctly, but then shell32 and shlwapi are needed too. And all context menus ( right-click on parts icon on feature manager treeview ) involving files ops. are not available.
When setting comdlg32 to builtin,native only, app. behaves almost perfectly, the only problems are the misplacement of of elements in file dialog ( see screenshot ), and when opening a dialog, filename can't be selected, but changing folder solves the problem.
That's confusing, 'comdlg32=builtin,native' is default Wine setting and is really a no-op, i.e. it changes nothing.
I agree. that's what i say. No overrides, just copy the dll.
But why putting a native dll in the app folder (I.E. c:\program file\solidWorks) solved the problem ? Is it possible the the app preloads the dll independantly from wine system ?