From: MicroSense C. W. <ms...@ca...> - 1999-12-30 05:03:30
|
I am new to C/C++ (programmer for many years, just not C) and I need to = be able to transfer data (large batches of data) onto and off of my palm = pilot. I have Symbol SPT 1700 with a scanner that will be verifying = items scanned and then will log what was scanned. (2 databases) The = first will be static information that will have to be batched onto the = scanner every morning and the other will be the scan log that will be = taken off at the end of the day. From What I can see, the CSV2PDB utils will handle the conversion of my = data, but I need to be able write a SIMPLE app to scan the item and if = it is valid then log the scan to the log file. If the scan was invalid = then an error will be displayed on the screen. I have Metrowerks codewarrier 6.0 and also have Microsoft Visual Studio = with C++ 6.0. I have tried to open a couple of the programs that are in = the library, but need a small kick in the right direction. =20 I have got the scanner to work using codewarrier, now I just need to be = able to validate the data. Thanks in advance Ross Davis ms...@ca... |