Re: [edk2] Cannot access files with StdLib in my UEFI application

2014-12-28 Thread Volodymyr Sharovar
> > Subject: [edk2] Cannot access files with StdLib in my UEFI application > > From: "Cohen Nehemia, Eli" > > To: "edk2-devel@lists.sourceforge.net" > > Date: 2012-03-15 15:00:43 > > Hi, > > > > I am developing an UEFI application using EADK and StdLib. That > application runs just fine except wh

[edk2] Driver with HII hangs on machines with EFI 2.00 specification revision

2014-08-20 Thread Volodymyr Sharovar
I get an assertion error when loading a driver with HII stuff on machines with EFI 2.00 specification revision in uefi shell with load command. Specifically the error I got was: ASSERT c:\myworkspace\MdeModulePkg\Library\UefiHiiServicesLib\UefiHiiServicesLib.c(100) : !EFI_ERROR (Status) If loadi

[edk2] Using EFI_PROTOCOL_DEFINITION, EFI_PROTOCOL_CONSUMER and EFI_PROTOCOL_PRODUCER

2014-07-02 Thread Volodymyr Sharovar
ter's Guide" Section 8.4.1. My question is where and when would I use these macros? Also what would be the benefit of using them over the method stated in Module Writer's Guide? Thank you, Volodymyr Sharovar --

Re: [edk2] How to use ShellPkg libraries in my own application

2014-06-12 Thread Volodymyr Sharovar
eeds to be before > > Components? All the open source DSC files are structured this way. > > > > Thanks, > > > > Andrew Fish > > > > > but it gives me "error 4000: Instance of library class > > [HandleParsingLib] is not found" erro

Re: [edk2] How to use ShellPkg libraries in my own application

2014-06-05 Thread Volodymyr Sharovar
re specific > than "Re: Contents of edk2-devel digest..." > > > Today's Topics: > >1. How to use ShellPkg libraries in my own application > (Volodymyr Sharovar) >2. Re: How to use ShellPkg libraries in my own application > (Andrew Fish) >

[edk2] How to use ShellPkg libraries in my own application

2014-06-02 Thread Volodymyr Sharovar
error 4000: Instance of library class [HandleParsingLib] is not found" error. Am I passing the worng Library? Thank you Volodymyr Sharovar -- Learn Graph Databases - Download FREE O'Reilly Book "Gra

[edk2] UEFI build fails when using .cpp

2013-02-03 Thread Volodymyr Sharovar
Hello, I am a new person in UEFI development. I've gotten a task to develop a UEFI application, which should be written by using C++ language. I see that all examples in UDK developed using C not C++. I wonder if it is possible to use C++ for UEFI development. I tried to build a simple C++ applicat