Ok I think I'm winning!

I had to make a little change to the makefile.bcb file.
 
the line that reads:
OBJ = ../obj

had to be changed to:
OBJ = obj

Also the line that reads:
ETC_LIB = ../curses

had to be changed to:
ETC_LIB = curses

Since I made those changes, it is finding the "zlib.lib", but it is now 
asking for a file "pdcurses.h" which can not be found.

does any one know where I can find this header file?

It doesn't seem to be in the pdcurses23.zip file I downloaded.

Reply via email to