Welcome to MacForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Which Template for a code resource?

 
   Macintosh computer (Home) -> Programmer Code RSS
Next:  Project file version... How to determine  
Author Message
Charles Thomas

External


Since: Jul 01, 2003
Posts: 39



(Msg. 1) Posted: Tue Mar 09, 2004 8:21 pm
Post subject: Which Template for a code resource?
Archived from groups: comp>sys>mac>programmer>codewarrior (more info?)

I'd like to create an OS9 code resource.

What Codewarrior template should I use for this? Does anyone have any
tips about building a project like this?

Someone else has written the code, I just have to compile it on OS9.

I'm using IDE version 5.1.1.

Thanks!

CT

 >> Stay informed about: Which Template for a code resource? 
Back to top
Login to vote
Miro Jurisic

External


Since: May 10, 2004
Posts: 602



(Msg. 2) Posted: Tue Mar 09, 2004 10:06 pm
Post subject: Re: Which Template for a code resource? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article ,
Charles Thomas <cthomas.DeleteThis@REMOVE_SPAM_BLOCK.facstaff.wisc.edu> wrote:

 > What Codewarrior template should I use for this? Does anyone have any
 > tips about building a project like this?

There should be a sample on the CW Documentation CD.

hth

meeroh

--
If this message helped you, consider buying an item
from my wish list: <http://web.meeroh.org/wishlist>

 >> Stay informed about: Which Template for a code resource? 
Back to top
Login to vote
MW Ron

External


Since: Aug 04, 2003
Posts: 983



(Msg. 3) Posted: Wed Mar 10, 2004 12:47 pm
Post subject: Re: Which Template for a code resource? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article ,
Charles Thomas <cthomas RemoveThis @REMOVE_SPAM_BLOCK.facstaff.wisc.edu> wrote:

 >I'd like to create an OS9 code resource.
 >
 >What Codewarrior template should I use for this? Does anyone have any
 >tips about building a project like this?
 >
 >Someone else has written the code, I just have to compile it on OS9.

I'm going to assume these are PowerPC code resources, if they are 68k
you might need an older version of CodeWarrior.

 >I'm using IDE version 5.1.1.

Look in the CodeWarrior Examples folder you should find that ther are
already examples there for this. You can probably copy and start your
project from the code example.

By the way there are some notes in the CR example folders, be sure to
read them.

Ron

--

Announcing CodeWarrior Development Tools for Windows v9.2
<a rel="nofollow" style='text-decoration: none;' href="http://www.metrowerks.com/MW/Develop/Desktop/Windows/Professional/Default.htm" target="_blank">http://www.metrowerks.com/MW/Develop/Desktop/Windows/Professional/Default.htm</a>
Ron Liechty - MWRon RemoveThis @metrowerks.com - <http://www.metrowerks.com>
 >> Stay informed about: Which Template for a code resource? 
Back to top
Login to vote
Charles Thomas

External


Since: Jul 01, 2003
Posts: 39



(Msg. 4) Posted: Wed Mar 10, 2004 2:04 pm
Post subject: Re: Which Template for a code resource? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

If I might be more specific, I'm looking for an example of an XCMD code
resource.

Does anyone know of one?

The Codewarrior examples documentation mentions XCMD code resources, but
seems to only have an example of a CDEF code resource.

I've never worked with code resources, only applications, so this is
entirely new territory for me. As I said, I have someone else's
finished code, I simply have to create a project and compile it and I'm
looking for tips on how to do this.

Thanks.

CT
 >> Stay informed about: Which Template for a code resource? 
Back to top
Login to vote
MW Ron

External


Since: Aug 04, 2003
Posts: 983



(Msg. 5) Posted: Thu Mar 11, 2004 2:15 pm
Post subject: Re: Which Template for a code resource? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article ,
Charles Thomas <cthomas RemoveThis @REMOVE_SPAM_BLOCK.facstaff.wisc.edu> wrote:

 >If I might be more specific, I'm looking for an example of an XCMD code
 >resource.
 >
 >Does anyone know of one?

I have 68k examples but no PowerPC examples and certainly no Carbon ones
(I don't know if you can use HyperCard in OS X).

 >The Codewarrior examples documentation mentions XCMD code resources, but
 >seems to only have an example of a CDEF code resource.

Send me a letter I'd have to dig back to get a 68k example.

Ron

 >I've never worked with code resources, only applications, so this is
 >entirely new territory for me. As I said, I have someone else's
 >finished code, I simply have to create a project and compile it and I'm
 >looking for tips on how to do this.
 >
 >Thanks.
 >
 >CT

--

Announcing CodeWarrior Development Tools for Windows v9.2
<a rel="nofollow" style='text-decoration: none;' href="http://www.metrowerks.com/MW/Develop/Desktop/Windows/Professional/Default.htm" target="_blank">http://www.metrowerks.com/MW/Develop/Desktop/Windows/Professional/Default.htm</a>
Ron Liechty - MWRon RemoveThis @metrowerks.com - <http://www.metrowerks.com>
 >> Stay informed about: Which Template for a code resource? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
How do I use nib file with code resource? - I'm sure I'm just missing something basic here. I haven't done much with Carbon, nib files, or code resources, so this is probably a newbie question. My apologies. I am making a code resource in CW8. I am using a nib file for a dialog box. When I..

Unable to debug CFM code resource - Hi, I'm using CW9.1 on the Mac OS 10.3.3 to develop VST audio plugin that run under host applications such as Cubase or Nuendo. The plugin is compiled as CFM code resource. gdb is installed (version 5.3-20030128 (Apple version gdb-309)) and seem to be....

More CW 9 resource woes - Hi folks, So I've got my icons appearing correctly and all looks rosy. But when I try to copy my newly built app onto a classic machine (MacOS 9) the package appears as a plain document and if I try to open it the Finder says that there is a problem....

resource/nib question - Hello I think i'm missing an ovious option in interfacebuilder. When i put an image control it asks me to specify the resource ID , but how do you create the resource ? ( for now i still use resedit on os 9 ! and then import the rsrc file , but that..

More resource worries - I'm just trying to add resources to my project. Is that too much to ask? I've created my projct from the PowerPlant Advanced stationery. When I look in the Package pane there's no Resources folder. I create one with the Project->Create Package..
   Macintosh computer (Home) -> Programmer Code All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]