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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/22/04 09:54
Read: times


 
#81674 - Include path
Responding to: ???'s previous message
The correct path and filename is:

#include "keilc51incatmelat898252.h"

Assuming the default directory was chosen during installation.


It would be better to simply write
#include <at898252.h>
and to define an appropriate include path in your Project.
That way, when the include path changes, there is only one place you have to edit - rather than every single source file that uses at898252.h!

Also, note the use of angle brackets rather than quotes - since at898252.h should really be considered as a "system" file:
http://www.keil.com/support/m...incdir.htm

List of 12 messages in thread
TopicAuthorDate
AT898252            01/01/70 00:00      
   All the same            01/01/70 00:00      
      cna't found AT898252.h            01/01/70 00:00      
         REG8252.h            01/01/70 00:00      
            interesting            01/01/70 00:00      
               Gopalkrishnan Are you using keil?            01/01/70 00:00      
                  Yes Prahlad            01/01/70 00:00      
                     Its all version related stuff:)            01/01/70 00:00      
                        Path and filename            01/01/70 00:00      
                           Include path            01/01/70 00:00      
   TRUE, FALSE - A Word of Warning            01/01/70 00:00      
   can build target file            01/01/70 00:00      

Back to Subject List