CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2010
    Posts
    53

    Unable to update DoDataExchange method : VS 2000 Project converted to Visual Studio 2

    Hi,

    I am having a problem. I have a project "MicroSIP" which is used for SIP based call voice over IP. I am running it into VS 2010 and I need to customize it according to my need. For this as soon as I edit the main dialog ( Dialer ) and add some other controls ( like edit control of CEdit) and add member variable for from wizard of "Add Variable", it shows the message "unable to update DoDataExchange method".
    More over if getting reference of newly placed "Edit Control" in the program , it has NULL pointer or undefined reference.

    Anybody having any idea about this to resolve or some way around to resolve the issue. I am having extremely trouble for solving this scanario.

    Regards
    Usman Khalil

  2. #2
    Join Date
    May 1999
    Location
    ALABAMA, USA
    Posts
    9,917

    Re: Unable to update DoDataExchange method : VS 2000 Project converted to Visual Stud

    Could you please give us more details, possibly code snippets?
    There are only 10 types of people in the world:
    Those who understand binary and those who do not.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured