Running VC# application using wine
Running VC# application using wine
I have created a VC# application that combines multiple powerpoint presentations into a single presentation, by referencing microsoft powerpoint. how can i make this application work on linux using wine?
Re: Running VC# application using wine
Open those power point presentation with open office and save it as native open office format.gaya3 wrote:I have created a VC# application that combines multiple powerpoint presentations into a single presentation, by referencing microsoft powerpoint. how can i make this application work on linux using wine?
For all this you don't even need Wine.
However the short answer to what you trying to do: don't do that. .net is inferior to any other scripting language. And needlessly locking you to one platform only. Don't start from limiting yourself to one platform only.