Visual Studio 2010 / 2012 Ultimate In Wine ????

Hello,
I’m New in Open SUSE, Is This Possible To Run Visual Studio 2010 / 2012 Ultimate With Wine HQ in Open SUSE 12.2 ?
If Yes, What Is System Requirements ?

On 02/05/2013 01:36 PM, shivam24 wrote:
>
> Hello,
> I’m New in Open SUSE, Is This Possible To Run Visual Studio 2010 /
> 2012 Ultimate With Wine HQ in Open SUSE 12.2 ?
> If Yes, What Is System Requirements ?

the system requirements for openSUSE (there is no “Open SUSE”) are as
listed here
http://doc.opensuse.org/documentation/html/openSUSE/opensuse-startup/art.osuse.installquick.html#sec.osuse.installquick.sysreqs

i’d have no idea the system requirements for Visual Studio 2010/2012
Ultimate…are they not listed by the maker?

as for will it run in WINE, the best place to learn the answer to that
is at WINE HQ http://www.winehq.org/

note: that is not to say that you are not welcome to ask here and hang
out and see if someone with experience in using Visual Studio 2010/2012
Ultimate in WINE happens along with an answer, but since these are the
openSUSE forums we know a lot more about openSUSE than we might know
about the thousands and thousands of programs you might want to try to
run in WINE or a VM…so, asking in the places where lots of WINE users
are plentiful might be a better strategy for a quick and/or
authoritative answer…

but, check back here too…the next helping through might be a long time
Visual Studio 2010/2012 Ultimate user.


dd
openSUSE®, the “German Engineered Automobile” of operating systems!

VS can work on Wine
WineHQ - Visual Studio
Steps to install listed here
WineHQ - Visual Studio 2010 (10.0)

Just out of curiosity, why wine a M$ IDE under Linux? We have so many good IDEs…Emacs, VIM, KDevelop, Geany, Monodevelop, Eclipse…

On 02/06/2013 07:26 AM, MargueriteSu wrote:
>
> Just out of curiosity, why wine a M$ IDE under Linux? We have so many
> good IDEs…Emacs, VIM, KDevelop, Geany, Monodevelop, Eclipse…

Can any of them build Windows executables?

Eclipse can create “jar” which can technically run on any environment provided it has the JRE

On 2013-02-06 17:16, vazhavandan wrote:

>> Can any of them build Windows executables?
>
> Eclipse can create “jar” which can technically run on any environment
> provided it has the JRE

Well, you can also use gcc to crossbuild.


Cheers / Saludos,

Carlos E. R.
(from 12.1 x86_64 “Asparagus” at Telcontar)

On 02/06/2013 07:53 PM, Carlos E. R. wrote:
> On 2013-02-06 17:16, vazhavandan wrote:
>
>>> Can any of them build Windows executables?
>>
>> Eclipse can create “jar” which can technically run on any environment
>> provided it has the JRE
>
> Well, you can also use gcc to crossbuild.

How do you do that and link to the Windows standard DLL’s? One of our programs
runs on Linux, Windows, and OS X. As is customary, we supply Windows and OS X
executable files, even though the code is open-source. At the moment, I build
the program in a Windows XP VM, but if there is a way to do it in Linux, I would
like to learn of it.

On 2013-02-07 04:54, Larry Finger wrote:
> On 02/06/2013 07:53 PM, Carlos E. R. wrote:

>> Well, you can also use gcc to crossbuild.
>
> How do you do that and link to the Windows standard DLL’s? One of our
> programs runs on Linux, Windows, and OS X. As is customary, we supply
> Windows and OS X executable files, even though the code is open-source.
> At the moment, I build the program in a Windows XP VM, but if there is a
> way to do it in Linux, I would like to learn of it.

Sorry, I have not done it personally, but the gcc documentation says you
can. Even the options to build for a different processor architecture
are there. There should be howtos published on just building Windows
binaries inside Linux. I remember one chap asking that question on the
mail list several years ago

Look, a google search (building for windows with gcc):


> http://stackoverflow.com/questions/2033997/howto-compile-for-windows-on-linux-with-gcc-g


They mention using a package named “MingW32”, and it is available in our
repos.


Cheers / Saludos,

Carlos E. R.
(from 12.1 x86_64 “Asparagus” at Telcontar)

Found this
Compile for Windows on Linux | BlogCompiler

Actually…GIMP for Win and for OS X are all compiled on Linux…

And I personally have compile a Hotot client for Windows…using the MingW resources on our build service.

But since I’m not a ninja for that, I suggest you to google “crossbuild gimp windows” you will find a lot of resources Gimp developers did. rotfl!