I would like to use minimal perfect hash from CMPH. Any idea how can I use it on a VC++ project?
I created a new project using VC++ 2008 Express Edition here and add the header and source files but it output compilation errors.
1>------ Build started: Project: CMPH, Configuration: Release Win32 ------ 1>Compiling... 1>wingetopt.c 1>vstack.c 1>vqueue.c 1>select.c 1>.\select.c(24) : error C2054: expected '(' to follow 'inline' –