> has anyone been able to successfully create a Swat connection to a
> "real" OmniGo with the files included in the OmniGo SDK? I have tried
> adding the OmniGo versions of SYM files to an existing SDK
> installation for every geode opened during startup, and this works
> fine for all files except notes.geo, even though the entire
> LIBRARY\JEDI tree is present on my Host machine - Swat keeps telling
> me that it doesn't find a SYM file and that there might be a version
> mismatch. I can attach to an OmniGo *emulation* on a notebook PC
> without any problem. The problem is that Swat won't let me use the
> heapspace command as long as there is an "ignored" patient in the
> system.
The notes symbol files that HP gave to Geoworks (for the OmniGo SDK)
have a different serial number than the notes on the actual device.
I think what happened is they did a pmake of the source code for the
SDK .geo and .sym files and a different pmake of the same source code
for the actual device. You should be able to copy the notes.sym file
to notes.gym to trick swat into using the symbol file without checking
the serial number.
- -Ed-