From: Steve C. <ste...@mq...> - 2001-03-25 12:39:58
|
Almost there! Thanks for the pointers Daniel. I realised a few things I'd done wrong mostly to do with not understanding the different columns in the project display (ie. that the column with the red circle indicated which files were part of that target -- now I understand why it says n/a on some lines). I had in fact removed MathLib from the 68K target. I had padgraph.r in the overall target which was probably why it had trouble finding Types.r. Removing it got rid of that problem. I followed your instructions for rebuilding the CW library but it doesn't seem to have worked, now I get: Invalid PEF shared library for the 68K build of my project. Maybe it would have worked if I hadn't changed MathLib since building your sampleextension worked fine first time -- now it gets the Invalid PEF too. Do I need to reinstall CW or something? On the good side, removing the 68K library from the final target gives me a library which works -- loads into wish first go and draws beautiful graph axes, plots data, draws a cursor. So, progress has been made. Steve |