<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
I have make wine from source (20040716) with ./tools/wineinstall<br>
I have a windows millenium installation Dreamwearver Mx. When i boot
under windows, Dreamwearver works fine, but with wine, i've got error :
<br>
<blockquote>seb@Gloubi:/mnt/winMe/Program Files/Macromedia/Dreamweaver
MX$ wine Dreamweaver.exe <br>
err:module:import_dll Library MSVCRT.dll (which is needed by
L"C:\\Program Files\\Macromedia\\Dreamweaver MX\\xerces-c_1_6.dll") not
found<br>
err:module:import_dll Library xerces-c_1_6.dll (which is needed by
L"C:\\Program Files\\Macromedia\\Dreamweaver MX\\Dreamweaver.exe") not
found<br>
err:module:import_dll Library MFC42.DLL (which is needed by
L"C:\\Program Files\\Macromedia\\Dreamweaver MX\\Dreamweaver.exe") not
found<br>
err:module:import_dll Library MSVCRT.dll (which is needed by
L"C:\\Program Files\\Macromedia\\Dreamweaver MX\\Dreamweaver.exe") not
found<br>
err:module:import_dll Library MSVCP60.dll (which is needed by
L"C:\\Program Files\\Macromedia\\Dreamweaver MX\\Dreamweaver.exe") not
found<br>
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Macromedia\\Dreamweaver MX\\Dreamweaver.exe" failed, status
c0000135<br>
seb@Gloubi:/mnt/winMe/Program Files/Macromedia/Dreamweaver MX$ <br>
</blockquote>
My ~/.wine/config<br>
<blockquote>[Drive C]<br>
"Path" = "/mnt/winMe"<br>
"Type" = "hd"<br>
"Filesystem" = "vfat"<br>
</blockquote>
and <br>
<blockquote>[wine]<br>
"windows" = "C:\\windows"<br>
"system" = "C:\\windows\\system"<br>
"path" = "C:\\windows\\system;C:\\windows;"<br>
"temp" = "/tmp"<br>
</blockquote>
I have also make a section for Dreamweaver.exe (like show on
<a class="moz-txt-link-freetext" href="http://www.frankscorner.org/index.php?p=dreamweavermx">http://www.frankscorner.org/index.php?p=dreamweavermx</a>) : <br>
<blockquote>[AppDefaults\\dreamweaver.exe\\DllOverrides]<br>
"commctrl" = "native"<br>
"comctl32" = "native"<br>
"imm32" = "native"<br>
"msvcrt" = "native"<br>
"wininet" = "native"<br>
</blockquote>
I make "locate -i MSVCRT.dll" and result is good for me :<br>
<blockquote>/mnt/winMe/Program Files/Nero/msvcrt.dll<br>
/mnt/winMe/Program Files/Nero/WaveEditor/msvcrt.dll<br>
/mnt/winMe/windows/system/msvcrt.dll<br>
</blockquote>
I really don't understand why wine don't find native msvcrt.dll<br>
Have you any suggestion ?<br>
<br>
Thanks.<br>
GloubI<br>
</body>
</html>