Posted on May 15, 2007 at 12:01Yes, similar to that. Here is what I have: void main(void) { char target[128] = ''''; unsigned int Flag = 1; Flag &= (unsigned int)InitMonitor(target); if(0 == Flag) { Flag &= (unsigned int)GetError(error); if(0 == F...
Posted on May 14, 2007 at 17:27I'm having some trouble with a ST10 API function, specificly the one defined as ST10FLASHER_API unsigned int PASCAL InitMonitor(char *target); (in our code). Once an attempt has been made to update our product's firmwa...