[Bug 23815] New: Algodoo demo needs two OpenMP functions from VCOMP90.DLL

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jul 27 23:59:05 CDT 2010


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

           Summary: Algodoo demo needs two OpenMP functions from
                    VCOMP90.DLL
           Product: Wine
           Version: 1.2
          Platform: x86
               URL: http://algodoo.com
        OS/Version: Linux
            Status: NEW
          Keywords: download
          Severity: normal
          Priority: P2
         Component: msvcrt
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: dank at kegel.com


Unless you run the visual c++ 2008 runtime installer (e.g. winetricks
vcrun2008), the game Algodoo fails to start, complaining that VCOMP90.DLL
is missing.

winedump -j import cxcore100.dll
shows

  offset 000c500c VCOMP90.DLL
  ...
  Ordn  Name
    95  omp_get_num_procs c6728
    97  omp_get_thread_num c673c

Presumably it would be easy to implement/stub those (though 
omp_get_thread_num might be annoying to get right).

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