[Bug 27827] Creo Elements/Direct Modeling Express 4.0 loader failure due to missing msvcrt.dll dependency (native netapi32.dll imports msvcrt functions)

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jul 21 17:24:36 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=27827

--- Comment #9 from Anastasius Focht <focht at gmx.net> 2011-07-21 17:24:36 CDT ---
Hello,

--- quote ---
Hi, so what to do now?
--- quote ---

Calls to memcpy() will end up in glibc anyway (via forwards) so it doesn't
count as useful import.

If netapi32 gets more flesh one day - requiring some CRT functions - the msvcrt
import reference might make sense, then.
The win32 equivalents of string functions are already used in this module
(preferred because they don't require CRT startup code).

For the meantime you could use SDREDIRECTION environment variable hack to force
this braindamaged CRT redirector/hook dll not being active.

$ SDREDIRECTION=no wine ./SolidDesigner.exe

Regards

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list