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

Search:

Type: Posts; User: ArchieSEB

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    2,372

    One little bug

    This is one bug that I known. Replace the following code:

    BOOL CNDKServer::SendMessageToSomeUsers(const CLongArray& alUserIds,
    CNDKMessage& message)
    {
    BOOL bResult = TRUE;

    for...
  2. Replies
    3
    Views
    2,372

    Very good enhancements

    Hi,

    All of your items are good helper. If one day I'll made some improvement to the NDK, I'll include some of your stuff.

    Thank you,
    Sébastien

    PS: Would it be possible to see your...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured