Re: Is there anyone who has developed map projection library?



On 31 Oct 2005 23:11:56 -0800, "brian" <phdbrianlee@xxxxxxxxx> wrote:

>thanks ahead
>
>proj is really a cool library that supports a lot of utilities.
>
>There is a c++ version in Borland c++.
>But not for Microsoft visual c++.
>I am trying to port it into visual c++ class.
>
>It seems to me somewhat curious.

proj is very old software, and is written in an OO style using C
syntax, not C++. However, in this case old is good, as the original
version was developed by a real projection guru. For VC, you should be
able to compile it as a DLL and simply call it. That works for VB.

Paul
.



Relevant Pages

  • error C2143: syntax error : missing ) before *
    ... i got the following error when attempting to compile a dll ... which I attempt to port from 16 bit to 24 bit. ... Prev by Date: ...
    (microsoft.public.vc.mfc)
  • VS2005, std::list, _Const_iterator::operator==((const _Myt_iter& _Right) const
    ... I use a GTL based on STL, I port the Dll to VS2005, ... I can compile it but I crash during runtime. ...
    (microsoft.public.vc.stl)
  • making a static library with ar
    ... to change the line to include the header file like this ... I am getting an error when trying to compile my test.cpp ... rm -rf *.o proj ... could it be that I am doing something wicked in the makefile ...
    (comp.unix.shell)
  • NamedPipes Problem in CE 6.0
    ... But I see linker error obviously, because I cant seem to find which ... lib to find the defn. ... My CE 5.0 proj, did not include NMPIPE.H. ... did generate a compile error, saying CreateNamedPipecould not be found. ...
    (microsoft.public.windowsce.app.development)
  • Re: NamedPipes Problem in CE 6.0
    ... Named pipes are not supported in any version of Windows CE that I've ever ... lib to find the defn. ... My CE 5.0 proj, did not include NMPIPE.H. ... So, upon first attempt to compile the CE 5.0 on my new CE 6.0 platform, it ...
    (microsoft.public.windowsce.app.development)