Search:

Type: Posts; User: darkducke

Search: Search took 0.00 seconds.

  1. create and populate create bidimensional array

    hello, I have an array as follows


    char matriz_teste[][10] = { "11111111", "22222222", "33333333" };


    I need to do is to allocate the values dynamically,
    ie have a string with the values
  2. Replies
    2
    Views
    1,916

    accurate, it was this same, it correctly printed...

    accurate, it was this same, it correctly printed as img printed in the format

    byte [] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
    tnx tnx tnx!!!!
    ;)
  3. Replies
    2
    Views
    1,916

    Conversion of char for hexa!?!?

    Friends, I have a function that it prints an image from an variable of the type byte.



    byte xRPrint [] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
    PrintImage((byte *)xRPrint,...
  4. Replies
    18
    Views
    12,134

    in first place, thanks! this program prints 2...

    in first place, thanks!

    this program prints 2 bar code in the printer connected in LPT1?
    if it this, I made the procedure, it was not printed matter nothing in my printer.... has some additional...
  5. Replies
    18
    Views
    12,134

    I go to verify with the manufacturer and I...

    I go to verify with the manufacturer and I answer!


    forgives me for my English!
  6. Replies
    18
    Views
    12,134

    I thank the aid very, thus that you it will be...

    I thank the aid very, thus that you it will be able to test speaks to me with using so that I can test here and for in practical.
    while this I go trying to understand the code

    thanks!!!
  7. Replies
    18
    Views
    12,134

    I found this, more I do not know as to use for...

    I found this, more I do not know as to use for mine case!

    http://idautomation.com/fonts/code128/
  8. Replies
    18
    Views
    12,134

    I did not find nothing in help on this, only on...

    I did not find nothing in help on this, only on catching the bar code of a reader, more necessary to generate of a number that this in an variable!

    if you it will be able to give one looked at in...
  9. Replies
    18
    Views
    12,134

    to generate and to send for the printer

    to generate and to send for the printer
  10. Replies
    18
    Views
    12,134

    Compiler: hcarm_4.5a Printer POS nurit 8320...

    Compiler: hcarm_4.5a
    Printer POS nurit 8320 http://www.paytec.com.br/nurit8320.html
    www.verifone.com

    it only prints bitmap in the hexadecinal format, then necessary to generate the image in the...
  11. Replies
    18
    Views
    12,134

    To generate bar code from a number

    Necessary to generate a bar code in the format 128b, I will go to pass a number 1254896587 and necessary that is generated in hexadecimal format therefore I will go to need to better print the bar...
  12. Replies
    3
    Views
    1,654

    I use the DEV-C++, you obtained to understand...

    I use the DEV-C++,

    you obtained to understand my problem? it is everything functioning, I only have problems when receiving the message because of the size from the buffer!
  13. Replies
    3
    Views
    1,654

    Socket, client (help-me)

    I am beginning in C, I made a server in delphi and one client in C with some examples that I found in net... I obtained to make the two if to communicate, however I am with some problems in client......
Results 1 to 13 of 13