Hi again.
I changed p96OpenScreenTagList to p96OpenScreenTags and managed to compile, but now the linker says: "Symbol "p96OpenScreenTags(...) Not defined"...
Any suggestions?
/*
I am trying to open a screen in picasso96 and it's driving me crazy....
I have this piece of code:
screen = p96OpenScreenTagList(P96SA_Width, 800, P96SA_HEIGHT, 600, P96SA_Depth, 24, P96SA_Title, "doodie", TAG_END);
The compiler (StormC3 from devcd) complains about : "Illegal argument"...
I have added the "Picasso96API.lib" library to the project...
I would really appreciate any halp on this matter...
*/
Thanks in advance