[GRASS5] embedding GRASS display into my app
David Piasecki
piasecda at nv.doe.gov
Mon Apr 12 17:54:06 EDT 2004
Well, g.region seems to be working fine. For some reason, my
application is appending a \x13 on the end of the g.region command. At
least I think that's what's causing the problem. So my string that says
"g.region vector=myvector" turns into "g.region vector=myvector\x13".
Hence why it's not found. GRASS says it's receiving something in the
form of "<myvector>", but I'm pretty sure it's due to the \x13. I tried
appending a \0 to all of my strings, but that didn't help.
David
More information about the grass-dev
mailing list