Wine visual studio

Questions about Wine on Linux
Locked
jhay06
Level 2
Level 2
Posts: 42
Joined: Mon Sep 09, 2013 4:12 am

Wine visual studio

Post by jhay06 »

Hi , would like to request assistance on setting up visual studio on wine . per checking on the appdb the status is garbage started on vs2010 upto latest and no other test were made even there's a new update for the wine .

it is better to have a working Visual studio alteast 2010 using wine so theres no need for the devs to switch back to windows or create VM to create apps and sites .

Thanks

also would like to ask if i will try to contribute how can i debug the wine without installing it on its proper installation path?

example scenarios is on an IDE like eclipse c++ / or any c++ IDE , with a button of debug and the app will execute without installing it on the /usr/bin or etc

sorry for my bad english thanks
SergioDanPires
Newbie
Newbie
Posts: 4
Joined: Sun Jul 10, 2022 7:41 pm

Re: Wine visual studio

Post by SergioDanPires »

You can debug with a clean installation of wine dependecies (WinePrefix)
SergioDanPires
Newbie
Newbie
Posts: 4
Joined: Sun Jul 10, 2022 7:41 pm

Re: Wine visual studio

Post by SergioDanPires »

I think that the big problem with some Windows Apps are the WinForms and WPF. Even though the .NET Core are Open Source, they not.
Locked