V
Venn Syii
I do the following:
->Lock( 0, 0, (BYTE**)&pVertices, DUSAGE_WRITEONLY )
And get the following error:
error C2664: 'Lock' : cannot convert parameter 3 from 'unsigned char ** ' to
'void ** '
Any ideas?
Regards,
Venn
->Lock( 0, 0, (BYTE**)&pVertices, DUSAGE_WRITEONLY )
And get the following error:
error C2664: 'Lock' : cannot convert parameter 3 from 'unsigned char ** ' to
'void ** '
Any ideas?
Regards,
Venn