WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: microcore & wine (windows) applications  (Read 2016 times)

Offline P5music

  • Full Member
  • ***
  • Posts: 167
microcore & wine (windows) applications
« on: October 04, 2010, 06:29:33 AM »
Hello,
I would like to know if microcore can run windows graphical application through wine, being Xserver not present.
Thanks

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: microcore & wine (windows) applications
« Reply #1 on: October 04, 2010, 06:41:16 AM »
Code: [Select]
Wine is an Open Source implementation of the Windows API on top of X and Unix.
http://sourceforge.net/news/?group_id=6241
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10962
Re: microcore & wine (windows) applications
« Reply #2 on: October 04, 2010, 06:49:45 AM »
Where would it output?

If the app wants to pop a window, it needs to have a screen. Wine only does X11, so if there's no local X server, you'd need a remote one (for example over ssh).
The only barriers that can stop you are the ones you create yourself.