Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Where to put ddx.clw ?

Where to put ddx.clw ?

Scheduled Pinned Locked Moved C / C++ / MFC
csharpc++visual-studioquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Svekke
    wrote on last edited by
    #1

    Hi, I've succeeded in writing my own DDX and DDV routines. After implementing the ExtraDDX stuff in my project's clw file, I now want to make these routines available to all my future projects by putting it in ddx.clw as suggested in Technical Note 26 ! I've already tried the following directories ... c:\program files\microsoft visual studio\common\msdev98\bin c:\program files\microsoft visual studio\vc98\bin c:\program files\microsoft visual studio\vintdev98\bin But no success so far :-( The content of my ddx.clw file is ... [ExtraDDX] ExtraDDXCount=5 ExtraDDX1=E;;AC Value;BYTE;0;ACText;AC BYTE with range verification;ACMinMaxByte;Mi&nimum;u;Ma&ximum;u ExtraDDX2=E;;AC Value;short;0;ACText;AC Short with range verification;ACMinMaxShort;Mi&nimum;d;Ma&ximum;d ExtraDDX3=E;;AC Value;UCOUNT;0;ACText;AC Unsigned short with range verification;ACMinMaxUshort;Mi&nimum;u;Ma&ximum;u ExtraDDX4=E;;AC Value;int;0;ACText;AC Integer with range verification;ACMinMaxInt;Mi&nimum;d;Ma&ximum;d ExtraDDX5=E;;AC Value;UINT;0;ACText;AC Unsigned integer with range verification;ACMinMaxUint;Mi&nimum;u;Ma&ximum;u Can anyone please tell me where to put it or is it just not possible with VC++ 6.0 ? Thanks ...Sven

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups