Antonio
The printer is HP DESKJET 460 BT
I am gonna check the docs at the customer's place to see if i can find something.
Still puzzled ! Why File explorer does not need to set a default font ??
Thanks for the help
Antonio
The printer is HP DESKJET 460 BT
I am gonna check the docs at the customer's place to see if i can find something.
Still puzzled ! Why File explorer does not need to set a default font ??
Thanks for the help
Richard Chidiak wrote:Still puzzled ! Why File explorer does not need to set a default font ??
Enrico,
Yes, I fully agree with you. It has to be that way
HB_FUNC( WRITE233 ) // hComm --> lOk
{
DWORD cBytes;
char ch = 233;
hb_retl( ( BOOL ) WriteFile( ( void * ) hb_parnl( 1 ), &ch, 1, &cBytes, NULL ) );
}Don't think so. It is more likely that the printer requires wide chars instead of simple chars.
EMG
Enrico,
We have already tested with wide chars, unless we may be missing a signed test also
Did you try using AnsiToWide()?
EMG
Enrico,
No, we didn't. Yes, you are right, we should try it also
Antonio
I do not have the printer available at the moment. It was delivered to the customer.
I will have a new one within the next 2 days (we have purchased one).
I will continue testing when i will have it available,
regards
Richard
Richard,
Ok, thanks