xcode

  1. E

    Printing Line Numbers In Xcode

  2. M

    About Carbon and Xcode ?

  3. E

    Printing Line Numbers In Xcode

    Does anyone know if it is possible to get Xcode to print out the line numbers when you print a source code file? I often print out my nicely highlighted source code and would very much like to see the line numbers as well; like I do in the editor. Thanks for all of your help.
  4. S

    Some Basic XCode Help Please!

    Hi, I am just looking to do some basic C++ programming which must be compatible with unix. I have installed XCode and attempted to start a new "C++ Tool" project. The problem is when I try to build a "Hello World" program I get these errors when I select Build off main.cpp. Error...
  5. A

    Xcode

    I cannot find Xcode in Tiger ? Where is it ?
  6. K

    Power Mac G5 Quad and Xcode

    Sheesh! And when I upgraded from a 1Ghz eMac to a dual processor 1.8Ghz G5, Xcode was tremendously faster. I can't imagine going from a DP 2.7 (1.5x faster then my 1.8) to a DP DC 2.5Ghz!! :eek:
  7. L

    Webobjects 5.3? Xcode

    Hi there, I have recieved the following error code when trying to run a simple WebOjects Direct to Java app. Can't load Application class, exiting... java.lang.ClassNotFoundException: Application at java.net.URLClassLoader$1.run(URLClassLoader.java:199) at...
  8. B

    Where does Xcode look for header files?

    Hi everybody, I have installed GSL GNU Scientific Library using the Darwin Ports Application. The files are built and placed in folder call 'gsl' in directory /opt/local/include/. How do I tell Xcode to find the new GSL headers in this include directory? So that I can include as normal...
  9. M

    XCode Build Problem - Please HELP!

    Basically, I've been working on a group project, that is written in Cocoa/Objective-C, which we've been using XCode for. One of my group members decided a week ago that he'd create a new version of our application by creating a new folder, projectV4, and simply copy all the files from...
  10. L

    Purchase Xcode Tools 2.1 CD

    Hi, The setup for Xcode Tools 2.1 is pretty large (781 mb) and I don't find it convenient to download it through the internet.I was wondering if it was possible to purchase the CD? If yes, then could anybody please provide me with the link for the same. Thanks
  11. A

    Xcode Manifest file

    It would be for me useful, in a Java app, rename Manifest file. However, after doing it, xcode gives an error saying there is no Manifest file. How to solve this ? Thanks.
  12. S

    Xcode Only Uses One Source Window No Matter What

    My XCode (was 2.0 now 2.1, same problem) has (spontaneously?) developed a problem where when I double click a file (or use open, or...) it won't ever open a second window, but just reuses the one open window. I have tried looking for an appropriate preference, reinstalling, deleting...
  13. J

    xcode 2.1 & JBOSS J2EE

    Hi, I read that it was possible to create a J2EE project using xCode, but it no longer seems to be included in the project templates. I did a full custom install of xCode 2.1 after uninstalling xCode 2.0 (I'm running tiger 10.4). Does anyone know if it possible to integrate JBOSS with xCode...
  14. M

    Xcode File Stream Problem

    I am having trouble with file i/o while using Xcode. My program is written in C++ and needs to read a file for input. I know my code works because it compiles correctly in CodeWarrior on a Win32 platform. I've tried putting the file to be read in every concievible place where Xcode may want to...
  15. M

    cannot install xcode

    I have os x 10.3.9 and I have all the updates. I tried to use the xcode on my osx cd but it doesn't work? There is no developer.mkpg
  16. C

    AspectJ and XCode

    Hey everyone, Does anybody know of a way of integrating the AspectJ compiler into my XCode project, so that aspects can be compiled? Cheers
  17. P

    Gnuplot And Xcode

    Has anyone got gnuplot to work successfully with Xcode? I've downloaded the gnuplot_i interface from Nick Devillard's website http://ndevilla.free.fr/gnuplot/index.html Using the example files and Xcode, a Carbon app builds successfully, but then will only open a results window Peter Watson
  18. R

    XCode needlessly modifies entire file

    I'm using XCode 2.1 for a personal project. It seems that (in the text editor) sometimes after saving, XCode "forgets" what line endings the current file is using and saves the file with unix encodings, even if the file currently uses Windows endings. This makes for very annoying diffs...
  19. B

    Carbon, Cocoa and XCode confusion

    Hi, Does somebody want to clear up my understanding on the above three? They all seem to have melted into on confusing blob of mac programming terminology. Partly why I'm confused is that I don't have a mac yet an can't use any of the above! Soon .. not long now .... Cheers!
Back
Top