Re: [edk2] trying to include PeImage.h

2014-01-31 Thread John Davis
Thanks for your expertise Andrew. I'll use your advice. -- WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key security issues and tren

Re: [edk2] trying to include PeImage.h

2014-01-31 Thread Andrew Fish
On Jan 31, 2014, at 4:47 PM, John Davis wrote: > > > On Fri, Jan 31, 2014 at 4:28 PM, Andrew Fish wrote: > > On Jan 31, 2014, at 4:11 PM, John Davis wrote: > >> Hello >> >> I'm trying to #include in a .c file. >> I think, but not certain that the inf file [LibraryClasses] determines the

Re: [edk2] trying to include PeImage.h

2014-01-31 Thread John Davis
On Fri, Jan 31, 2014 at 4:28 PM, Andrew Fish wrote: > > On Jan 31, 2014, at 4:11 PM, John Davis wrote: > > Hello > > I'm trying to #include in a .c file. > I think, but not certain that the inf file [LibraryClasses] determines the > include path as well as libs to link. With that said I added

Re: [edk2] trying to include PeImage.h

2014-01-31 Thread Andrew Fish
On Jan 31, 2014, at 4:11 PM, John Davis wrote: > Hello > > I'm trying to #include in a .c file. > I think, but not certain that the inf file [LibraryClasses] determines the > include path as well as libs to link. With that said I added > Include paths are inherited from packages. So it is

[edk2] trying to include PeImage.h

2014-01-31 Thread John Davis
Hello I'm trying to #include in a .c file. I think, but not certain that the inf file [LibraryClasses] determines the include path as well as libs to link. With that said I added [LibraryClasses] UefiApplicationEntryPoint UefiLib BaseLib To my BaseLib to that section as shown, but it sti