On Sat, 2004-10-09 at 14:16, Javier TM wrote: > I put the following in wine's config: > in the [Version] section > "Windows" = "win98" > in the [DllOverrides] section: > "commdlg" = "native" > "comdlg32" = "native" > "commctl" = "native" > "comctl32" = "native" > > == > OK,but when i run Finale it shows the notes at the simple note edit bar, > but it doesn't do the same with the score. > I run it from the console, and debug shows the following: > > Unhandled exception: unimplemented function shell32.dll.DragQueryFileAorW > called in 32-bit code (0x40a0f058). > In 32-bit mode. > 0x40a0f058 (SHELL32.DLL..data+0xd058 in shell32.dll.so): subl $4,%esp Well, I really don't know the first thing about Wine, but the error implies that you have the wrong version of shell32.dll. Do you have that file? Is it the same version as on the Win98 box? Does it work if you add it to the above list of dlls? Lee