How about you explain to us what you want to achieve with your
program? If people here understand what you are trying to do,
they can give you more useful advise.

If all you want is to create some vector objects, you can use
the GRASS C API from within your C++ code. There is a programmer's
manual which you can consult:

http://grass.fbk.eu/devel/index.php#prog

and of course, you have the source code of all GRASS GIS modules,
so you can try to find one that does something similar to what
you want and learn from that.

Ben

----- Original Message -----
> How can I communicate with wx digitizer ( i mean using the wxdigit.so
> file) using a c++ program.
> All I need is create an map with one point from a c++ program which is
> linked to _grass6_wxvdigit.so located in
> /usr/local/grass-6.5.svn/etc/wxpython/vdigit.
> 
> 
> How to access the functions of the library using a C++ program run
> from grass shell with all variables set. My program renders a map when
> run from grass shell. Now I want to add
> digitzer;
> 
> -- Rashad
> 
> _______________________________________________ grass-dev mailing list
> grass-dev@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-dev


------
Files attached to this email may be in ISO 26300 format (OASIS Open Document 
Format). If you have difficulty opening them, please visit http://iso26300.info 
for more information.

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to