| Thread | Last Post | Replies |
|
| Executing command line from within CW | 09 Dec 2004 13:15 GMT | 3 |
Anyone know how to execute a shell command from with in my application code. I often can find a unix solution to my programming tasks but I need to exectute the commands from within my application. Any clues on how to do this would be greatly appreciated.
|
| How to mount an appleshare volume | 09 Dec 2004 03:08 GMT | 2 |
I need to be able to mount a remote volume on my LAN automatically when my app launches. I can't seem to connect the dots. The PBMountVolume routine looks like what I need but no matter how you slice it, I always need to know the VRefNum (Volume Ref Number) before I call the ...
|
| Question about externals | 08 Dec 2004 21:51 GMT | 11 |
Hello to Everyone, I'm asked to write an external code for Windows, MacOS 9 and MacOS X. I already made the DLL for Windows, the CODE resource for MacOS 9 and now, I can't find how to start the same job for OS X !
|
| debugging CFM app | 07 Dec 2004 21:04 GMT | 3 |
Is it possible to debug a CFM app with CW 9 that was not built with CW and tell CW to stop at certain symbols so i can get a stack trace? thanks
|
| Debugging problem in Tiger | 07 Dec 2004 07:45 GMT | 8 |
A couple of times now I've tried to trace through some of my code in the debugger (latest CW 9) while using the latest Tiger seed. As I step through the code, it goes along as expected until all of a sudden it jumps to the wrong place in the code (out of the current function).
|
| GUID_DEVINTERFACE_USB_DEVICE where is it? | 07 Dec 2004 03:44 GMT | 1 |
I can't seem to find GUID_DEVINTERFACE_USB_DEVICE in my headers in CW 8. I've defined WINVER at 0x0500. Where can i find this? thanks
|
| HDEVNOTIFY problem CW8 | 07 Dec 2004 03:40 GMT | 3 |
I cant seem to access the HDEVNOTIFY type in a win32 build from CW 8 on mac. Any ideas why this might happen? Im including <windows.h> and <bdt.h>. here's the error i get: Error : declaration syntax error
|
| debugging opaque structures | 06 Dec 2004 16:24 GMT | 1 |
I'm working on a Macromedia Director plugin which requires me to muck around in Carbon. I'm trying to figure out how to get the CFShowStr() function to work, and having no luck. I've tried using it with printf, but since it returns void, well, I
|
| Thread Safety | 06 Dec 2004 12:45 GMT | 1 |
Are the folling libraries thread safe ? -MSL_C++_BSD_C_Mach-O_D.lib -BSD_Runtime_Mach-O_D.lib Thanks,
|
| How do I direct output to a printer in C console programs for Macistosh? | 05 Dec 2004 03:26 GMT | 7 |
When writing a simple, plain-vanilla, console application in C for the Macintosh how do I direct some output to a printer? I know that I can declare a FILE pointer as FILE *printer;
|
| Missing warning ? | 03 Dec 2004 23:40 GMT | 25 |
I have the following code: class A; class B : public A; void MyMethod()
|
| Initialization of static array member of a template. (again) | 03 Dec 2004 20:37 GMT | 1 |
[ I posted about this 10/6/2004, subject: template static array initializer redeclares. MWRon was going to look into it but never got back. So here we go again with more info this time. ] In Codewarrior 9.3 compiling the Bitmagic library
|
| Multiple definitions caused by MSL C | 02 Dec 2004 21:40 GMT | 1 |
I tried to use Guard Malloc on an app built with CodeWarrior, and it won't launch. There was a message about multiple definitions of __fpclassifyd. When I build, CodeWarrior 9.3 does give 250 link warnings about symbols defined in both MSL_C_MACH-O_D.Lib and
|
| Getting app icon to "stick" | 01 Dec 2004 04:58 GMT | 1 |
I have been programming Macs for a long time and the following problem is a constant source of aggrivation. If anyone knows the solution, I would love to hear it. At some point after a project is well under way I will create an icon for
|