Page 1 of 1

console window output in win 10 64 bit

Posted: Wed Jan 08, 2020 9:48 pm
by RPC
Hi
I have compiled old clipper program in console mode using HMG 3.4.4 build 64/32 on laptop having win 10 64 bit.
When I run the program I get console window which produces "diamond" lines in place of straight lines as produced in 32 bit win 7.
also the console window shows characters different from expected characters.  I have enclosed SS from both os 32 bit
console win 7 32 bit 20200109_031345.jpg
console win 7 32 bit 20200109_031345.jpg (4.63 MiB) Viewed 13602 times
and 64 bit
Console window 64 bit.png
Console window 64 bit.png (268.69 KiB) Viewed 13602 times
.
How can I get proper console window in 64 bit machine
Thanks

Re: console window output in win 10 64 bit

Posted: Wed Jan 08, 2020 11:09 pm
by AUGE_OHR
hi,

what sign do you use for Line :?:

your Box in middle are correct so i guess you do not use Cl*pper Constant B_SINGLE from BOX.CH :idea:

Re: console window output in win 10 64 bit

Posted: Thu Jan 09, 2020 11:24 am
by RPC
Hi AUGE_OHR
Thanks for the reply
I use "chr(195)+replicate(chr(196),r-l-1)+chr(180)" for drawing the line which is producing heart and diamonds.CHR(195)=├,CHR(196)= ─,CHR(180)= ┤
The box in the middle is drawn using achoice. In that also when I press down arrow key the bottom line of box turns into diamonds
I have also used CHR(194)= ┬,CHR(179)=│,CHR(193)= ┴ at the bottom, to draw vertical lines which also shows superscript 3 instead of │

Re: console window output in win 10 64 bit

Posted: Thu Jan 09, 2020 12:26 pm
by AUGE_OHR
hi,

do you use ANSI or UNICODE Version :?:

Re: console window output in win 10 64 bit

Posted: Thu Jan 09, 2020 7:08 pm
by RPC
I am using UNICODE version.

Re: console window output in win 10 64 bit

Posted: Thu Jan 09, 2020 7:09 pm
by RPC
I am using UNICODE version.