[edk2] Fresh checkout from EDKII and VfrCompile failed when compiling Nt32Pkg

2015-05-08 Thread Leandro Becker
Hello, I made a checkout of EDKII and started compiling Nt32Pkg, but it failed on Visual Studio 2012. After some minutes I got the following error: "VfrCompile" -l -n --string-db d:\positivo\edkii\Build\NT32IA32\DEBUG_VS 2012x86\IA32\MdeModulePkg\Universal\DriverSampleDxe\DriverSampleDxe

Re: [edk2] App launch from EDKII shell says "ShellInitApp: App not called from shell" but runs fine in UDK 2014 shell

2015-05-06 Thread Leandro Becker
Correcting... It works if I use EdkShellBinPkg from UDK2014. >>> Em Quarta, 6 de Maio de 2015 às 11:44, na mensagem <5549febc.25f2.00d...@positivo.com.br>, "Leandro Becker" gravou: Hello I'm running an EFI application from one of ours suppliers using EDKII she

[edk2] App launch from EDKII shell says "ShellInitApp: App not called from shell" but runs fine in UDK 2014 shell

2015-05-06 Thread Leandro Becker
Hello I'm running an EFI application from one of ours suppliers using EDKII shell and it's failing with error: "ShellInitApp: App not called from shell" When this same app is launched in UDK2014 shell, it works nicely. Any hint in where I must start looking to make the EDKII shell run this app?

Re: [edk2] Enc.: [PATCH] - ShellPkg: Some improvements in space handling, "if" command and user input reading

2014-07-18 Thread Leandro Becker
Agreement 1.0 Signed-off-by: Leandro G. B. Becker === Thank you! Leandro Becker >>> Em Quinta, 26 de Junho de 2014 às 14:14, na mensagem , "Carsey, Jaben" gravou: Looks good. You need to send it to the EDKII mailing

[edk2] [PATCH] - ShellPkg: Some improvements in space handling, "if" command and user input reading

2014-06-16 Thread Leandro Becker
Hello, I made some improvements in ShellPkg that I think would be nice for the community. === ShellPkg: Improvements in space handling, "if" command also accepts directory and user input reading. 1. Improvements in space handling at command li

Re: [edk2] INVALID PARAMETER when opening a file for writing

2014-03-28 Thread Leandro Becker
using the read and create flags. I had a problem like this and passing those flags the file could be opened and written. Best Regards Leandro Becker >>> Em Quinta, 27 de Março de 2014 às 13:50, na mensagem <98d4070157384f6aa641a82900863...@amspr02mb229.eurprd02.prod.outlook.co

Re: [edk2] INVALID PARAMETER when opening a file for writing

2014-03-28 Thread Leandro Becker
Hello, Try also using the read and create flags. I had a problem like this and passing those flags the file could be opened and written. Best Regards Leandro Becker >>> Em Quinta, 27 de Março de 2014 às 13:50, na mensagem <98d4070157384f6aa641a82900863...@amspr02mb

[edk2] [PATCH] Script for command when using for %x in *.txt return results with misplaced quotation marks and spaces

2014-01-29 Thread Leandro Becker
ached in this e-mail. --- Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Leandro G. Biss Becker ------- Att, Leandro Becker Positivo Informatica S/A --- For.c 2014-01-2

[edk2] [PATCH] Script for command when using for %x in *.txt return results with misplaced quotation marks and spaces

2014-01-29 Thread Leandro Becker
d (set -p) to prompt the user the value to be assigned to the variable. I don't know if those kind of modifications are of the interest of the EDKII project. If yes, let me know and I can release it in a patch also. Att, Leandro Becker Positivo Informatica S/A --- For.c 2014-01-28

Re: [edk2] Submitting code bug correction

2014-01-28 Thread Leandro Becker
Can I put a copyright notice of my company at the file header in such minor bug correction? Like Copyright (c) 2014, My Company. All rights reserved. >>> Em Terça, 28 de Janeiro de 2014 às 14:57, na mensagem , "Carsey, Jaben" gravou: There is a page describing how to contribute. http://source

[edk2] Submitting code bug correction

2014-01-28 Thread Leandro Becker
Hello guys, I would like to submit a correction to a bug I found on "for" command whe doing things like for %x in *.txt What is the best way to submit? A .patch file? The entire for.c file? Thank you! Leandro -- Watch

[edk2] Open two TCPv4 simultaneous connection using Tcp4 Service

2014-01-10 Thread Leandro Becker
Hello everyone!   I'm developing a small FTP client to be used in the shell (without the stdlib) and right now I'm facing a problem with a second TCP connection (passive FTP) using the Tcp4 Service. The second connection is being opened fine and I was able to download the file, but when the