Activity for Milton Neal

  • Milton Neal Milton Neal posted a comment on ticket #214

    Hi Martin, tried your fix and now appears to be working ok. I'll test it a bit more when time permits. I'll get back to you if I have any more issues. For now we'll calling it resolved. Thanks for your help .. Milton

  • Milton Neal Milton Neal created ticket #214

    Aztec code hangs using zint command line on Release build

  • Milton Neal Milton Neal modified ticket #10

    Database expanded stacked barcode with AI 255 not working

  • Milton Neal Milton Neal posted a comment on ticket #10

    Hello beytullah gueneyli The issue was a typo in MessageProcessor.cs file. I had 254 instead of 255 for the AI. This is fixed now and have uploaded it to the repository. You can download the file and re-compile the source or download the binary. Let me know how you get on. Cheers Milton

  • Milton Neal Milton Neal created ticket #192

    include <malloc.h>

  • Milton Neal Milton Neal posted a comment on ticket #190

    Hello Robin, Martin Tested the lastest fix (B-1) and all my test data works fine including HIBC and GS1 data. Thanks for your work. Milton

  • Milton Neal Milton Neal posted a comment on ticket #190

    Hi Robin, tried your solution and found that some my test data would not generate barcodes that would scan correctly. I reverted back to the original code and ran my test data again and all was ok. So currently i'm trying to figure out where the problems lies in your updated code. I'll get back to you when i find the issue. In the mean time maybe you can check it out your end. Thanks Milton

  • Milton Neal Milton Neal posted a comment on ticket #9

    Hi Vadim Thanks for the feedback. I've re-check all the dm code and all appears correct. Hopefully we have sovled all the issues. :)

  • Milton Neal Milton Neal created ticket #190

    Aztec - Buffer over run

  • Milton Neal Milton Neal posted a comment on ticket #9

    Vadim Can you try the lastest patch for me. Thanks Milton

  • Milton Neal Milton Neal posted a comment on ticket #189

    I think we can call this issue sorted and close this ticket. Thanks all, Milton

  • Milton Neal Milton Neal posted a comment on ticket #9

    Hello Vadim I've uploaded a code fix for DataMatrix.cs to the repository. You can download it into your project. Let me know how you get on. Cheers Milton

  • Milton Neal Milton Neal posted a comment on ticket #9

    Hello Vadim As you may know the ZintNet library is a port of the C Zint library. So a lot of code was converted from C to C#. Some of the issues were typing errors in converting the code. Some were bug fixes in the original Zint C code which I hadn't applied to the ZintNet code. In my code I found that an ECI was being inadvertently added the beginning of the symbol, which shouldn't have affected scanning of the barcode, as all you lastest samples scanned correctly with my scanner. I'll look deeper...

  • Milton Neal Milton Neal posted a comment on ticket #189

    Hi Martin I tested your commit with the following data and they decoded correctly with my scanner. [01]95012345678903[3103]000123 [01]03453120000011[17]120508[10]ABCD1234[410]9501101020917 [01]04610044273252[21]LRFX)k<C7ApWJ[91]003A[92]K8rNAqdvjmdxsmCVuj3FhaoNzQuq7Uff0sHXfz1TT/doiMaGQqNF+VPwMvwVbm1fxjzuDt6jxLCcc8o/tqbEDA==

  • Milton Neal Milton Neal modified ticket #9

    Barcodes are not readable

  • Milton Neal Milton Neal modified ticket #8

    Datamatrix barcode creation error (again)

  • Milton Neal Milton Neal posted a comment on ticket #189

    Hi Martin I'm using a Symbol Technologies (Zebra)DS9208 scanner, I picked up on Ebay to replace my old scanner that died. I picked this unit mainly because it supported Han Xin code. I also use a couple of phone apps one ZXing and the other by Cognex but they don't seem to support Aztec GS1. Cheers Milton

  • Milton Neal Milton Neal posted a comment on ticket #189

    Think I found the cause of the problem if ((reduced_encode_mode[i] == 'P') || (reduced_encode_mode[i] == 'p')) { if (gs1 && (reduced_source[i] == '[')) { if (!az_bin_append(0, 5, binary_string)) return ZINT_ERROR_TOO_LONG; // FLG(n) if (!az_bin_append(0, 3, binary_string)) return ZINT_ERROR_TOO_LONG; // FLG(0) = FNC1 } else if......... following line 780 add the above line. This seems to work now. Can you check if this is correct. Thanks Milton

  • Milton Neal Milton Neal created ticket #189

    Aztec GS1 mode generates incorrect barcode

  • Milton Neal Milton Neal posted a comment on ticket #184

    Thanks Robin Can now close this ticket. Milton

  • Milton Neal Milton Neal posted a comment on ticket #188

    Hi GitLost Thanks for the insight. Can close this ticket.

  • Milton Neal Milton Neal created ticket #188

    Possible bug in Grid Matrix

  • Milton Neal Milton Neal posted a comment on ticket #184

    Hi Robin, I applied your fix (without the extra length checks) to the ZintNet code and has cleared the "index out of bounds" issues I was having. We will call it fixed. Thanks for having a look at this. Milton

  • Milton Neal Milton Neal created ticket #184

    CodeOne buffer overrun issues.

  • Milton Neal Milton Neal posted a comment on ticket #8

    Hello Vadim I have uploaded a new patch for the DatamatrixEncoder.cs. You can down load it from the repository. It should fix you issues. Let me know how you get on. Milton

  • Milton Neal Milton Neal posted a comment on ticket #9

    Hello Sergey I have uploaded a patched version on DatamatrixEncoder.cs. You can download it from the repository. This now generates and scans correctly. I tested this with your sample data. Let me me if you have any more problems. Milton

  • Milton Neal Milton Neal modified ticket #7

    Eroor create Datamatrix

  • Milton Neal Milton Neal posted a comment on ticket #7

    Image for you to compare.

  • Milton Neal Milton Neal posted a comment on ticket #7

    Hi Sergey, Found the issue you were having with datamatrix encoding. I have uploaded the fix in the DatamatrixEncoder.cs file. You can downloaded and recompile and this should fix your problem. Let me know how you get on. Thanks Milton

  • Milton Neal Milton Neal posted a comment on ticket #7

    Hi Sergey I tried your input data on my computer using the latest dll version and it generates a correct barcode. Have you got the latest version? Milton

  • Milton Neal Milton Neal posted a comment on ticket #174

    Hi Robin, I tested it with some random eci values and it seems to work ok, generating values in the correct range. Thanks for your help on this.

  • Milton Neal Milton Neal created ticket #174

    Dotcode ici values

  • Milton Neal Milton Neal modified ticket #6

    Removing Hewlett-Packard ArrayEx.dll dependency

  • Milton Neal Milton Neal modified ticket #6

    Removing Hewlett-Packard ArrayEx.dll dependency

  • Milton Neal Milton Neal posted a comment on ticket #6

  • Milton Neal Milton Neal posted a comment on ticket #6

    Hello Anthony, Yes the module is mine. I have update the assembley attributes and re compiled the dll. It now has the correct copyright info etc for the dll. I have uploaded it, so you download it and update your source. Regards Milton

  • Milton Neal Milton Neal posted a comment on ticket #6

    Hi Anthony, ArrayEx.dll was a module I wrote severall years earlier for another project, decided to use it for ZintNet. It has nothing to do with HP other than the computer I wrote the code on was a HP with the computer name Hewlett-Packard, in which Visual Studio picks as the default developers name. In saying all this, I should update this old module , though I have been tossing up to re-write some of the code and do away with this dll altogether. The ArrayEx.cs is in the code repository but not...

  • Milton Neal Milton Neal posted a comment on ticket #4

    Hello Brian, thanks for bringing this issue to light. I will apply your suggested bug fixs and update the code repository and project files. With thanks ... Milton

  • Milton Neal Milton Neal committed [515bb0]

    Updates to Dotcode Encoder.

  • Milton Neal Milton Neal committed [98361c]

    Fix enforces length for GSRN

  • Milton Neal Milton Neal committed [f431ba]

    Mailmark bug fix.

  • Milton Neal Milton Neal committed [9c2c02]

    Mailmark bug fix

  • Milton Neal Milton Neal committed [856748]

    Add 4 State method.

  • Milton Neal Milton Neal committed [754b76]

    Bug fix in Mailmark barcode

  • Milton Neal Milton Neal committed [d2cce9]

    Bug fix Mailmark.cs

  • Milton Neal Milton Neal committed [2de1fb]

    Merge branch 'master' of ssh://miltonneal@git.code.sf.net/p/zintnet/code

  • Milton Neal Milton Neal committed [50a7ac]

    Added support for VIN code and Mailmark 4 state barcodes.

  • Milton Neal Milton Neal committed [b18488]

    Added support for VIN code and Mailmark 4 state barcodes.

  • Milton Neal Milton Neal committed [815e01]

    Enhanced data length checks for GS1 AI's in MessageProcessors

  • Milton Neal Milton Neal committed [900876]

    Add multiply to BinaryMath.cs and update encoders that use it.

  • Milton Neal Milton Neal committed [d7497b]

    Refactor code and bug fixes

  • Milton Neal Milton Neal committed [d92f96]

    Added DMRE size 26x40

  • Milton Neal Milton Neal committed [66dec2]

    Add length checking to PostNet and Planet barcodes.

  • Milton Neal Milton Neal committed [3f6cfa]

    Update license info, no functional change.

  • Milton Neal Milton Neal committed [afad80]

    Fix bug in Australia Post encoder

  • Milton Neal Milton Neal committed [8823c5]

    Update AztecEncoder.cs to align with the Zint's Aztec code.

  • Milton Neal Milton Neal committed [932fd0]

    Code audit - no functional change.

  • Milton Neal Milton Neal committed [b747ee]

    Centralise rendering of Maxicode symbol

  • Milton Neal Milton Neal committed [e682d5]

    Fix issue with bearer bars being clipped in image output

  • Milton Neal Milton Neal committed [295f45]

    Maxicode, add support for mode 6

  • Milton Neal Milton Neal committed [23ba68]

    Added support for UPN QR code.

  • Milton Neal Milton Neal committed [e5016c]

    Fix bug in mode 4, added ECI support

  • Milton Neal Milton Neal committed [1bb679]

    Fix bug in MessageProcessors - TildeParser

  • Milton Neal Milton Neal modified ticket #2

    Please add information about licence

  • Milton Neal Milton Neal committed [ccf9fa]

    Add license information[LICENSE.txt]

  • Milton Neal Milton Neal posted a comment on ticket #2

    Hello Mariusz ZintNET is covered under the BSD license and per the headers of each file. To clarify this I've add a LICENCE.txt file to the code repository. Thanks Milton

  • Milton Neal Milton Neal committed [21a995]

    Complete XML summeries in public classes, methods and enumerations

  • Milton Neal Milton Neal modified ticket #1

    GS1 Databar Expanded Stacked creating invalid bar code

  • Milton Neal Milton Neal posted a comment on ticket #1

    Alex, I have now uploaded a code repository for ZintNet. If you update your project with the repository file "BitstreamEncoded.cs" this will fix the issue. At this stage I don't want to upload a new zip of the project as I'm currently updating the GDI demo program. Let me know if you have any issues. Milton

  • Milton Neal Milton Neal committed [a4a4b1]

    Initial Commit

  • Milton Neal Milton Neal posted a comment on ticket #1

    Hello Alex Thanks for the bug report. I think i have found what is causing this issue. I'll do some more testing and once i'm satisfiied the issue is fixed i'll post the update. Milton

  • Milton Neal Milton Neal posted a comment on ticket #57

    Harald, I agree fully that if you specify a symbol size and the data does not fit...

1