CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: neosmith007

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    4,119

    Device Context Problems

    Code Snippet

    if(r->GETvisibility())
    {

    HBITMAP hBmp;
    CBitmap bmp;
    CDC bmpDC;
    CClientDC dc1(this);
    BITMAP bi;
  2. Replies
    1
    Views
    1,407

    Application Error

    HI,
    I am getting this strange errror,
    The memory at "some address" referenced "some address". The Write(or)Read operation cannot be performed!!

    Pls tell me what the problem could be.

    Warm...
  3. Replies
    1
    Views
    12,290

    Reading GeoTiff Files

    HI,
    I am doing a project dealing with geotiff images.
    I want to read the the geotiff header. In the past I've read the header of the BMP files.Similarly I'd like to read the geotiff header...
  4. Replies
    0
    Views
    5,559

    Reading GeoTiff Files

    HI,
    I am doing a project dealing with geotiff images.
    I want to read the the geotiff header. In the past I've read the header of the BMP files.Similarly I'd like to read the geotiff header...
  5. Replies
    2
    Views
    795

    VC++ vs VC++.NET

    I would like to know the advantages and disadvantages of VC++.NET and VC++. I would also like to know which one should be used in programs like image processing
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured