Missing Run Results Window in Xcode v.3 (Standard Tool)

I am using Leopard and the C Compiler in the new Xcode v.3
I Created New Project > Command Line Utility > Standard Tool
I then built the following, and it Succeeded okay:
#included <stdio.h>
printf("Is this ever going to work?\n");
return(0);
Problem: When I Ran it, nothing happened. There was no run window that came up and showed the results of my application. It worked fine in Xcode v.2
Any suggestions?

I didn't talk about any debugger button or anything. I talked about the debugger window.
With all project closed, you can look in the preferences --> General --> Layout, you put in All-in-one mod. When you'll open a new project window you'll have a new segmented control in the top left corner of your project window. The first button gives you access to the project page, the other to the debugger page (or window), that's where you can find the consol at the bottom of the window, by default it is folded, so click on the little circle and pull the drawer up to make the console visible.
However, there's also other options that you can set. Just go in the Preferences again, go in Debugging, you the local menu "+On Start:+" in there, choose one of those three option :
- Show Console
- Show Debugger
- Show Console & Debugger
They roughly do the same thing. Then when you'll click on Build & Go, or just Go, it'll show the console in your project window directly showing you the result.

Similar Messages

  • Do IMAQ Cast Image or IMAQ Linear averages give different results when using different computers that are running under Windows XP ?

    Hello
    I'm currently developping an image processing algorithm using Labview 7.1 and the associated IMAQ Vision tools. After several tests, I found a weird result. Indeed, I put the labview algorithm - including the IMAQ VI on the library to get sure that I use all the time the same VI - on my memory stick and used it on two different computers. I tested the same picture (still in my memory stick) and had two very different results.
    After several hours trying to understand why, I found that there were a difference between the results given by both computers at the very begining of the algorithm. Indeed, I used a JPEG file.
    To open it, I first create an Image with IMAQ Create (U8). Then, I open it.
    Then in my first sub-VI, I use IMAQ Cast Image to be sure that the picture is a U8 grayscale picture.
    Right after that, I use the IMAQ Linear Averages. The results of this VI are different on the two computers.
    I tried several time on the same picture : one computer always give me the same result but the two computers give me a different result. So there is no random variable on the results.
    So my question is : Do IMAQ Cast Image or IMAQ Linear averages give different results when using different computers that are running under Windows XP ?
    My bet is on IMAQ Cast Image but I'm not quite sure and I do not undestand why. The labview and IMAQ are the same on both computers.
    The difference between the two computer are above :
    Computer 1 :
    Pentium(R) 4 CPU 3.20GHz with a RAM of 1Go. The processor is an Intel(R).
    The OS is windows XP Pro 2002
    Computer 2 :
    Pentium(R) 4 CPU 2.80GHz with a RAM of 512Mo. The processor is an Intel(R).
    The OS is windows XP Pro 2002.
    If anybody can help me on this problem, it would be really helpful.
    Regards
    Florence P.

    Hi,
    Indeed it's a strange behaviour, could you send me your VI and your JPEG file, (or another file that reproduces) so that I could check this inthere ?
    I'll then try to find out what's happening.
    Regards
    Richard Keromen
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    >> Découvrez, en vidéo, les innovations technologiques réalisées en éco-conception

  • Stop the results window from showing at the end

    This may seem like an odd request, but is it possible to stop the final results window coming up at the end of the test run? I still need all the results handling mechanism working because results are logged to a database and I use the MainSequenceResults property. However I don't need the actual TestStand results. I'm happy to modify the process model but can't find the right place.
    Thanks,
    Ronnie
    TestStand 4.2.1, LabVIEW 2009, LabWindows/CVI 2009
    Solved!
    Go to Solution.

    Hi Ronnie,
    Sorry, I have no answer on this. But i am forced with the same issue. I my case i need it !!!
    When i did some tests trying to switch from TS 4.0 to 4.2. I realized that my (Xml)Results in
     Editor and OperaterInterface are missed ! (Internet-Explorer) Control is missing the result's file.
    I am using an old TS2.0 derivation of the ProcessModel which has been only optimized over ther years.
    There where no Problems on 3.x and 4.0, 4.1.1   
    I have compared my model with the model shipped with TS 4.2,  but i found no major difference.
    Unfortunately I had no time and money to spend more time on this issue. I put it off to next year topic list.
    So i am very courious on the anwers on your thread
    Greetings
    Juergen
    =s=i=g=n=a=t=u=r=e= Click on the Star and see what happens :-) =s=i=g=n=a=t=u=r=e=

  • TNS-12560 error when running as Windows Service

    Hello,
    I created a VB.NET application that connects to a Oracle database using DbProviderFactory and ODP.NET for .Net Framework 2.0. This application runs on XP, I need it to run as Windows Service, but every time it try to connect to the database throw the Oracle exception TNS-12560: TNS:protocol adapter error, the weird thing is the same application running as a Console Application it works (Same code, same connection string, same query). It was using ODP.NET 10 I updated the provider to 11 still got the same error. The service is running user Local System account, and it has the same problem running under other adm account.
    Following is error in the sqlnet.log (PS: The file was under the system32 folder, probably because was running as a service):
    Fatal NI connect error 12560, connecting to:
    +(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=XX.XX.XX.XX)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=XXX)(CID=(PROGRAM=C:\Program Files\MyApp\MyApp.exe)(HOST=MYCOMPUTER)(USER=MYUSER))))+
    VERSION INFORMATION:
    +     TNS for 32-bit Windows: Version 10.2.0.1.0 - Production+
    +     Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 10.2.0.1.0 - Production+
    Time: 28-AUG-2009 02:20:19
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12560
    TNS-12560: TNS:protocol adapter error
    ns secondary err code: 0
    nt main err code: 530
    TNS-00530: Protocol adapter error
    nt secondary err code: 56
    nt OS err code: 0
    Does anyone have any thoughts as to why I'm getting this error ??
    Thanks

    I don't know :^(
    There could be many reasons: differences in the environment, missing permissions, virus scanners, you name it.
    Is it running under the same user as on the console?
    I suspect that the error code will give a hint where the problem is, but I could not find any documentation what this code means.
    You could try to run an Orace Net trace - maybe you get an idea if you see where in the connection process the problem occurs.
    Yours,
    Laurenz Albe

  • Best way to migrate existing XP SP3 partition to a virtual machine to run via Windows 8.1 as physical partition and not a vhd?

    Hi I have a current XP SP3 setup have been using in a dual boot with Windows 8.1(on separate partitions on different hard drives - I think these are SATA drives)  but now am thinking of migrating my XP partition preferably as a live virtual machine
    to be run as a guest via Windows 8.1 as host so I don't have to do the rebooting.  Also prefer this to making a VHD of my XP so can use the existing partition allocated for it rather than taking up extra space as VHD on my windows 8 (and don't want yet
    to replace my xp dual boot in case it does not work so well as vhd, as I have a lot of old educational programs my kids still use on it that I don't really want to put onto my W8.1).  Will also save time if I don't have to convert it to VHD first.  I
    also do not want to reinstall a new XP Sp3 virtual machine from scratch for same reason - will take too long to resetup -just use existing as is.
    I have used VMWare player and Virtual Box in past with an old 98SE system as a virtual VHD/VPC file but VMWare workstation is paid which may be the one I need to use a physical partition but I prefer to try freeware options first.
    Will Hyper-V in Windows 8.1 (I have retail PRO version of both my XP and Windows 8.1) be able to do the same as VMWare workstation?  OR is there another option to run the physical XP?
    The other thing with my XP setup is that the user profiles that people login with are located on a different partition E (80GB) to my XP which is on J (100GB) and most of the programs for it run from partition D (over 120GB) and the XP boot loader resides
    on a partition C (2GB) (which is not the Windows8.1 partition which becomes C only when it boots, but this C drive for XP may also be having the Windows 8 boot loader and files for that -using EasyBCD to handle boot menu of W7 type boot loader). 
    So I need a system that can mount these other physical partitions also alongside with my XP partition when it boots up.
    So what are my options for running this XP SP3 setup via Windows 8 as a guest operating system?
    Also will doing this be likely to require reactivation of my existing windows XP (retail) which means I cannot then use it again if I go back to the XP dual boot at times or in case the VM setup does not work?
    Also do I need to change my XP first so that it boots off its own drive rather than the C partition - and how do I set this up then using EasyBCD or windows boot repair?

    HI I found I had to make physical disk offline to use in Hyper-V which I cannot do and do not want to do with all partitions - cannot choose just ones want.
    So now am trying to make VM of my physical XP -and other partitions neeeded but D partition is over 127Gb so cannot use Disk2VHD. 
    Here is what am trying now - any other suggestions for alternate software to vmware convertor/disk2VHD maybe to do partitions over 127GB?  I have posted also at VMware forums but no answer as yet.
    Advice on doing a physical XPSP3 conversion to a VM for Virtual box and hyper-v ultimately
    Hi I need advice as to best way to convert an existing XP Sp3 install on a physical hard drive along with other related partitions to a Virtual box VM image with aim to convert that VM image to a Hyper-V VM for use with Windows 8.1 host.
     I have several C (boot ini partition), D programs, E Data, etc partitions and a current dual boot with an extra XP install I use as a backup system.
    My main XP is on J drive and other XP on I drive with C drive boot ini that switches btw 2 with J set as default.
     I have a D partition that is over 127 Gb so cannot use Disk2VHD which would have been easier, and it seems there is not a way to make a direct Hyper-V VM from converter but only Vmware VM?
     I do not have or want to purchase as yet VMware Workstation as have W8.1 Pro that can use Hyper-V to run my XP SP3.
     I seem to also have an issue with COM+ corrupted on my machine XP J drive ( It tried to reinstall the COM+ but my es.dll file won't register and I did get a failed conversion with converter when tried earlier at 94% saying VSS snapshots have
    reached their limit).  I think this is related to my COM+ issue which I am not sure now how to fix apart from repair install of my Xp (as I have tried repairing COM with various articles searched on google to no avail) which I may do first before
    retry conversion.  However my ALT XP on I drive seems to be fine with being able to browse the COM+ applications ok.  SO maybe I  can use that instead but it is the J drive XP I want the most (not sure if will work at reboot if I do not
    hot clone it?)
     I have read also the manual for converter 5.5.1 ver standalone and am not sure of a few things so if someone can guide me it would be very much appreciated.
     First of all which version VM should I make image of  if I later want to convert it to a Hyper-V VM image (I only have free Virtual Box latest ver, VMware Player and Hyper-V on Windows 8.1 PRo) ie: VMware workstation 10 or Vmware Player 6 or lower
    ver or other?  OR is there another software I should install for the conversion or later conversion to Hyper-V?  I prefer to use Hyper-V over Virtual Box and Vmware Player if possible, but should these others work just as well for my Xp Sp3 existing
    system as a VM in Windows 8.1?  Please advise which you think is best of these?
    Should I leave all configuration options off while converting and even XP licence, workgroup etc or is it most likely that I will have to reactivate my XP (retail ver) once I reboot in the VM although I am putting to run on Windows 8.1 host on exact same
    hardware as my current XP in dual boot (replacing my physical copies which I don't intend to use after conversion)?  Can I enter licence etc later as well?
     I currently have 8 GB ram total -should I leave Xp one at max it suggests of around 3Gb ram?
    I have Quad core processor -but should I make Xp Vm one dual core for when it runs on W8.1 host to allow the host some processors so can run at same time or leaving my Xp at quad core will be ok?
     Network - I want to use host one as I read it is safer for obsolete XP so do I set that at start or is it better to change this later too -allowing xp to have own internet access (maybe as may need to reactivate also - don't want to call Microsoft
    if can avoid it)?
    If I just want to convert resulting VM to Hyper-V VM -which software to use after for this that is freeware (Virtual Box or VMware Player or Hyper-V -not sure which can do it) and do I not then install Vmware tools?
    SYSPprep should I do anyway regardless of what target VM will be when configuring later, even if on same hardware machine? OR can I just boot Vm and see if boots ok first?
    Anything else I should set specifically for this future use of the VM image in hyper-v?
    AU

  • HT4410 I have just installed Windows 7 64-bit full version Home Premium using Bootcamp and cannot get access to the internet. I installed on a Macbook Air Mid 2012 with Mountain Lion. Are there some drivers that are missing from the Windows 7

    Dear Apple. I have just installed Windows 7 64-bit full version Home Premium using Bootcamp and cannot get access to the internet. I installed on a Macbook Air Mid 2012 with Mountain Lion. Are there some drivers that are missing from the Windows 7 bootcamp install download from Apple

    It is a Total Misconception that the Support files are installed when you are installing Windows, even if the USB drive that holds them is inserted in the system when doing the Windows install.
    You must always Run the Setup.exe files from the support files or run the drivers individually once Windows has finished installing and booted to the desktop.
    Also you really need to run the Boot Camp Control Panel Applet and check for updates as not all the newest drivers for full function of all the hardware is included with the original support download. That download is basically a generic version to get the system working and without doing the updates not everything will work properly.

  • Date format in Query Result Window

    In recent versions on OSD (trying with V3.2.20.09 Build MAIN-09.87) I've been unable to change the date format for results shown in the query results window via the NLS settings in Preferences, it's the same for other users on v3 in my area. Can anyone advice on whether anything can be done to resolve this issue or is there a bug in recent additions of OSD
    Frustrating having a result show as 01-DEC-12 and I don't know whether it's 01-DEC-2012 or our default date of 01-DEC-4712 without having to hard code a to_char in my sql which I don't want to be doing all the time to analyse my results
    I have an old version 1.5.4 Build MAIN-5940 and changing the NLS settings in preferences refrects correctly in the query results window
    Any advice appreciated, Thanks

    Thanks, looks like it's permission, tried on a different database supposed to be the same and it works when I update the preferences or run the alter session statement. Call to my admins to get on the case
    Ta
    for anyone else having simular issues, help are the statements I've tried to confirm it's permissions
    alter session set NLS_DATE_FORMAT = 'DD-MON-RR HH24:MI:SS'; -- Original
    alter session set NLS_DATE_FORMAT = 'DD-MON-RRRR HH24:MI:SS';
    commit;
    SELECT *
    FROM nls_session_parameters
    Edited by: lakeuk on 14-Nov-2012 06:37

  • Office Telemetry Agent Last Run Result 0x800700005 and machines not reporting back in the Telemetry Dashboard

    We have had the Office Telemetry Dashboard setup for a while now as part of our Office 2013 evaluation and it currently reports back on 117 Computers which roughly matches up with the number of agents we have deployed. However, I have recently discovered
    that some computers do not show up on the dashboard when searching under either their computer name or username. Having looked locally at these machines they report a Last Run Result code of 0x800700005 on the Task Scheduler. Not exactly sure what this
    means as I know its a fairly generic code. I can run the telemetry dashboard locally on the effected machines and all appears ok. I have looked at the main Telemetry Processor Log file on our server (%windows%\ServiceProfiles\NetworkService\AppData\Local\Temp\dperrorlog.txt)
    and can see there are quite a few machines reporting that Office Telemetry Processor deleted the folder \\ServerName\SharedFolderName\ComputerNameReference because the files in the folder haven't been uploaded for more than 2 hours. I tried googling this error
    but got nothing back.
    The machines in question are running Windows 7 Enterprise SP1, Office 2013 and the telemetry agent is configured through Group Policy. We also have a number of Office 2007 clients
    running the agent but I have not yet checked to see if any of these ones are not reporting back.
    Can anyone help troubleshoot this issue further to try and establish why some machines are not showing up in the dashboard logs. I have gone through the troubleshooting info here http://technet.microsoft.com/en-us/library/jj219431.aspx#tshooting
    but so far can't find a solution.
    Thanks.

    I tried running the agent as admin and it returned a last run result of 0x41301 which I believe means the Task is currently running but its been like this for several days with nothing being reported back yet.
    For all the other agents that appear to be running fine they show up on the dashboard with each non-admin username which is what we need to run reports based on individual users so I cant understand why this would be a permissions problem. The permissions
    on the shared folder were setup using the automated option when installing the telemetry processor on the server. I have tried just adding in one of the problem users to have full control to see if this makes a difference but have not tested this yet.
    Anyone have any tips on troubleshooting the DPErrorLog file? There doesn't appear to be much out there in the way of documentation for this stuff. Is anyone else using the Telemetry Dashboard successfully as part of their Office 2013 evaluation? 
    Thanks.

  • My libraries panel is missing from the window dropdown. Where else can I access it? Is that normal?

    My libraries panel is missing from the window dropdown. Where else can I access it? Is that normal?

    Lisa,
    You may try the list (or go straight to 6) if you have updated to Yosemite without reinstalling).
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    If possible/applicable, you should save curent artwork first, of course.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • Windows 7 explorer run prompt window position on screen varies

    whether I use the mouse via start/run or <windows key>+R the small window that appears to await input from me for the run command line dpes not consistently appear in the lower left above the windows start globe (forgive inaccurate nomenclature). 
    Generally speaking, say 50% of the time, the machine; a dual xeon HP z820 with AMD Firepro graphics and 3 display port NEC monitors with the AMD/ATI current catalyst pro drivers and NEC spectraview 2 running, puts the run window immediately above
    the start globe.  but the other half or more of the time it could be dead center in the active monitor or at varied locations about the center of the active monitor (reported as #2 in the Microsoft ID monitors results).  It's never been on a non
    primary monitor and I've tried switching monitors. to change the active one, and I've tried switching between and deleting the profiles for eyefinity, which btw is rarely in use.  It's generally just in the extended windows mode with 3 monitors.
    Is there a way to correct, control, or otherwise manage the location of the run prompt window?
    thanks in advance,
    fw

    I came here looking for a solution to a similiar issue where the "RUN" dialog kept popping up in the middle of my screen.  This thread helped me find the answer even though the answer was not in this thread. I thought I post what actually fixed my issue.
    AMD graphics have a feature in AMD Catalyst Control Center.  Look for a setting called "Dialog Control \ Enable Dialog Repositioning"  it is enabled by default and makes your dialogs go to the center of your primary screen.  Disable it and
    everything goes back to normal.

  • Adobe Premier 11. Error. C:Windows\syste32\acitfx64.dii is either not designed to run of windows or

    Adobe Premier Elements 11.
    Problem. is    C:Windows\system32\acitfx64.dll.
    is either no desisgned to run on windows or it contains an error..BAD IMAGE........
    i HAVE UNINSTALLED AND RE-INSTALLED BUT HASN'T FIXED THE PROBLEM
    CAN ANHYONE HELP ME AS I AM GETTING FED UP WITH TRYING.....

    Annabelle
    Let us go through the usual drill...
    a. Do you have the latest version of QuickTime installed on your computer with Premiere Elements 11 Windows?
    b. Are you running the program as Run As Administrator or from a User Account with Administrative Priviledges?
    c. Is your video card driver up to date according to the web site of the manufacturer of the video card?
    Then...
    a. What is your computer operating system? And, 32 bit or 64 bit?
    If any of the above does not factor into a fix for this, let us try this, assuming you have installation files and serial number that you can use for a reinstall...I am assuming you do.
    a. Uninstall the program via the regular Control Panel route.
    b. Run the computer through the free ccleaner (regular and registry cleaning components)...say Yes to the Step about backup the registry.
    c. Reinstall the program with anti-virus and firewalls turned off for these processes.
    I have used ccleaner for years (I have no promotional interests in it.) and only good results, no horror stories. I find it compares with the more powerful Revo Professional for this purpose.
    When you purchased the program, did you do the purchase/download of installation files to this same computer on which you are trying to install it now?
    Is your Internet connection on and working?
    Please review the above and then we will plan further troubleshooting strategy which might include seeing if we can get a second download of your installation files from Adobe.
    More later.
    ATR

  • [CS4 Server Win]: Plugin does not run on Windows Server 2003?

    Hi,
    can anybody help?
    My plugin is running on Windows XP and Windows Vista.
    On both operation systems the scripting methods are visible in ExtendScript Toolkit and can be called by javascript.
    On Windows Server 2003 my plugin is not running, the scripting methods are not visible in ExtendScript Toolkit!
    What is missing?
    Thanks,
    Alois Blaimer

    > I am using Visual Studio 2008 with the VC++ 9.0 compiler.
    > Could this be a problem?
    Yes.
    CS4: use VC2005 + SP1
    CS3: use VC2005 without SP1
    CS2: use VC2003
    In my previous post I described one of the problems I found out the hard way - walking around in disassembler is a pain, even more Intel and Windows, comparing to Mac, and PowerPC. Since then I only use the official tools even if others tell it worked for them, and I keep the InDesign installations for final build and test on the earliest supported operating system.
    Dirk

  • How do I run a windows based trading platform on i mac meditrator mt4

    How do I run a windows based trading platform on i mac  Platform is (medatrader mt4)

    I forgot all about Wine.  Thanks for the tip.
    Have your cake and eat it too!   With the Intel Macs, you can run windows in a virtual machine.  You will need our own copy of Windows.
    Don't miss the free VirtualBox.
    "VirtualBox is a general-purpose full virtualizer for x86 hardware. " Runs Windows on Mac OS.
    http://www.virtualbox.org/
    Parallels:
    http://www.parallels.com/en/products/desktop/
    & some catalog order places sell Parallels for 9.99 when you buy a mac.
    With VMware Fusion, run the most demanding Mac and Windows applications side-by-side at maximum speeds without rebooting
    http://www.vmware.com/products/fusion/
    This forum PPC is for mac that were built in 2006 or earlier.
    You must have an Intel machine.  If it is new new, verify that you have Lion OS and you should post over here:
    https://discussions.apple.com/community/mac_os/mac_os_x_v10.7_lion?view=discussi ons
    What OS do you have?
    Here is how to find out what version of Mac OS you are running:
    Click on the blue apple in the upper left hand of the screen.
    click on this icon
    Click on the first line, "About This Mac"
    Most of these are numbers & that's what we want.
    What version & Processor do you have?

  • Mark/Space releases version 4 of the Missing Sync for Windows Mobile OS

    Mark/Space has released the Missing Sync for Windows Mobile version 4, which offers many feature improvements. Among them, likely the most important is support for the Windows Mobile 6 operating system.
    A full list of what's new in this release is available here.

    I installed the beta version of Missing Sync last night. It seems to be working well (contacts and calendar). Note that only Bluetooth connections are supported and you must read the detailed instructions for getting this to work.
    I have yet to try a software installation.
    I tried running Activesync 4.2 within Virtual PC 7 but it was hopeless so needed a Mac solution.

  • HP Utility won't run in Windows 7

    The HP Utility application for an HP Designjet Z3200 won't run in Windows 7. I browse to the application and nothing happens when I try to open it. I've rebotted several times as well as uninstalled and reinstalled the latest version of the app downloaded from HP.
    Anyone have any clues as to why this is happening?
    Tony

    This forum is focused on consumer level products.  For the Designjet you may have better results posting in the HP Designjet forum here.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

Maybe you are looking for

  • Https

    Hi, can someone provide some advice regarding sender soap adapter/ https protocol. i want to use option https without client authentication in sender soap adapter. Do we still need certificates or we just need to enable https for using this option ?

  • Best Workflow for Deleting?

    Hi Folks. Would anyone like to suggest the best workflow for deleting files after a project? Let's assume that i have no future need for any of the captured footage or PE7 files. It would be helpful to know what the default locations are for all the

  • Why does iPhoto not give me the option of ordering a medium size soft cover book?

    why does iPhoto not give me the option of ordering a medium size soft cover book?

  • I too updated iTunes to 10.5.2

    now it doesn't work, it doesn't show my iPod when it's plugged in.I restarted my Mac no change. iTunes will play a couple songs then I can't get it to do anything else can't check or uncheck songs.

  • Error message updating Itunes to 11.0.5

    I keep getting the message Error writing to file: C:\program files (x86)\Itunes\itunes.resources\de.lproj\deviceprefsoptionsIPod.itxib. Verify that you have access to that directory. I have tried completely uninstalling and reinstalling itunes and I