I started to learn C in the mid 90s (on my own and with a few good books) and by 1999 I had a working prototype (for the 68K processor) of the only application I worked on. This is an application designed to help me with the research I was doing at the time; basically analysing graph properties for sets of intersecting lines and nodes (shortest routes and similar things).
I then modified the app to run on the PowerPC processor and tweaked bits of it until 2003 (under OS 9).
When I switched to a G5, and OS X (10.3.9), I bought a couple of books and started playing around a bit with Xcode and Objective C. My intention was to update the software to run native on OS X, but could not run CodeWarrior on the G5. Then, I stalled, I felt the effort of switching was too much.
However, I still use the software and I have been thinking about it again lately. Ideally, Id like:
- To be abe to re-use most of the code I wrote (in C, although with quite a few calls to the old Mac Toolbox).
- Not spend ages reworking the GUI: I used mainly EasyApp by James E. Trudeau and ResEdit.
- Be able to add features (functions) relatively easily, for which Id be quite comfortable using C.
Ive read a number of threads in this forum before posting this and cant find a similar case. My feeling is that to move on Ill have to bite the bullet and, practically, start from scratch. In which case Im not sure whether something like Python or RealBasic could be easier than Objective C (havent tried either).
Bear in mind that it is not general programming Im after, but to work on this specific tool Ive developed over many years. Not fussed about cross platform issues either (Mac is fine). And although I enjoy programming as an activity, I have less time than years ago to devote to it. Also, Im still with the G5 and OS 10.3.9 (but would buy a new iMac if need be).
Any suggestions? Many thanks for your patience and any possible advice.
Chitin
I then modified the app to run on the PowerPC processor and tweaked bits of it until 2003 (under OS 9).
When I switched to a G5, and OS X (10.3.9), I bought a couple of books and started playing around a bit with Xcode and Objective C. My intention was to update the software to run native on OS X, but could not run CodeWarrior on the G5. Then, I stalled, I felt the effort of switching was too much.
However, I still use the software and I have been thinking about it again lately. Ideally, Id like:
- To be abe to re-use most of the code I wrote (in C, although with quite a few calls to the old Mac Toolbox).
- Not spend ages reworking the GUI: I used mainly EasyApp by James E. Trudeau and ResEdit.
- Be able to add features (functions) relatively easily, for which Id be quite comfortable using C.
Ive read a number of threads in this forum before posting this and cant find a similar case. My feeling is that to move on Ill have to bite the bullet and, practically, start from scratch. In which case Im not sure whether something like Python or RealBasic could be easier than Objective C (havent tried either).
Bear in mind that it is not general programming Im after, but to work on this specific tool Ive developed over many years. Not fussed about cross platform issues either (Mac is fine). And although I enjoy programming as an activity, I have less time than years ago to devote to it. Also, Im still with the G5 and OS 10.3.9 (but would buy a new iMac if need be).
Any suggestions? Many thanks for your patience and any possible advice.
Chitin