CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2002
    Posts
    74

    Talking .idb file format

    Hello there,

    Does anyone know anything about .idb file format? It should be something other than .idb files which VC++ projects contain. I guess it should be some kind of database file format. If true, which database?

  2. #2
    Join Date
    Aug 2002
    Location
    VA, USA
    Posts
    137
    You may have better luck asking this question in the "Visual C++
    Programming" forum. This forum is specialized for Non-Visual C++
    stuff.

    regards, willchop

  3. #3
    Join Date
    Dec 2002
    Posts
    74
    Thanks willchop, but I wrote that "It should be something other than .idb files which VC++ projects contain". Because I think it should be some kind of database file format. You know Incite Editor uses this format to save something, probably its time line or the entire structure of its project, and I want to access the file programmatically through C++. (Doesn't matter the compiler is VC++ or anything else.) Also, I know that Incite Editor uses some kind of database engine to save its projects. Anyway I will take your advice and ask this question in Visual C++ forum, too.

    Thanks.

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