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@winehq.org ReportedBy: dank@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).