We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
i still have problem in the code
i think it is startup.a51 and fix but still proble when run on cpu if it does not do what i say in code
when i build it gives a message
** error C138 interupt can not recieive or return a value
but i do not interupt i do not clik the stop build button
the proj is needed and i now worry big in my pants
plz send code
initibit( 11 );
Here, initibit() is being passed an integer.
initibit( argv[ argc ]
Despite the syntax errors, here initibit() is being a pointer to a pointer to a char pointer.
What is initibit() actually doing with the pointer -- erm, I mean integer?
argc := argc - 1;
Did you enable the Pascal compile option?