Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/21/06 06:07
Read: times


 
#118684 - Linker
Responding to: ???'s previous message
That'll be a linker error.
extern void lcdinit(void);
is a declaration - it just makes a promise that a definition of the function will be provided somewhere else.

You have to keep that promise by providing the implementation of the function somewhere else in your system - either as a another source file, or in a Library.

The error message means that you have failed to keep this promise!

List of 18 messages in thread
TopicAuthorDate
Hi-tech C compile problem            01/01/70 00:00      
   Linker            01/01/70 00:00      
   Less Detail            01/01/70 00:00      
      'C' Globals            01/01/70 00:00      
   extern-ing a function declaration?            01/01/70 00:00      
      well...            01/01/70 00:00      
         The Secret            01/01/70 00:00      
            case was not an issue            01/01/70 00:00      
            Case still not an issue            01/01/70 00:00      
               Incorrect deduction            01/01/70 00:00      
                  Maybe Not            01/01/70 00:00      
                     Linker            01/01/70 00:00      
                        make            01/01/70 00:00      
   use Win98SE in a virtual machine, QEMU?            01/01/70 00:00      
      Vmware            01/01/70 00:00      
   Just a guess            01/01/70 00:00      
      possibly, but            01/01/70 00:00      
         after all the 'logicl' possibilities hav            01/01/70 00:00      

Back to Subject List