Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compiler problem

Status
Not open for further replies.

kevbrick

Programmer
Mar 23, 2005
1
IT
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???
 
You might have more luck in the Borland C++ forum.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top