Results 1 to 3 of 3

Thread: I need help porting a few lines of Java to VB

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2004
    Posts
    110

    Question I need help porting a few lines of Java to VB

    Code:
    byte []Copy = ByteFromIntArray.LITTLEENDIAN.getByteArray(keyTable);
    ebp = IntFromByteArray.LITTLEENDIAN.getInteger(Copy, location);
    IntFromByteArray.LITTLEENDIAN.insertInteger(val2, 2, values[2]);
    IntFromByteArray.LITTLEENDIAN.insertInteger(val2, 6, values[3]);
    If anyone can help please do!

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    These things are not part of the standard Java API. I can guess what they're doing, but...

    I think you'd better ask in the VB forum. I don't have enough knowledge of VB to reproduce this.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    I don't think he would have much luck in the Vb forum but it's sure worth a try. The only person i know of who programs in Java and Vb is crptcblade maybe you could ask him?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width