Thread: BCC55: Error: Unresolved external '_fefof' referenced from HFM.OBJ

  1. #1
    Registered User
    Join Date
    Sep 2003
    Posts
    18

    BCC55: Error: Unresolved external '_fefof' referenced from HFM.OBJ

    How do I fix this error?
    BCC55: Error: Unresolved external '_fefof' referenced from HFM.OBJ

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    >>fefof
    In your source, did you use feof(), but spelt it incorrectly?
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    Registered User
    Join Date
    Sep 2003
    Posts
    18
    Code:
    while(!(fefof(fp)))
    :-)
    thanks!
    Last edited by aze; 04-16-2004 at 04:17 PM.

  4. #4
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Please read This FAQ entry about why that isn't a good idea.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiling sample DarkGDK Program
    By Phyxashun in forum Game Programming
    Replies: 6
    Last Post: 01-27-2009, 03:07 AM
  2. VC++ a POS
    By Welder in forum Windows Programming
    Replies: 40
    Last Post: 11-07-2007, 03:07 PM
  3. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  4. Including lib in a lib
    By bibiteinfo in forum C++ Programming
    Replies: 0
    Last Post: 02-07-2006, 02:28 PM
  5. debug to release modes
    By DavidP in forum Game Programming
    Replies: 5
    Last Post: 03-20-2003, 03:01 PM