![]() |
|
#1
|
||||
|
||||
Unresolved externalI was facing the unresolved external error like below when compiling my program in borland C 5.02. anybody can tell me how to solve the problem? please...
Unresolve external 'OpenStdFiles(char*, char*, FILE**,FILE**)' referred from d:\MASTER\CLUSTER.OBJ Last edited by JdS : 18-May-2004 at 04:56.
Reason: fixed typo in title
|
|
#2
|
||||
|
||||
|
'OpenStdFiles(char*, char*, FILE**,FILE**)' maybe undeclared or the header files for the function is not included.. You may want to check for those...
__________________
When you say "I wrote a program that crashed Windows," people just stare at you blankly and say "Hey, I got those with the system, for free." Linus Torvalds |
|
#3
|
||||
|
||||
unresolved externalthe OpenStdFiles have been declared in the header files. but the error still appeared. donno what else to do.
|
|
#4
|
||||
|
||||
|
Or is it because you declared it but not implimented the function?? why don't post some of the relevant codes..
__________________
When you say "I wrote a program that crashed Windows," people just stare at you blankly and say "Hey, I got those with the system, for free." Linus Torvalds |
|
#5
|
||||
|
||||
|
the code actually really complicated.i've got the code for clustering method procedure.it involves many header files
|
|
#6
|
||||
|
||||
|
Quote:
Hi Rosmayati. This is a linker error and not a compiler error. Are you sure that you are linking in the file that includes the implementation of OpenStdFiles? Is there a chance that the pre-definition and implmentation don't agree? |
|
#7
|
||||
|
||||
|
i have attached the source code.
|
Recent GIDBlog
Developing GUIs with wxPython (Part 3) by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unresolved External | ambeco | C++ Forum | 4 | 04-May-2004 09:56 |
| Can somebody look at this and point out any errors to me | soulfly | C Programming Language | 7 | 31-Mar-2004 09:45 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The