Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COAs I already said in the last two answers, I'm not asking if mono has an equivalent implementation of WPF libraries, I know it doesnt. What I asked is if someone tried running a wpf application on windows using the mono runtime, it doesnt matter if this application uses the managed libraries that ships from .NET or Mono, all I care to know is if the mono runtime(mono.dll) works well with wpf libraries;
      singulars
    2. CO@Thiado "What I asked is if someone tried running a wpf application on windows using the mono runtime" The problem with that statement is, WPF cannot run using the mono runtime because the mono runtime doesn't support it. The question is the equivalent to asking "does winforms work well with mono." Plainly, mono does not and will not support WPF in any form now or in the future. Except maybe Silverlight/Moonlight in a limited fashion but I addressed that avenue. When I say 'Mono' I'm referring to the runtime and the library.
      singulars
    3. COEvan, theres a diference between the Mono runtime and Mono BCL. Mono BCL does not have plans to add WPF libraries, However Mono runtime is an implementation of ECMA Common Language Infrastructure. Mono runtime and .NET runtime are both native programs that the main purpose is to execute(JIT compile) managed assemblies(System.dll,PresentationFramework.dll). Thats why Mono can run programs written for .NET and vice versa. Thats why I posted this question. Theoretically the Mono runtime can execute WPF libraries as well as .NET does(as long as it is on windows due to Directx dependencies).
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload