Welcome to MacForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

latest on Loki?

 
   Macintosh computer (Home) -> Programmer Code RSS
Related Topics:
Is the G5 backward-compatible with generic PowerPC assembl.. - Subject says it all. This query is prompted by the fact that I have no G5 available for testing or :-( I am getting ready to publish the next version of a popular library for the Mac (see below). Its internal code..

Need help getting icons to display in outline table - I am using Joe Chan's to create an outline table in my app. I am trying to get the icons to appear for each item in the table, but it isn't working. I derived a class from called and I derived a class..

PP MACH-O limits.h vs. climits - many multiple defined sym.. - I have a large that is using the PP network classes. I want to finally put those classes out to pasture and use socket based code instead. Some sample code I found includes but this is causing a large number of..

[ANN] New PowerPlant Framework Features for CWDS Mac OS 9 - * X for Mac OS X * reworked for OS X. Binaries are Mach-O only. * Can be built with version 8.3 as well as 9. -- Studio for Macintosh v9 Enhance Your and Shorten your Cycles..

[ANN]CodeWarrior Development Studio for Mac OS v9 Shipping - SHIPPING of Studio for Mac OS v9. Join the ranks of other serious who use the to Steve Jobs) to create Macintosh What's New! * X..
Next:  Programmer Code: CW8.3 and Panther  
Author Message
Anders Pytte

External


Since: Jul 11, 2003
Posts: 4



(Msg. 1) Posted: Fri Jul 11, 2003 7:43 am
Post subject: latest on Loki?
Archived from groups: comp>sys>mac>programmer>codewarrior (more info?)

Hi,


I just attempted to build Loki with CW 8.3 and found an interesting
compiler bug. The precompiler chokes (i.e. internal compiler error) when
default parameters are supplied to templates used as template parameters.
For example:

template
<
class TList,
template <class> class Unit = AbstractFactoryUnit
  >

The above compiles fine during normal compilation, but not when precompiled.


Anyone know if the "problem with the Conversion template" that was present
compiling Loki with CW 6 has been resolved (i.e. by fixing the compiler)?

The latest from SourceForge still contains the conditional:

#ifndef __MWERKS__
enum { exists = sizeof(typename H::Small) ==
sizeof((H::Test(H::MakeT()))) };
#else
enum { exists = false };
#endif

and I wonder if that can be removed for the new compiler versions.

Anders.


p.s. I appreciate your cc'ing my email address when responding.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: latest on Loki? 
Back to top
Login to vote
Howard Hinnant

External


Since: Oct 07, 2003
Posts: 123



(Msg. 2) Posted: Fri Jul 11, 2003 3:47 pm
Post subject: Re: latest on Loki? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

[[ This message was both posted and mailed: see
the "To," "Cc," and "Newsgroups" headers for details. ]]

In article
<anders-1107030041540001.TakeThisOut@user-uinj2cn.dialup.mindspring.com>, Anders
Pytte <anders.TakeThisOut@milkweed.com> wrote:

| Anyone know if the "problem with the Conversion template" that was present
| compiling Loki with CW 6 has been resolved (i.e. by fixing the compiler)?
|
| The latest from SourceForge still contains the conditional:
|
| #ifndef __MWERKS__
| enum { exists = sizeof(typename H::Small) ==
| sizeof((H::Test(H::MakeT()))) };
| #else
| enum { exists = false };
| #endif
|
| and I wonder if that can be removed for the new compiler versions.

Yes, this works in Pro 8.

--
Howard Hinnant
Metrowerks

 >> Stay informed about: latest on Loki? 
Back to top
Login to vote
Howard Hinnant

External


Since: Oct 07, 2003
Posts: 123



(Msg. 3) Posted: Sun Jul 13, 2003 12:03 am
Post subject: Re: latest on Loki? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

[[ This message was both posted and mailed: see
the "To," "Cc," and "Newsgroups" headers for details. ]]

In article
<anders-1107030041540001.TakeThisOut@user-uinj2cn.dialup.mindspring.com>, Anders
Pytte <anders.TakeThisOut@milkweed.com> wrote:

| Anyone know if the "problem with the Conversion template" that was present
| compiling Loki with CW 6 has been resolved (i.e. by fixing the compiler)?
|
| The latest from SourceForge still contains the conditional:
|
| #ifndef __MWERKS__
| enum { exists = sizeof(typename H::Small) ==
| sizeof((H::Test(H::MakeT()))) };
| #else
| enum { exists = false };
| #endif
|
| and I wonder if that can be removed for the new compiler versions.

Yes, this works in Pro 8.

--
Howard Hinnant
Metrowerks
 >> Stay informed about: latest on Loki? 
Back to top
Login to vote
Howard Hinnant

External


Since: Oct 07, 2003
Posts: 123



(Msg. 4) Posted: Sun Jul 13, 2003 12:03 am
Post subject: Re: latest on Loki? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article
<anders-1107030041540001 RemoveThis @user-uinj2cn.dialup.mindspring.com>, Anders
Pytte <anders RemoveThis @milkweed.com> wrote:

| Anyone know if the "problem with the Conversion template" that was present
| compiling Loki with CW 6 has been resolved (i.e. by fixing the compiler)?
|
| The latest from SourceForge still contains the conditional:
|
| #ifndef __MWERKS__
| enum { exists = sizeof(typename H::Small) ==
| sizeof((H::Test(H::MakeT()))) };
| #else
| enum { exists = false };
| #endif
|
| and I wonder if that can be removed for the new compiler versions.

Yes, this works in Pro 8.

--
Howard Hinnant
Metrowerks
 >> Stay informed about: latest on Loki? 
Back to top
Login to vote
Display posts from previous:   
   Macintosh computer (Home) -> Programmer Code All times are: Pacific Time (US & Canada) (change)
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 ]