Running VC# application using wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
gaya3
Newbie
Newbie
Posts: 1
Joined: Wed Jul 02, 2008 10:50 am

Running VC# application using wine

Post by gaya3 »

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?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Running VC# application using wine

Post by vitamin »

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?
Open those power point presentation with open office and save it as native open office format.

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.
Locked