Path: chuka.playstation.co.uk!news From: "grim" Newsgroups: scee.yaroze.programming.codewarrior Subject: C++ Date: 20 Mar 1997 00:14:33 GMT Organization: PlayStation Net Yaroze (SCEE) Lines: 20 Message-ID: <01bc242f$3feeaac0$c793989e@fourny.demon.co.uk> NNTP-Posting-Host: fourny.demon.co.uk X-Newsreader: Microsoft Internet News 4.70.1155 Hmm I've been trying the C++ and I can get rid of most errors if I start my code with #define _SIZE_T #define __extern_c extern "C"{ #define __end_extern_c } However I have two queries; 1 how do I get rid of the 'illegal operand __static_init' in _psstart.c. This is only called for C++ so where is it defined or what should it be defined to?? 2 How do I get around the fact that sony has (horrors!) a 'delete' function in libps? Oddly enough, this gives me a compile error. thanks Graeme