Hi ...
I'm a developer who has a very basic knowledge of C\C++. However, I need to compile some code and am experiencing significant difficulties. I am using the Borland free C\C++ compiler, and am experiencing a number of warnings and errors when I compile. The compiler is working fine, which I verified using a simple Hello World sample program. The files in my folder are as shown below, and a sample of the error and warning messages is also shown.
Files:
genwin.c genwin.h
hiseg.c lnfac.h
seg.c
Warnings are like:
Call to function 'openwin' with no prototype in function report
Errors are like:
Unresolved external '_genwininit' referenced from C:\CONDIVISA\SEGMENT\SEG.OBJ
It seems to me that I'm missing some external library files, but I just don't know ... Can anybody help or at least let me know if I need to get help???
I'm a developer who has a very basic knowledge of C\C++. However, I need to compile some code and am experiencing significant difficulties. I am using the Borland free C\C++ compiler, and am experiencing a number of warnings and errors when I compile. The compiler is working fine, which I verified using a simple Hello World sample program. The files in my folder are as shown below, and a sample of the error and warning messages is also shown.
Files:
genwin.c genwin.h
hiseg.c lnfac.h
seg.c
Warnings are like:
Call to function 'openwin' with no prototype in function report
Errors are like:
Unresolved external '_genwininit' referenced from C:\CONDIVISA\SEGMENT\SEG.OBJ
It seems to me that I'm missing some external library files, but I just don't know ... Can anybody help or at least let me know if I need to get help???