> Mike Davis writes:
> > "Warning: dereferencing 'void *' pointer
> > void value not ignored as it ought to be"
> [...]
> > name[i] = RecPointer[i+offset];
> 
> What type is RecPointer?  Don't you think you should give it a type you
> know if you want to dereference it?

My problem was because in my 3.0 code the type was Ptr.  When I 
looked in compatibilities.h file, it suggested using MemPtr instead.  
This was a pointer to void.  

So, I just changed the type from MemPtr to Char* and the problem goes 
away.
--
-----------------------------------------------------------------
Discussion Group:        http://www.halcyon.com/ipscone/wwwboard/

Protect your constitutional rights. Your favorite one may be next!
-----------------------------------------------------------------

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html.

Reply via email to