CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: wu7up

Search: Search took 0.02 seconds.

  1. DatagramPacket to read non-constant sized UDP message

    Hi,

    I need to receive UDP packages through DatagramPacket.

    Since the message's length is not constant, I need to read the length first.

    I know the protocol definition for this customized...
  2. Thread: bubble level

    by wu7up
    Replies
    2
    Views
    1,205

    Re: bubble level

    got the solution:

    just extend the JLabel and override the protected void paintComponent(Graphics g).

    In this customized control, I can draw 2 circles (same center, different radius) in the...
  3. Replies
    2
    Views
    5,015

    Re: JNI - Error File Not Found!!!

    You can System.out.println(System.getProperty("java.library.path")) to see what paths have been added.
  4. Thread: bubble level

    by wu7up
    Replies
    2
    Views
    1,205

    bubble level

    Hi, all

    I need to do a small graph like a bubble level in my Applet.

    Given 3 values, X, Y, Z Accelerations, the bubble should be drawn there in the target panel of the graph, Just like a...
  5. Replies
    2
    Views
    1,573

    strange SocketChannel

    Hi, All,

    I am doing a TCP connection using SocketChannel.


    I have a channel creation module, and a data collection module.

    in the former module, user can input the parameters to setup the...
  6. Replies
    1
    Views
    675

    ask about multi threading in DLL

    Hi,

    I would like to provide several C APIs. The APIs will be included in a dll on windows 32 platform, written in C.


    something like:

    1: open(char* ip, char* port, void *session)
    2:...
  7. Replies
    1
    Views
    582

    Add one point that when the ASP loads, the DLL is...

    Add one point that when the ASP loads, the DLL is not loaded .
    It is strange that when I use regMon to monitor the registry,
    it says: ...
  8. Replies
    1
    Views
    582

    COM in windows 2003 server

    Hi,all

    I have a software which use ASP pages to invoke COM componts.
    They are OK on the windows 2000 system.

    But, when I installed the software onto the windows 2003 server,
    I find one of the...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured