Re: [Gdal-dev] Using mgrs.h in NITF

2009-01-10 Thread carlj88
Nope, I got it! Thank you again! carlj88 wrote: > > You're right, thank you! > > Again, I have exhausted every other possibility and got stuck after > building the sources for mgrs etc. > > In the dt_cc/redhat_linux (I run ubuntu) directory I successfully build > the sources. I then try to cr

Re: [Gdal-dev] Using mgrs.h in NITF

2009-01-09 Thread carlj88
You're right, thank you! Again, I have exhausted every other possibility and got stuck after building the sources for mgrs etc. In the dt_cc/redhat_linux (I run ubuntu) directory I successfully build the sources. I then try to create a small program from within that folder like this: #include

Re: [Gdal-dev] Using mgrs.h in NITF

2009-01-08 Thread Frank Warmerdam
carlj88 wrote: I want to convert geodetic coordinates to MGRS using the code from frmts/nitf/mgrs.c in my QT-application. How do I access these functions from my c++ code? Tried to use 'include "mgrs.h"' but then I don't know how to reference to the function. I would be most greatful since the w

[Gdal-dev] Using mgrs.h in NITF

2009-01-08 Thread carlj88
I want to convert geodetic coordinates to MGRS using the code from frmts/nitf/mgrs.c in my QT-application. How do I access these functions from my c++ code? Tried to use 'include "mgrs.h"' but then I don't know how to reference to the function. I would be most greatful since the web has about not