Thread: Unresolved external references

  1. #1
    Registered User
    Join Date
    Dec 2009
    Posts
    1

    Lightbulb Unresolved external references

    Hello friends!

    Allow me to write a poem.

    I'm using:
    https://downloads.embarcadero.com/item/24778

    to compile:
    http://www.packetizer.com/security/sha1/sha1-c.zip

    I get:
    Error: Unresolved external '_SHA1Reset' referenced from C:\BORLAND\BCC55\BIN\BHAVESH\SHA1-C\SHATEST.OBJ
    Error: Unresolved external '_SHA1Input' referenced from C:\BORLAND\BCC55\BIN\BHAVESH\SHA1-C\SHATEST.OBJ
    Error: Unresolved external '_SHA1Result' referenced from C:\BORLAND\BCC55\BIN\BHAVESH\SHA1-C\SHATEST.OBJ

    If I add:
    -u-

    To:
    bcc32.cfg

    I get:
    Error: Unresolved external '_main' referenced from C:\BORLAND\BCC55\LIB\C0X32.OBJ

    Any Ideas?

    I want to think that you've helped me already. So, thank you.

  2. #2
    Registered User
    Join Date
    Oct 2006
    Location
    Canada
    Posts
    1,243
    Check out this link for the last error: Unresolved external '_main' referenced from c0x32.obj

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. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  3. Including lib in a lib
    By bibiteinfo in forum C++ Programming
    Replies: 0
    Last Post: 02-07-2006, 02:28 PM
  4. debug to release modes
    By DavidP in forum Game Programming
    Replies: 5
    Last Post: 03-20-2003, 03:01 PM
  5. Unresolved external symbols in OGL
    By Shadow12345 in forum Game Programming
    Replies: 4
    Last Post: 08-04-2002, 09:46 PM

Tags for this Thread