vitamin wrote: > > xekhz wrote: > > I get the following > > warn:module:load_dll Failed to load module L"comctl32.dll"; status=c0000135 > > > > I have comctl32 in system32 > > can anyone explain what status=c0000135 means > > > #define STATUS_DLL_NOT_FOUND ((NTSTATUS) 0xC0000135) > > You probably have Wine's "fake dll" and not a real one. Fake dll: > > Code: > -rw-r--r-- 1 vitaliy users 61544 2008-10-05 11:11 comctl32.dll > > > Real one: > > Code: > -rw-r--r-- 1 vitaliy users 529680 2002-08-29 08:14 comctl32.dll > > > > Note the size difference. Correct I have fake DLL -rw-r--r-- 1 xekhz xekhz 61544 2008-10-14 13:22 ../../AIRC/SGP/comctl32.dll -rw-r--r-- 1 xekhz xekhz 61544 2008-10-14 13:23 comctl32.dll Where is that info, about fake dll???