Im getting an assign far pointer (implicity) casted by near pointerthe command im using isint *arrayry;arrayry= (int*)malloc(30*sizeof(int));the error accours on the second instruction
10/19/2005 9:45:50 PM
haah oh crap i just realized you're embedded[Edited on October 19, 2005 at 10:53 PM. Reason : crap]
10/19/2005 10:49:33 PM
could it be that im declaring it in my main?
10/20/2005 12:05:02 AM