Help installing Win on MacBook Pro

Questions about Wine on macOS.
Locked
User avatar
o1sowise
Newbie
Newbie
Posts: 4
Joined: Sat Sep 10, 2011 10:16 am

Help installing Win on MacBook Pro

Post by o1sowise »

My son is taking some programming courses in school and it would be very helpful if he could run Visual Studio on his Mac. I own older VB5 and Visual Studio 6 (from my old PC days).

:oops: I cannot figure out how to install Wine on his Mac.

Can someone please guide me (e.g. show me all the steps I need to follow to install Wine) so that I can then install VB5 and VS6?

He's not going to do intense programming, just syntax check his code and run simple stuff.
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Re: Help installing Win on MacBook Pro

Post by doh123 »

o1sowise wrote:My son is taking some programming courses in school and it would be very helpful if he could run Visual Studio on his Mac. I own older VB5 and Visual Studio 6 (from my old PC days).

:oops: I cannot figure out how to install Wine on his Mac.

Can someone please guide me (e.g. show me all the steps I need to follow to install Wine) so that I can then install VB5 and VS6?

He's not going to do intense programming, just syntax check his code and run simple stuff.
I've tried running some MS IDE (like those you want to install), and they just do not run well or at all under Wine. You are much better off getting something like VirtualBox (which is free) and installing a real copy of Windows inside it... then he can run Windows as a program on top of Mac OS X, and MSes Visual Studio apps run ok that way... but it does take a legal copy of Windows, so its not 100% free.
User avatar
o1sowise
Newbie
Newbie
Posts: 4
Joined: Sat Sep 10, 2011 10:16 am

Re: Help installing Win on MacBook Pro

Post by o1sowise »

doh123 wrote:I've tried running some MS IDE (like those you want to install), and they just do not run well or at all under Wine. You are much better off getting something like VirtualBox (which is free) and installing a real copy of Windows inside it... then he can run Windows as a program on top of Mac OS X, and MSes Visual Studio apps run ok that way... but it does take a legal copy of Windows, so its not 100% free.
Wow! I just downloaded VirtualBox. Wow! :D

Thank you!!! Image
perryh

Help installing Win on MacBook Pro

Post by perryh »

"doh123" <[email protected]> wrote:
o1sowise wrote:
My son is taking some programming courses in school and it would
be very helpful if he could run Visual Studio on his Mac. I own
older VB5 and Visual Studio 6 (from my old PC days).

...

Can someone please guide me (e.g. show me all the steps I need
to follow to install Wine) so that I can then install VB5 and
VS6?

He's not going to do intense programming, just syntax check his
code and run simple stuff.
I've tried running some MS IDE (like those you want to install),
and they just do not run well or at all under Wine. You are much
better off getting something like VirtualBox (which is free) and
installing a real copy of Windows inside it...
Unless he is learning Windows programming specifically, he might
well be better off using a native Mac development setup instead of
trying to learn generic programming techniques on (proprietary)
Windows.
User avatar
o1sowise
Newbie
Newbie
Posts: 4
Joined: Sat Sep 10, 2011 10:16 am

Re: Help installing Win on MacBook Pro

Post by o1sowise »

perryh wrote:"doh123" <[email protected]> wrote:
Unless he is learning Windows programming specifically, he might
well be better off using a native Mac development setup instead of
trying to learn generic programming techniques on (proprietary)
Windows.
He has to run Visual Studio v6 for school.
Thanks anyway.

P.S. Is there a Visual Basic and C++ for Mac?
hibba
Level 2
Level 2
Posts: 19
Joined: Mon May 23, 2011 12:27 am

Re: Help installing Win on MacBook Pro

Post by hibba »

o1sowise wrote:
perryh wrote:"doh123" <[email protected]> wrote:
Unless he is learning Windows programming specifically, he might
well be better off using a native Mac development setup instead of
trying to learn generic programming techniques on (proprietary)
Windows.
He has to run Visual Studio v6 for school.
Thanks anyway.

P.S. Is there a Visual Basic and C++ for Mac?
I am not sure about VB for Mac, but I know that Macs can do C++ with Xcode. There should be a way to install it from your Mac OS X Install DVD. I forget exactly how to do it, sorry, but I know it's in there somewhere. I think it was in an "Install Extra Software" thing that is visible after you open the DVD in Finder.

Hibba.
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Help installing Win on MacBook Pro

Post by jjmckenzie »

On 9/10/11 8:36 PM, o1sowise wrote:
perryh wrote:
"doh123"<[email protected]> wrote:
Unless he is learning Windows programming specifically, he might
well be better off using a native Mac development setup instead of
trying to learn generic programming techniques on (proprietary)
Windows.
He has to run Visual Studio v6 for school.
Thanks anyway.

P.S. Is there a Visual Basic and C++ for Mac?
VB only exists for Windows. However, XCode does support 'c' and C++.
If the instructor is relying on certain features of Visual Studio, then
you are stuck with it. VS does install, through winetricks on Linux/MacOSX.

James
User avatar
o1sowise
Newbie
Newbie
Posts: 4
Joined: Sat Sep 10, 2011 10:16 am

Post by o1sowise »

Thank you all!

I'm perfectly fine with the VirtualBox solution for the 3 or 4 things that I infrequently use, that I've already paid for, and don't need to repurchase for the MAC. In fact, this is the solution I've been searching for... :D
Locked