am new to c++, and need to compile a c++ program i found here http://sourceforge.net/projects/mdbtools/
i have devc++ installed, but don't know how to do the compilation, can anyone put me through?
Printable View
am new to c++, and need to compile a c++ program i found here http://sourceforge.net/projects/mdbtools/
i have devc++ installed, but don't know how to do the compilation, can anyone put me through?
I would suggest installing GNU Autotools and just using the automake system that has been set up. Once you have that installed, open up a terminal in the project directory and write:
configure
make
will this work in windows xp
No, I was under the impression you where using Linux. As far as I can see, that project does not target the Windows platform.