문제

I selected new FLTK project in codeblocks. I chose a name for the project, later it asked me for the location of the folder having FLTK. I pointed it to the tar.gz file which i had downloaded into a folder on the (D) drive, and clicked next. It says

"The path you entered seems valid but the wizard can't locate include directory."

PS: I am using windows 7.

How do I fix this problem? How can I install it?

도움이 되었습니까?

해결책

You can't tell the IDE to use a compressed archive. You have to unpack it, and possibly build it if it's not built. There should be finished packages for Windows that contains the header files and libraries (and possibly DLL's) needed.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top