Re: Making a system DLL unavailable (problem with COMMCTRL)

2004-05-31 Thread Samuel Audet
Hi! Mike Hearn wrote: Try "commctrl"="native" Hum... I must have been tired the other day, because Wine actually never provides a built-in commctrl.dll, which is OK. Ok, so the only big problem seems to be that OWL50.DLL can't display its emulated controls. Yes, the native commctrl.dll from Wind

Re: Making a system DLL unavailable (problem with COMMCTRL)

2004-05-31 Thread Samuel Audet
Hello, Eric Pouech wrote: one of the things you could try (but that's risky) is to compile wine twice. First time with standard option, second time with disabling compilation of 16 bit part. Then use the commctrl DLL from the second compilation in the first compilation. But you need to do everyt

Making a system DLL unavailable (problem with COMMCTRL)

2004-05-30 Thread Samuel Audet
it counterpart. In this case, when comdlg32 tries to load, it loads comctl32 and fails because it can't load commctrl. I don't think it's a good idea to make 32 bits DLL be dependent of their 16 bit counterpart. Thank for any input! -- Samuel Audet <[EMAIL PROTECTED]> http://www.step.polymtl.ca/~guardia/