|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
Re: Axis Camera in C++; code error??
You're missing a closing round-bracket on the 1st line. You have a ')' for GetLastError, then a ')' for GetErrorText, but you're missing a ')' for printf. It should be
Code:
if (StartCameraTask ()== -1)
{
printf( "Failed to spawn camera task; Error code %s",
GetErrorText (GetLastError())) };
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Program Axis Camera in c++ | excel2474 | Programming | 5 | 22-12-2008 17:14 |
| Axis Camera Testing help | koo_04 | Programming | 7 | 20-12-2008 13:55 |
| axis camera - problem | s0crates | FRC Control System | 11 | 16-12-2008 09:34 |
| Error in Compiling the Camera Code (B&W Version) | VetteSlick | Programming | 7 | 20-01-2006 20:50 |
| Code error on RC after downloading "bells and whistles" version of Kevins camera code | DanDon | Programming | 6 | 10-01-2006 18:07 |