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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. About DataGrid Bind!!

About DataGrid Bind!!

Scheduled Pinned Locked Moved C / C++ / MFC
c++help
2 Posts 2 Posters 1 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.
  • F Offline
    F Offline
    Forlegend
    wrote on last edited by
    #1

    The MS DataGrid is used in my program,but it doesn't worked on the machine whithout VC++ installed. I have registered the msdatgrd.ocx and have installed the MDAC2.7. The Error messages is : " Can't initialize data bindings" , m_myDataGrid.SetRefDataSource( (LPUNKNOWN)rs ); //Error Message Ocurrors :confused: VCBeginer

    L 1 Reply Last reply
    0
    • F Forlegend

      The MS DataGrid is used in my program,but it doesn't worked on the machine whithout VC++ installed. I have registered the msdatgrd.ocx and have installed the MDAC2.7. The Error messages is : " Can't initialize data bindings" , m_myDataGrid.SetRefDataSource( (LPUNKNOWN)rs ); //Error Message Ocurrors :confused: VCBeginer

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Hello! You need to 'install' two dll's; MSBIND.DLL and MSSTDFMT.DLL. By 'install' I mean copy them to System (system32) and then register them with regsvr32.exe It's a pity that MS doesn't have documentation or better, a real installation for this :-( Hope that this will help you! // Mike

      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