|
Related Topics:
| Differences between CW10 Free and Full version - I've the free CW10 version and I have a few 1. I would like to know what exactly the between the free version and the full version are. So far I found: Limit on number of source files in a project, CVS is not..
Looking for Mac Classic Compilers - Hello folks, I am looking for Mac Classic Compilers for 68k and PPC machines (Mac OS 7.x and 8.x). I was searching for some and software through the Internet but can't find them. Does anyone have any sources includes software, etc? How..
Sending Email through application - Hi, I will be thankful if some one can help me regarding following problem. I would just like to send email through my developed using carbon api. Is there any API available in Carbon by which I can send mail As we can do it..
Cannot lunch application in debug mode - I am trying to debug my lib under Photoshop Element 2. When I start the debugger it says that: it cannot lunch the because of a shared library error Needless to say that this mathlib is not mine. Any clue? Thanks
Making installation routine for Mac Java application? - I have a Mac that is a Java console Many people have bought it and have not had a problem it with the cryptic Terminal program However, I know there are a few people who really have a problem and don't..
|
|
|
Next: Programmer Code: Disk insert in Carbon?
|
| Author |
Message |
External

Since: Mar 23, 2006 Posts: 1
|
(Msg. 1) Posted: Thu Mar 23, 2006 12:07 am
Post subject: Developing a classic application using CW10 Archived from groups: comp>sys>mac>programmer>codewarrior (more info?)
|
|
|
Hi,
I have developed an application using CW10 (on a mac mini OS 10.4
environment), targeting the OS 9.2 system (PPC).
This classic application runs fine on the mac mini. Upon executing the
application, the classic environment runs and the application runs
successfully. But when I tried to execute the application on a native
OS 9.2 system, a 'Open With..' dialog pops up. How can I successfully
run this classic application on a OS 9.2 system ?
Since, I am new to the mac environment, any help in this regard, would
be very helpful to me.
Thanks in advance,
Vijay |
|
| Back to top |
|
 |  |
External

Since: Apr 24, 2006 Posts: 1
|
(Msg. 2) Posted: Mon Apr 24, 2006 11:04 am
Post subject: Re: Developing a classic application using CW10 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <1143101232.591978.38540.RemoveThis@v46g2000cwv.googlegroups.com>,
Vijay <SunithaVijay.RemoveThis@gmail.com> wrote:
> Hi,
>
> I have developed an application using CW10 (on a mac mini OS 10.4
> environment), targeting the OS 9.2 system (PPC).
> This classic application runs fine on the mac mini. Upon executing the
> application, the classic environment runs and the application runs
> successfully. But when I tried to execute the application on a native
> OS 9.2 system, a 'Open With..' dialog pops up. How can I successfully
> run this classic application on a OS 9.2 system ?
>
> Since, I am new to the mac environment, any help in this regard, would
> be very helpful to me.
>
> Thanks in advance,
> Vijay
>
Unless I miss my guess, it appears that you're running an OSX
"OS9package" which works fine in the Classic mode inside the OSX shell,
but when run on a straight OS9 machine, the finder can't find an
application to open a "package". I'm afraid you'll just have to
re-compile it on the OS9 machine. Hope I got that close to correct.
Dez |
|
| Back to top |
|
 |  |
External

Since: Jul 05, 2005 Posts: 29
|
(Msg. 3) Posted: Fri Apr 28, 2006 6:13 am
Post subject: Re: Developing a classic application using CW10 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
DezertRat wrote:
> In article <1143101232.591978.38540.TakeThisOut@v46g2000cwv.googlegroups.com>,
> Vijay <SunithaVijay.TakeThisOut@gmail.com> wrote:
>
> > Hi,
> >
> > I have developed an application using CW10 (on a mac mini OS 10.4
> > environment), targeting the OS 9.2 system (PPC).
> > This classic application runs fine on the mac mini. Upon executing the
> > application, the classic environment runs and the application runs
> > successfully. But when I tried to execute the application on a native
> > OS 9.2 system, a 'Open With..' dialog pops up. How can I successfully
> > run this classic application on a OS 9.2 system ?
Are you certain that your type/creator and bundle bits (package) are
being set correctly?
> > <snip>
> Dez |
|
| Back to top |
|
 |  |
External

Since: Jun 06, 2005 Posts: 6
|
(Msg. 4) Posted: Fri Apr 28, 2006 4:48 pm
Post subject: Re: Developing a classic application using CW10 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"DezertRat" <DezertRat.DeleteThis@hotmail.com> wrote in message
news:240420060404277249%DezertRat@hotmail.com...
> In article <1143101232.591978.38540.DeleteThis@v46g2000cwv.googlegroups.com>,
> Vijay <SunithaVijay.DeleteThis@gmail.com> wrote:
>
> > Hi,
> >
> > I have developed an application using CW10 (on a mac mini OS 10.4
> > environment), targeting the OS 9.2 system (PPC).
> > This classic application runs fine on the mac mini. Upon executing the
> > application, the classic environment runs and the application runs
> > successfully. But when I tried to execute the application on a native
> > OS 9.2 system, a 'Open With..' dialog pops up. How can I successfully
> > run this classic application on a OS 9.2 system ?
> >
> > Since, I am new to the mac environment, any help in this regard, would
> > be very helpful to me.
> >
> > Thanks in advance,
> > Vijay
> >
>
> Unless I miss my guess, it appears that you're running an OSX
> "OS9package" which works fine in the Classic mode inside the OSX shell,
> but when run on a straight OS9 machine, the finder can't find an
> application to open a "package". I'm afraid you'll just have to
> re-compile it on the OS9 machine. Hope I got that close to correct.
> Dez
I used to maintain a product like this. Open the package (control-click,
show package contents) and double-click the alias file inside. If that
works, "unpackage" it (copy everything out), or turn off the CW Packager and
it will put your program in a normal folder.
If you have a single binary program that's not Mach-O, there's no reason to
bother with a package. All they're good for is hiding extra files
(resources, etc) in one place and protecting them from casual users.
Paul |
|
| Back to top |
|
 |  |
|