Hi Pelle. I have code which generate:
error #2168: Operands of '=' have incompatible types 'unsigned long int' and 'unsigned long int *'.
but actually this is not error because code work just fine in other compilers. So my question is can you change this error into warrning? The code is
CreateStreamOnHGlobal(NULL, TRUE, (IStream **)&stream);
pComCall = *(DWORD **) stream; /*generate error*/
.
.
.
.
.