Search found 44 matches: serialnumber

Return to advanced search

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... Opc_PidoNuevoTA() Local cBat, cOpenSSL,nError Local nHandle Local aRespuesta local cCuitNew := cCuit Local cSource := 'C=AR, O=' + cEmpresa + ', serialNumber=CUIT '+ cCuitNew +', CN='+cRazon Local cDestinationDn := 'cn=wsaa,o=afip,c=ar,serialNumber=CUIT 33697454239' local nId := val(LeeIni('FactElec','ID')) ...
by dhf27
Tue Sep 28, 2021 12:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4715

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... Opc_PidoNuevoTA() Local cBat, cOpenSSL,nError Local nHandle Local aRespuesta local cCuitNew := cCuit Local cSource := 'C=AR, O=' + cEmpresa + ', serialNumber=CUIT '+ cCuitNew +', CN='+cRazon Local cDestinationDn := 'cn=wsaa,o=afip,c=ar,serialNumber=CUIT 33697454239' local nId := val(LeeIni('FactElec','ID')) ...
by rterraz
Thu Sep 23, 2021 1:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4715

Re: nserialhd() vs serialnumber

Yes now I see. :D

It's NUMTOHEX( NSERIALHD() ) that give the same result as the VOL command.

So NSERIALHD() is not the real serial-number. After re-formating it, it will be different then.

There are also utilities to change it :cry:
by Marc Vanzegbroeck
Thu Mar 11, 2021 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nserialhd() vs serialnumber
Replies: 8
Views: 933

Re: nserialhd() vs serialnumber

nSerialHD() returns the number of the VOL command.

EMG
by Enrico Maria Giordano
Thu Mar 11, 2021 9:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nserialhd() vs serialnumber
Replies: 8
Views: 933

Re: nserialhd() vs serialnumber

It's added now :D
Enrico Maria Giordano wrote:You forgot the code. :-)

EMG
by Marc Vanzegbroeck
Thu Mar 11, 2021 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nserialhd() vs serialnumber
Replies: 8
Views: 933

Re: nserialhd() vs serialnumber

You forgot the code. :-)

EMG
by Enrico Maria Giordano
Thu Mar 11, 2021 9:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nserialhd() vs serialnumber
Replies: 8
Views: 933

Re: nserialhd() vs serialnumber

Code: Select all  Expand view
nSerialHD() = 410452486
NUMTOHEX( NSERIALHD() ) = 18770206
wmic diskdrive get serialnumber = S3TRNA0M316529
 
by Marc Vanzegbroeck
Thu Mar 11, 2021 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nserialhd() vs serialnumber
Replies: 8
Views: 933

Re: nserialhd() vs serialnumber

Can I see a sample of such serial?

EMG
by Enrico Maria Giordano
Thu Mar 11, 2021 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nserialhd() vs serialnumber
Replies: 8
Views: 933

Re: nserialhd() vs serialnumber

Unfortunately give this also a number.

Enrico Maria Giordano wrote:Try

Code: Select all  Expand view
? NUMTOHEX( NSERIALHD() )


EMG
by Marc Vanzegbroeck
Thu Mar 11, 2021 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nserialhd() vs serialnumber
Replies: 8
Views: 933

Re: nserialhd() vs serialnumber

Try

Code: Select all  Expand view
? NUMTOHEX( NSERIALHD() )


EMG
by Enrico Maria Giordano
Thu Mar 11, 2021 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nserialhd() vs serialnumber
Replies: 8
Views: 933

nserialhd() vs serialnumber

Hello,

What is the different between the serialnumber returned by nSerialHD() and the number returned by the dos-command
wmic diskdrive get serialnumber


I'm always use nSerialHD(), but I see that the other number is also with characters, instead only numbers.
by Marc Vanzegbroeck
Thu Mar 11, 2021 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nserialhd() vs serialnumber
Replies: 8
Views: 933

Re: No funciona SerialNumber()

Joaquín,

Por lo que veo el código de esas funciones es el propio de FWPPC.

Y a varios usuarios de FWPPC y a mo nos funciona bien la función SerialNumber()

A ver si se me ocurre que pueda ser, gracias
by Antonio Linares
Thu Dec 03, 2015 9:54 pm
 
Forum: FiveWin para Pocket PC
Topic: No funciona SerialNumber()
Replies: 7
Views: 1796

Re: No funciona SerialNumber()

Antonio Buenas tardes, En la la librería de FWPPC tiene que haber algo mal. Te comento, añado en mi prg la función que me pasaste y me dice que no existen 2 funciones de fwppc.h y fwstr.c. Añado esas 2 funciones y YA me devuelve el número de serie PERFECTAMENTE. Creo que hay que arreglar algo dentro...
by jmartial
Thu Dec 03, 2015 6:17 pm
 
Forum: FiveWin para Pocket PC
Topic: No funciona SerialNumber()
Replies: 7
Views: 1796

Re: No funciona SerialNumber()

Imagino que KernelIoControl() no está funcionando bien ahí

No se me ocurre otra causa...
by Antonio Linares
Wed Dec 02, 2015 7:08 pm
 
Forum: FiveWin para Pocket PC
Topic: No funciona SerialNumber()
Replies: 7
Views: 1796

Re: No funciona SerialNumber()

Antonio,

Esto es lo que sale en la PDA. ¿A qué te suena?

Image
by jmartial
Wed Dec 02, 2015 9:48 am
 
Forum: FiveWin para Pocket PC
Topic: No funciona SerialNumber()
Replies: 7
Views: 1796
Next

Return to advanced search