• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Want to use linux suse on my new pc but windows third party software don't work...need help.

boyz

Senior member
Hey guys i want to use linux suse 9 on my new pc but windows third party software don't work, could you guys help me. Thanks
 
It depends on what you want to run on your Linux box. If you want to run games you will have to install wineX and for just some windows apps wine will be enough. You may want to install both.

Bleep
 
Of course, the possability also exists that the "3rd party software" simply will not work. For example, I don't think many system diagnostic and repair tools written for Windows will work with Linux (I may be wrong). If you are more specific than "3rd party software" I am pretty sure people here will be better able to help you out.

\Dan
 
Windows software is not supposed to work on linux. That's because Windows programs that make OS calls use the Windows API, Application Programming Interface, which is not interchangeable with linux/unix system calls. Neither are Xfree/Xwindows API calls like Windows calls. Xfree is a linux add-on graphical system, one that is used to constuct GUIs like KDE. MS never meant to make its API interchangable with Xfree.

(Actually, within Windows NT, there is, or was, to a certain level, compliance with POSIX, a generically defined unix. But the Windows API is not confined to that.)

There are projects to partially adapt linux to some of Windows' API.

WINE (Wine Is Not an Emulator?) is a long running project that I can remember as having the goal of making many Windows 3.1 programs run on linux. I don't know how far they have acheived that. I suppose by now they must have updated their goals.

WineX is a pay-for subcription service that adapts particular games, which its members vote on, to work on linux.

But there are plenty of linux apps that will accomplish what people generally do with Window apps.
 
Back
Top