Apple Boot Camp is software included with Mac OS X 10.6 Snow Leopard that lets users run compatible versions of Microsoft Windows on an Intel-based Mac.
Questions tagged [bootcamp]
54 questions
1
vote
1 answer
How can I prevent file mode changes when working with a Git working directory on a shared drive under Bootcamp?
I use Windows under VMWare Fusion to do my Windows based dev work. I keep my code on the OS X partition and share the folder so Windows sees it as a drive. I can then use Git in my shell like I do with everything else.
However, whenever I change a…

kolektiv
- 309
- 1
- 7
1
vote
2 answers
What topics and exercises would you recommend be covered in an iPhone bootcamp?
I attended an iphone bootcamp in early '08 and have TA'd a few since. I've recently been asked to teach one and I'm curious what YOU would want to be covered.
Keep in mind, the class is 3x days (8 hours each day, minus 1hour for lunch)
My WIP list…

mr-sk
- 13,174
- 11
- 66
- 101
1
vote
1 answer
Ilnumerics: how to get ILNumerics controls in Windows Form Tools?
I am trying to substitute Matlab for good (sorry Mathworks) and use Ilnumerics all the way for my simulations.
I am using it under windows 8, on my MacBook pro 2010, taking advantage of bootcamp 5.0.
My IDE is Visual Studio 2012 and I would like to…

alea_iacta_est
- 180
- 9
1
vote
0 answers
MAC Bootcamp Windows 8 :Visual Studio 2012 Crashes when Trying to run Simulator of Windows App
I am currently running bootcamp on mac, windows 8, visual studio 2012. Whenever I run the app simulator it crashes. What is the problem, and how would I fix this?
Here is the screenshot of the crash. And it crashes right when I hit run button.

AustinT
- 1,998
- 8
- 40
- 63
1
vote
1 answer
C++ Program Not Reading Absolute Path in Visual Studio 2010
I have a C++ program not reading an absolute path in Visual Studio.
The following code works on my desktop environment (Windows 7, Visual Studio 2010, 64 bit).
However, on my macbook, I am running bootcamp and/or VMware for a Windows 7 64 bit…

GeekyOmega
- 1,235
- 6
- 16
- 34
1
vote
1 answer
Hardware Reserved Memory - Windows 7 32-bit (Bootcamp)
I been looking into this problem for about a week now and officially can't find a solution. I have Windows 7 installed on my MacBook Pro Early 2011 13-inch through bootcamp and there is 1880 MB of my RAM under Hardware Reserve. Under the system…

Dom
- 19
- 1
- 3
0
votes
3 answers
UDK is very slow, 8fps
I'm running UDK on Bootcamp, and it runs at around 8fps. (I envy those smooth UDK users)
These are my specs:
Intel 2.3Ghz
SM3 Video Card
2GB RAM
Windows XP SP2
If you look here, it should run ok. However when I run the demos it is also…

Ignis Incendio
- 190
- 1
- 10
0
votes
0 answers
Why is Bootcamp Assistant on my MacBook Pro (M2) after using Migration Assistant?
I have a question. I have purchased a new MacBook Pro 14" (M2 Silicon Chip). My old computer was a 2013 iMac (intel based). I used Apple's Migration Assistant to migrate the data from the older iMac (running Catalina 10.15.17) to my new…

Derek Megyesi
- 75
- 12
0
votes
0 answers
Setting up ssh key
Please help me solve this problem
I created my ssh key using the following
ssh-keygen. -t rsa -b 4090 -C [myemail@emailservice.com]
I added my ssh key to my ssh-agent using:
touch ~/.ssh/config
#this was typed in the ~/.ssh/config file
Host…
0
votes
1 answer
'numpy.ndarray' object has no attribute 'plot' - cannot graph subplots
Question:
Perform following actions:
Create a subplots figure with 3 rows and 4 columns and a figsize of 15 by 15
Plot the lines = , =2 , =3 , =4 ,... =10 , =11 , =12 in the respective subplots. So, = in the 0th row, 0th column, =2 in the…
0
votes
1 answer
What is a well recognized Android Development Bootcamp?
I have been self teaching android development with kotlin for the last year. When looking through job postings I am seeing that many jobs ask for a degree, or a bootcamp. I see that there are many bootcamps when searching them, but after researching…

Cennamo
- 23
- 5
0
votes
0 answers
Is there a way to run access with vba code correctly on mac?
I am trying to run MS Access application that includes VBA code on a mac device but unfortunately, there's no access version for mac os. So I ran windows 10 on it using bootcamp and installed ms access 2019 and the access application run correctly…

Mahmoud Nasser
- 65
- 1
- 6
0
votes
1 answer
Bootcamp OSX Mojave - cannot open any files on windows partition - dot_clean error
I am (once again) experiencing the -36 error saying that some files cannot be read or written, which I suspect must be a side-effect of my recent OSX Mojave update.
Google tells me that error can be fixed by running dot_clean in Terminal and point…

Armitage2k
- 1,164
- 2
- 27
- 59
0
votes
0 answers
Opening Serial (COM) Port Error - Windows 10
I am trying to open a serial port so that I can receive Uart data from a device with the standard CreateFile() code below;
HANDLE hComm; // Handle to the Serial port
char ComPortName[] = "COM4"; // Name of the Serial…

George Howell
- 1
- 1
0
votes
3 answers
Are the Oct 2010 Macbook Airs sufficiently capable to run all the tools to develop iPhone apps on?
Pretty much as the title says. I'll likely use Monotouch for some/all projects if that makes a difference (noting this still needs a Mac).
I've read this Question...
Macbook Air for iPhone Development?
...and see the related answers note performance…

Mick N
- 14,892
- 2
- 35
- 41