c++ eval

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

c++ eval

772 Views
Nik
Contributor III

I am trying to eval C++ in Codewarrior.  I have CW installed on a XP VPC on Windows 7.  When compile,  I get "This limited version allows only 1024 bytes of C++ code".  I'd really like test my C++ project before spending the big bucks for CW.  What am I doing wrong?

 

Thanks,

-

Robert

Labels (1)
0 Kudos
2 Replies

355 Views
J2MEJediMaster
Specialist I

Download the evaluation version of CodeWarrior from this page. The evaluation version lets you try a fully-featured version of CodeWarrior for 30 days. That ought to let you experiment and see if the tools meet your needs.

 

---Tom

 

0 Kudos

355 Views
cteixeira
Contributor I

I think, the unique problem is your project exceeds 1024 bytes os C++ code...

 

That's it!

Try to take out some code... and try compile again!

 

see ya

0 Kudos