Results 1 to 9 of 9
I wonder... If you got all the Windows .dll Files. would you be able to run Windows Applications?
I mean, I would need a LONG list. But would it work?...
- 10-20-2008 #1Just Joined!
- Join Date
- Oct 2008
- Location
- Elizabeth City, NC, USA
- Posts
- 29
I wonder...
I wonder... If you got all the Windows .dll Files. would you be able to run Windows Applications?
I mean, I would need a LONG list. But would it work?
- 10-20-2008 #2
- 10-20-2008 #3Just Joined!
- Join Date
- Oct 2008
- Location
- Elizabeth City, NC, USA
- Posts
- 29
Yes, just containt the folder and not allow Linux to use them, just the Win32 Programs. Like Wine, but different. Just doing it manually
That way you don't have to emulate everything.
- 10-20-2008 #4
Nope, this wouldn't work.
The code in the *.dll needs to call functions in the kernel. Like when it needs access to a file, it asks the kernel to open the file and put its content in some memory area.
But the Windows kernel and Linux speak different languages. So if a *.dll spoke to Linux, it would mean gibberish to the kernel. Therefore, programs like WINE act as a translator.Debian GNU/Linux -- You know you want it.
- 10-20-2008 #5Linux Newbie
- Join Date
- Jan 2008
- Location
- UK
- Posts
- 211
Hi,
Have a look at this link
Wine HQ
to the Wine site - it will give you an idea of what is involved.
wowbag1
- 10-20-2008 #6Just Joined!
- Join Date
- Oct 2008
- Location
- Elizabeth City, NC, USA
- Posts
- 29
So if I put the .dll's required for some programs in Wine, would they work?
- 10-20-2008 #7
The general answer is no they will not work....although I'm not sure by what you mean "would they work". Do you mean could Linux programs call window dll's if they were run with Wine? If this is what you mean then the answer is still no...dll's are not run like typical programs...think of them as add ons to the existing program that are called as they are needed, plus Windows allows things in dll's that are not allowed in Linux. Hopes this helps...Gerard4143
- 10-20-2008 #8Just Joined!
- Join Date
- Oct 2008
- Location
- Elizabeth City, NC, USA
- Posts
- 29
Well. I guess .dll's aren't such a great thing since Viruses attack those first. Most Viruses are for Windows, so I am having second thoughts about that.
- 10-20-2008 #9


Reply With Quote
