create/edit dbc files

Mar 25, 2009 at 2:26am
I've searched on google with no luck.
What do I need in order to create and edit dbc files?
Mar 25, 2009 at 2:57am
From C++? I don't know

Is this what you are looking for?
http://filext.com/file-extension/DBC
Mar 25, 2009 at 3:35am
no, I need to know what libraries/headers i need to create and edit dbc files.
Mar 27, 2009 at 4:06am
Any ideas?
Mar 27, 2009 at 1:16pm
Because .dbc is not a well used extension/file you will probably have to create your own.
If you know how the file is structured and whether its ascii or binary you could make a few functions yourself to create and edit the files.
Mar 29, 2009 at 10:32pm
It is a highly used file type.

There must be some way to create, edit, and read dbc files.
Mar 30, 2009 at 8:53am
closed account (z05DSL3A)
What is the .dbc file type that you are using? I know it as a Visual FoxPro Database Container file (never tried messing with one).
Mar 30, 2009 at 3:48pm
just normal .dbc files
Mar 30, 2009 at 4:59pm
The same thing you need to create and edit any other type of file. What is wrong with file streams? I don't believe that the C++ language provides any specific library specifically for dbc files. A file is a file. I'm confused by the question. Are you looking for an open source project or library that makes editing and parsing the files easier? Did you search the MSDN for information on that?
Mar 30, 2009 at 5:24pm
What's a .dbc file?
Mar 31, 2009 at 4:17am
Nothing on msdn about creating, editing, and reading .dbc files.
Topic archived. No new replies allowed.