Cameron MacDonald ([EMAIL PROTECTED]) wrote: > Dennis Myers wrote: > >On Wednesday 23 March 2005 08:18 pm, Cameron MacDonald wrote: > >>I'm trying to use a text/graphics database program for automotive > >>waveforms called Aeswave. Since it is for Windows I'm using Wine to > >>run it. I had no trouble installing it (Thank you , Wine!), but when > >>I run Aeswave, it tells me I'm missing "ddeml.dll". I found a > >>"ddeml.dll.so" in /usr/lib/wine, and copied it to > >>file:/home/cam/.wine/drive_c/aeswave, but that didn't do squat. > >>Being a true newbie, I'm not sure where this file should go, or what > >>the ".so" means. > >>Thanks in advance for any help [.snip.] > In the meantime, i found out that ".so" means a shared file. But > that still doesn't explain why it is not being seen. > > Cam Hi, I think you've got a wine *builtin" dll file and it shouldn't be necessary to move it anywhere other than where it is. try this .. add a config option for aeswave in the ~/.wine/config file Put the correct executable filename for Aeswave.exe or whatever, and chose an appropriate windows version [ win2k or winxp ]
;Windows version [AppDefaults\\Aeswave.exe\\Version] "Windows" = "win2k" [AppDefaults\\Aeswave.exe\\DllOverrides] "*Aeswave.exe" = "builtin, native" This may help ?? I hope ;) Also try WINEDEBUG .. it may help get more info .. $ WINEDEBUG=+loaddll wine path/to/Aeswave.exe Have a look here too: http://www.winehq.org/site/docs/wine-user/index http://www.winehq.org/site/docs/wine-user/config-dll http://www.winehq.org/site/helping-applications http://frankscorner.org/ Thats about as far as i got in configuration of wine but maybe ask the wine mailing list or google for more .. -- RickS gpg --recv-keys --keyserver www.keyserver.net 0x24AABE61
____________________________________________________ Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com Join the Club : http://www.mandrakeclub.com ____________________________________________________
