pierre@Autodesk.COM (Pierre Malraison) (09/15/90)
The situation: Wanting to call C++ routines from C code, we declare pointers to Classes as void *classptr. This seems correct and portable. However, s ome C++ processors translate this to char * or even short *. What's a body to do?