CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2003
    Location
    Karlsruhe /Germany
    Posts
    15

    I need the definition of dbf header

    i have to develop a c++ routine that converts a txt-file to a dbf-file. the txt contains a number, x-,y- and z-coordinates.
    but i don't know how to creat the header.
    can anyone help me?

  2. #2
    Join Date
    Mar 2005
    Posts
    1

    Re: I need the definition of dbf header

    You could use a library from our site for working with .dbf files.
    Feel free tp contact our support team and they help you in your question.

    http://www.whitetown.com/

  3. #3
    Join Date
    Sep 2004
    Posts
    247

    Re: I need the definition of dbf header

    Have a look a www.wotsit.org and you should be able to get the dbf file format.

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