First post, by artooksanen
I am working on an old (1999) DOS project written in PowerC. The exe program is running just nice in DOSBox and also PowerC. I have all the source code except one file and I can not remember if it was part of PowerC or if I got it from somewhere else.
The missing file is cwindows.h and possibly it needs some library file too.
It enables screen functions like these:
clear_box(3,8,59,8,lwhite,blue,' ');
tprintf(1,22,white,blue,"%3d",m);
set_cursor_size(0,0);
I think this has been on the c:\powerc and not on my project folder that I have backed up.
Do you know where I can find this file? Google did not find it.
arto