CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Threaded View

  1. #1
    Join Date
    Mar 2012
    Posts
    12

    MFC with JNA(Java Native Access)

    exame in Java I code :
    Code:
      for (int i = 0; i < 5; i++)
           System.out.println(i);
    result in afew milliseconds:

    Code:
     0     in  seconds 1 (assume)
     1     in  seconds 2
     2     in  seconds 3
     3     in  seconds 4
     4     in  seconds 5
    Help me :
    I want get result of i in Java to showing text in dialog MFC as time above

    in dialog will show in text box :
    in first second show : 0
    in 2sd second show : 1
    in 3rd second show : 2
    in 4th second show : 3
    in 5th second show : 4

    _______

    a anonymou guide me use JNA ,but i don't know how handle, and don't know Search in GOOGLE with what Key

    Help me,thanks
    Last edited by htuan_2005; April 12th, 2012 at 08:45 PM.

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

Featured