News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Small test on UNICODE command line library functions.

Started by hutch--, November 01, 2011, 03:20:36 AM

Previous topic - Next topic

hutch--

I have included the source but it cannot be built without the later include files and libraries. What I need is for any with a little time to run the batch file that comes with the zip file and post the results. It is testing a unicode command line algo that has buffer overrun protection and it would be useful to see how it performs on non US English versions of Windows. It most probably will not run on Win9x versions as it is purely unicode.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

ToutEnMasm

Works ok
Quote
1 one
2 two
3 three
4 number four (4)
5 five
6 six (6)
7 seven
8 eight
9 nine
10 ten
11 eleven
12 An Even Dozen
13 13
no further arguments available

---------------------------------------------
The next test shows the buffer overrun error
---------------------------------------------

1 shortarg
Larger buffer required for selected argument

1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
10 10
11 11
12 12
13 13
14 14
15 15
16 16
17 17
18 18
19 19
20 20
21 21
22 22
23 23
24 24
25 25
26 26
27 27
28 28
29 29
30 30
no further arguments available

Appuyez sur une touche pour continuer...
Rebuild : miss ucGetCL in the beta version