hello:
how can I configue which lib and .h files in vc2005 smart device
application to open img?
and
m_pMemoryDC->SelectObject(m_pMemoryBitMap);
CRect rc(0,0,m_pViewWidth,m_pViewHeight);
CBrush brush(RGB(255,255,255));
m_pMemoryDC->FillRect(rc,&brush);
GDAL
On Fri, Sep 26, 2008 at 8:36 AM, Nidel, Mike <[EMAIL PROTECTED]> wrote:
> Two quick questions:
>
> 1. What is libgdalconstjni.so? I've been building and using the JNI
> interfaces and just blindly including this file, but I can't determine
> what this is and whether I need it. Sorry if this is a st
On Fri, Sep 26, 2008 at 2:50 PM, Mullins, Steven
<[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> I would like to replace the projection WKT in a group of MrSID files. I do
> not need to modify the compressed image itself, only the metadata. Can I do
> this in GD
On Fri, Sep 26, 2008 at 8:15 PM, Tom Flynn <[EMAIL PROTECTED]> wrote:
> I'm expecting this call to put nXSize*4 bytes of data into my buffer
> at pData. That data will contain floating point numbers.
> Do my arguments match what I intend?
Tom,
I don't see any obvious problems with your call.
It