Hi Antonio,
I posted this message in harbour dev list, but Viktor can't fix it because my sample need register a DLL...
Please download this: http://www.fwi.com.br/nfe.zip.
You need dotnetfx.exe 2.0 or above installed, and you need register dll, because is OLE. There
are a registraDLL.bat file in that package.
to test:
--cut---
local oOle, nRet := 0, QtdErros := 0, Mensagem := ""
oOle = Win_OleCreateObject( "NFe_Util_PL005a.Util" )
oOle:ValidaXMLXHarbour( "", 1, @Mensagem, @QtdErros, @nRet )
? Mensagem, QtdErros, nRet
---cut---
The result NEED be:
---cut---
Erro: Arquivo de Schema Inexistente
0
3
---cut---
Best regards,
Toninho.