
NXTBee RCar sample Dexter problems to compile
bonjour
I use the last robotc and bot bench ;
the NXTBee RCar sample Dexter programs were working before ;
but now there is new problems to compile them;
----------------------------------------------------------------------------
/// flagwave_receive.c - Crosstalk receive test.
///
/// Created by Dexter Industries, 2011.
/// http://www.dexterindustries.com
///----------------------------------------------------------------------------int retVal = TransmitBytes(testBytes, sizeof(testBytes));
**Error**:Array size mismatch. Call to 'TransmitBytes'. Parameter: 'ubyte & buffer' is 'testBytes' of type 'ubyte [3]'.and also
displayString += tmpString;
**Error**:Internal Compiler: Code generation for an invalid string assignment.
I am not an expert , sorry ;
may be have you an idea about that ?
thanks
didier