<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks for your tips, but I have changed my method :<br>
I had un-installed this version an I had install new from my apt
system. It's work now ;)<br>
GloubI<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:michael@cherryblossom.homelinux.com">michael@cherryblossom.homelinux.com</a> a &eacute;crit&nbsp;:
<blockquote cite="mid20040815021530.GA6881@cherryblossom.homelinux.com"
 type="cite">
  <pre wrap="">On Wed, Aug 11, 2004 at 07:15:36PM +0200, Gloubi wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello,
I have make wine from source (20040716) with ./tools/wineinstall
I have a windows millenium installation Dreamwearver Mx. When i boot 
under windows, Dreamwearver works fine, but with wine, i've got error :

   seb@Gloubi:/mnt/winMe/Program Files/Macromedia/Dreamweaver MX$ wine
   Dreamweaver.exe
   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
   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
   err:module:import_dll Library MFC42.DLL (which is needed by
   L"C:\\Program Files\\Macromedia\\Dreamweaver MX\\Dreamweaver.exe")
   not found
   err:module:import_dll Library MSVCRT.dll (which is needed by
   L"C:\\Program Files\\Macromedia\\Dreamweaver MX\\Dreamweaver.exe")
   not found
   err:module:import_dll Library MSVCP60.dll (which is needed by
   L"C:\\Program Files\\Macromedia\\Dreamweaver MX\\Dreamweaver.exe")
   not found
   err:module:LdrInitializeThunk Main exe initialization for
   L"C:\\Program Files\\Macromedia\\Dreamweaver MX\\Dreamweaver.exe"
   failed, status c0000135
   seb@Gloubi:/mnt/winMe/Program Files/Macromedia/Dreamweaver MX$

My ~/.wine/config

   [Drive C]
   "Path" = "/mnt/winMe"
   "Type" = "hd"
   "Filesystem" = "vfat"

and

   [wine]
   "windows" = "C:\\windows"
   "system" = "C:\\windows\\system"
   "path" = "C:\\windows\\system;C:\\windows;"
   "temp" = "/tmp"

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>) :

   [AppDefaults\\dreamweaver.exe\\DllOverrides]
   "commctrl" = "native"
   "comctl32" = "native"
   "imm32" = "native"
   "msvcrt" = "native"
   "wininet" = "native"

I make "locate -i MSVCRT.dll" and result is good for me :

   /mnt/winMe/Program Files/Nero/msvcrt.dll
   /mnt/winMe/Program Files/Nero/WaveEditor/msvcrt.dll
   /mnt/winMe/windows/system/msvcrt.dll

I really don't understand why wine don't find native msvcrt.dll
Have you any suggestion ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Have you checked file permissions?  And although I doubt it, case
sensitivity may also be an issue.  Try doing a symlink or a copy,
depending on whether it's an ext2 or a FAT filesystem, respsectively.

  </pre>
  <blockquote type="cite">
    <pre wrap="">Thanks.
GloubI
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Hope I helped.
-Michael
_______________________________________________
wine-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:wine-users@winehq.org">wine-users@winehq.org</a>
<a class="moz-txt-link-freetext" href="http://www.winehq.org/mailman/listinfo/wine-users">http://www.winehq.org/mailman/listinfo/wine-users</a>
  </pre>
</blockquote>
</body>
</html>