visual c++ - Using CMPH in VC++ -
i use minimal perfect hash cmph. idea how can use on vc++ project?
i created new project using vc++ 2008 express edition here , add header , source files 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 '(' follow 'inline' –
looks project delivered source-only, have download source code , build platform's compiler. when done, have cmph.h
, associated library.
you have edit visual studio project , add header file project or put location include path, , edit project put location .lib is.
Comments
Post a Comment