Proper installation path of GDBM on Windows Programming Databases by dellat … a setup.exe for GNU database library GDBM. It's going to be installed in…what is the right path for GDBM on windows. I used GDBM on Linux and compiled and linked… .c file to GDBM library in the following…want to build and link program to gdbm library on windows. Do I need to install it in… Re: Proper installation path of GDBM on Windows Programming Databases by LastMitch >Could you please tell me what is the right path for GDBM on windows. It really self-explanatory http://gnuwin32.sourceforge.net/install.html What did you do? >Do I need to install it in root (C:)? Yes, it's usually in the **C drive** but if you have **D drive** you can installed it if you don;t have a **C drive** Re: Proper installation path of GDBM on Windows Programming Databases by dellat Thank you for the help. Installation instruction given on sourceforge seems to be based on gdbm source and I downloaded binary setup.… /* Protection for multiple includes. */ #ifndef _GDBM_H_ #define _GDBM_H_ #include <gdbm-dll.h> ... ... GDBM_DLL_IMPEXP void gdbm_close __P((GDBM_FILE)); GDBM_DLL_IMPEXP int…