Click here to Skip to main content
15,886,518 members

Comments by kurniawan Indra (Top 5 by date)

kurniawan Indra 28-Jul-11 21:38pm View    
change:
IntPtr ptri = (int)ptr + i * sizeOfStruct;
to:
IntPtr ptri = (IntPtr)((int)ptr + i * sizeOfStruct);
and its work....
kurniawan Indra 28-Jul-11 20:57pm View    
hi Olivier Levrey
IntPtr ptri = (int)ptr + i * sizeOfStruct;
is not work
kurniawan Indra 28-Jul-11 4:32am View    
thanks Olivier Levrey. From the manual of this DLL, the last parameter is a 8 bit value.
kurniawan Indra 27-Jul-11 22:41pm View    
Thanks for your help Amund Gjersøe
kurniawan Indra 27-Jul-11 21:56pm View    
thanks Olivier Levrey, pHisEvents and ExEvents are output of this DLL. Can u explain to me how to do that?