| Thread | Last Post | Replies |
|
| crash in catch | 03 Dec 2003 15:15 GMT | 1 |
i'm getting an access fault when leaving a catch: try { throw runtime_error("some error ocurred");
|
| Compressed resources in CW? | 03 Dec 2003 13:30 GMT | 3 |
Are there any other kinds of resource file formats supported natively by CW other than resource-fork, data-fork, and rez style resources? (For the -fork types I refer to files which are directly readable by Resorcerer).
|
| [CWPro 9.1] Duplicate entries in a big project | 03 Dec 2003 06:36 GMT | 3 |
Well, today's story: I wanted to change the directory structure a CW9.1 project that was working fine. Source, include and resource files were moved at different locations, so I began to change the access pathes of the first target.
|
| Helps by CodeWarrior Plug-ins | 03 Dec 2003 03:17 GMT | 4 |
now, I use a generally topic. I build a CWPlugin and I have a own Panel. Now I will build a button and when I clicked on this button then should open a "file choose dialog". How can I implement this - give it a Sample, where I look
|
| How to set up codewarrior for DEBUG? | 03 Dec 2003 01:26 GMT | 1 |
Hello everyone. I have heard about tools like MallocDebug (or similar) and DebuggingCarbonLib, but I have not heard anything on how I can use these tools. You can guess what compiler I'm using, under OS X 10.2.8.
|
| stand alone app | 03 Dec 2003 00:55 GMT | 2 |
how do i make a stand alone app in codewarrior 9. thats all i want to do. everything else works and this is frustrating me.
|
| [Q] Not a Flame-Just a Question? CW9 vs. Xocde under Panther | 02 Dec 2003 23:58 GMT | 3 |
I just installed Panther on my Pismo PB and want to know if I should invest in CW9 instead of using the free XCode. I write some shareware programs for personal use. I am using Obj-C and C++ for my development. Could some one explain the advantages of CW9 over XCode??
|
| Using FSCopyObject to copy and rename directory | 02 Dec 2003 08:06 GMT | 2 |
I need to use the FSCopyObject function from MoreFiles (or the separate Apple sample code project) to copy and rename a folder. The problem with FSCopyObject is that it will copy the folder just fine, but it does not respect the name that I pass into the function.
|
| alt-tab - source to header switching? | 01 Dec 2003 10:59 GMT | 2 |
how does one switch between source file (.cpp) and header file (.h) within OS X. I've been working with Codewarrior v7 on a OS 9 machine and apple-tab would toggle between source and header.
|
| How do you get information about the 'Output Directory'? | 01 Dec 2003 09:14 GMT | 2 |
I build a CW9 plugin and I would work with the path in "Output Directory" under Target|Target Settings. I used the function 'CWGetTargetInfo', but this was not correct, or? All other functions don't give me this path, or?
|
| path information | 01 Dec 2003 08:19 GMT | 1 |
ive developed an app that imports a tab delimited exported file from my database and then generates a javascripted webpage based on the the records it parsed. it all works wonderfully but now id like it to import directly from
|
| how do i specify full paths under mach-0 | 01 Dec 2003 07:31 GMT | 1 |
im using istream and i need to access a file in a different drive. what protocol do i use?
|