pdcurses 를 컴파일하여 Visual C++ 용 라이브러리 만들기 프롬프트> nmake -f vcwin32.mak * 테스트용 소스 파일: helloworld.c (http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/helloworld.html 에 있는 ncurses 용 소스에서 인클루드 문의 ncurses.h 를 curses.h 로 변경한 것 뿐임) /* * Filename: helloworld.c * * Compile: cl /c helloworld.c /I . * Link: link -nologo helloworld.obj pdcurses.lib user32.lib gdi32.lib advapi32.lib shell32.lib comdlg32.lib * Or ..