| Thread | Last Post | Replies |
|
| way of comparing file contents? | 21 Sep 2004 20:03 GMT | 11 |
Is there a way of comparing multiple files for the content value? I've got a huge project (1000's of files) that I'm working on getting into Subversion. The problem occurs when I checkout the project, then compare (as folder) in CW (8 or 9)--it thinks ALL files are different.
|
| CW 9.3 Compiler Plugin chdir() fails | 21 Sep 2004 04:09 GMT | 8 |
I finally upgraded from CW8 to CW9, converted all my old code and checked the main reason for the upgrade which was to get control back again of a vital plugin that I've not been able to get working since CW 7 days :-(.
|
| HasRoutingInfo | 20 Sep 2004 22:17 GMT | 5 |
In trying to find the difference between the same project in 2 branches of source control, I exported the projects and used Compare Files on the .xml. One difference is that one project has the HasRoutingInfo set to true and the other is set to false.
|
| Quark XT Debugging using CW9.2 | 20 Sep 2004 12:13 GMT | 8 |
Sorry to resurrect this... Is anybody successfully debugging a Quark XTension using CodeWarrior 9.x? Debugging worked fine for me under CW8.3 for months, then stopped working about 3 weeks ago. MWRon tried to help but without success. I
|
| PowerPlant X & Mach-O | 19 Sep 2004 21:48 GMT | 16 |
I am pretty sure the answer to my first question is YES, but I do not know the answer to my second question. Is the whole of PowerPlant X Mach-O only? If yes, why?
|
| (templating == code_bloat)? | 19 Sep 2004 17:11 GMT | 3 |
I've been experimenting with templates a bit, and was wondering if anybody could give me a bit of advice. I'm very familiar with C, but I've just been gradually incorporating features of C++ into my knowledge and my coding when I come across things that look useful - so I make ...
|
| Debugger: viewing NSString and other objects | 18 Sep 2004 22:50 GMT | 3 |
I am using CW 8.3 for debugging a Cocoa application. Is there some way to get the debugger to show me the contents of the string? Under Xcode the contents are shown in a "summary" of the object. Is this something that CW 9 provides better support for? If so, I'll consider ...
|
| Stack trace | 18 Sep 2004 19:49 GMT | 3 |
I have had problems with the Apple color picker crashing, and someone from Apple wants me to send them a stack trace when I get the crash. How do I get that from Codewarrior? Can I output the full stack trace to a file? Thanks!
|
| Creating a hierarchy in Resources folder with CW 8.3 | 16 Sep 2004 20:35 GMT | 1 |
I'm trying to copy resource files into a hierarchy in the executable package. I thought that by creating the hierarchy in my CW project using Groups, CW would clone that hierarchy down, but it doesn't.
|
| ODBC libraries for a PowerPlant app? | 16 Sep 2004 13:27 GMT | 2 |
I've got an application written in PowerPlant (Carbon) that now needs to connect to a remote MySQL database. I'm having trouble finding the proper SDK and libraries that can do this and still link in CodeWarrior. Past Usenet posts (and Googlesearches) reveal little information, ...
|
| itunes texture | 15 Sep 2004 03:22 GMT | 1 |
Does anyone know where I can find a background texture like the itunes texture? Thanks for any help, jvg.
|
| TOC size to big? How to fix? | 15 Sep 2004 00:18 GMT | 4 |
I've gotten an error (CW 9.3) Link Error : TOC size of 67620 bytes exceeds 64K limit I assume this means that I have more than 64K of global variables. Is there anyway to get a listing of all data that contributes to the TOC
|
| dynamic_cast is *slow* | 14 Sep 2004 22:46 GMT | 1 |
I'm surprised to find out that dynamic_cast is the hot spot in my program. During profiles I find that a lot of time is spent in ClassTreeWalk doing string compares, which I am assuming is part of the dynamic_cast implementation.
|
| CW IDE 5.1.1 crashes a lot when using the Pascal Compiler | 14 Sep 2004 05:13 GMT | 10 |
I've been using CW Pascal for about two years. I started with Code Warrior Pro 7, using Mac OS 9. It was better than what I had before. For our OS X development, I used CW 8.0.3 with the same, dated, Pascal compiler. We managed to upgrade all of our applications to be carbon
|
| Linking older PEF libraries? | 14 Sep 2004 02:28 GMT | 2 |
I've got an application that I'm trying to build as a Mach-O target and that uses the Macromedia Shockwave libraries which are PEF. Is there any way to do this? Macromedia has not updated these libs since 2001. I believe they were compiled in CW5
|