sh_roohani
January 20th, 2003, 09:21 AM
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?:confused:
willchop
January 20th, 2003, 02:17 PM
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
sh_roohani
January 21st, 2003, 02:53 AM
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.:)