CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Guest

    DDX custom routines

    I am trying to implement custom DDX/DDV routines from my home rolled library. I have created a DDX.CLW file in the VC98\Bin directory as the technical note requests. It does not seem to work!

    Has anyone got this working succesfully?

    Thanks in advance
    bart


  2. #2
    Join Date
    Apr 1999
    Posts
    52

    Re: DDX custom routines

    Unfortunately, "I tried it and it doesn't work" does give us much information to go by. I assume you have read 'TN026: DDX and DDV Routines'?

    CHKBOOK is a sample that does this, complete with CHKBOOK.CLW.



  3. #3
    Guest

    Re: DDX custom routines

    I just did a search on dejanews and got two interesting messages. It seems I have put the ddx.clw file in the wrong place. It should be in Microsoft Visual Studio\Common\MSDev98\Bin.

    I am off to try that. Thanks for the prompt reply! You are great.
    bart
    http://www.techcom.co.uk


  4. #4
    Join Date
    Jun 1999
    Posts
    12

    Re: DDX custom routines

    Yes It works now!


  5. #5
    Join Date
    Oct 1999
    Location
    Belgium
    Posts
    440
    Hello,

    I also tried placing ddx.clw in C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin , but no success for me !

    Any suggestions ?

    Thanks ... Sven

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