What dlls I need to create windows??

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
win32
Level 1
Level 1
Posts: 7
Joined: Tue Oct 05, 2010 8:52 am

What dlls I need to create windows??

Post by win32 »

I'm doing a reduced version of wine and I need to know the dlls that I have to charge for the creation of windows only.

Now i have charge:
advapi32
comctl32
gdi32
imm32
kernel32
ntdll
relay
user32
winex11.drv

thanks
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: What dlls I need to create windows??

Post by vitamin »

win32 wrote:I'm doing a reduced version of wine and I need to know the dlls that I have to charge for the creation of windows only.
Most every dll. The wineserver takes care of tracking windows. And that means you'll need the entire Wine.
Locked