Search:

Type: Posts; User: kuphryn

Page 1 of 20 1 2 3 4

Search: Search took 0.13 seconds.

  1. Thread: Image Library

    by kuphryn
    Replies
    8
    Views
    3,413

    gdi, gdi+ from microsoft FreeImage library from...

    gdi, gdi+ from microsoft
    FreeImage library from sourceforge

    Kuphryn
  2. Replies
    3
    Views
    2,263

    tcp is one-to-one, or direct connection. servers...

    tcp is one-to-one, or direct connection. servers may share data. this process is independent of tcp.

    Kuphryn
  3. Replies
    1
    Views
    1,787

    robust winsock io models are limited to 64...

    robust winsock io models are limited to 64 sockets each thread, except iocp. you have two choices: multiple threads or iocp.

    Kuphryn
  4. Replies
    4
    Views
    1,430

    two typical threads are worker and ui. on...

    two typical threads are worker and ui. on windows platform an instance of an application resides in a process. the process has a default main ui thread. update ui objects from within the ui...
  5. Replies
    2
    Views
    1,569

    several choices such as constructor, oncreate,...

    several choices such as constructor, oncreate, etc.

    Kuphryn
  6. Replies
    3
    Views
    1,710

    static ip check out msdn for winsock api to...

    static ip

    check out msdn for winsock api to get network ip address or router api (system is connected to the internet via router)

    dynamic ip

    one approach is to connect to an external server...
  7. Thread: Flicker in GDI

    by kuphryn
    Replies
    8
    Views
    2,321

    as an experiment removed the call to...

    as an experiment removed the call to InvalidateRect()

    Kuphryn
  8. Replies
    3
    Views
    1,710

    not too easy to get dynamic internet ip via pure...

    not too easy to get dynamic internet ip via pure winsock

    static or dynamic?

    Kuphryn
  9. Thread: IF statement

    by kuphryn
    Replies
    7
    Views
    1,066

    should add parentheses Kuphryn

    should add parentheses

    Kuphryn
  10. Thread: name of a type

    by kuphryn
    Replies
    5
    Views
    1,122

    another possible approach is typeid Kuphryn

    another possible approach is typeid

    Kuphryn
  11. Replies
    7
    Views
    1,623

    another approach is void pointer Kuphryn

    another approach is void pointer

    Kuphryn
  12. Replies
    13
    Views
    2,624

    possible firewall what port? Kuphryn

    possible firewall

    what port?

    Kuphryn
  13. Replies
    6
    Views
    4,461

    all api should be unicode and 32-bit api are...

    all api should be unicode and 32-bit api are legacy code

    Kuphryn
  14. Replies
    6
    Views
    4,461

    size_t a = wcstombs(NULL, b, wcslen(b)) + 1 ...

    size_t a = wcstombs(NULL, b, wcslen(b)) + 1

    Kuphryn
  15. Replies
    6
    Views
    4,461

    check out wcstombs() Kuphryn

    check out wcstombs()

    Kuphryn
  16. Replies
    2
    Views
    2,140

    validate pointers and window handles Kuphryn

    validate pointers and window handles

    Kuphryn
  17. Replies
    2
    Views
    988

    SetMenuItemBitmaps() Kuphryn

    SetMenuItemBitmaps()

    Kuphryn
  18. Replies
    11
    Views
    1,682

    dynamic_cast() Kuphryn

    dynamic_cast()

    Kuphryn
  19. Replies
    12
    Views
    2,467

    increment coordinates by 10 bitmap is empty...

    increment coordinates by 10

    bitmap is empty after initial render?

    Kuphryn
  20. Replies
    12
    Views
    2,467

    what values are RasterX and RasterY? Kuphryn

    what values are RasterX and RasterY?

    Kuphryn
  21. Replies
    14
    Views
    2,001

    make sure you initialize enum Kuphryn

    make sure you initialize enum

    Kuphryn
  22. Replies
    3
    Views
    923

    keep both Kuphryn

    keep both

    Kuphryn
  23. Replies
    7
    Views
    1,379

    return doesnt exist after return verify via...

    return doesnt exist after return

    verify via reference

    Kuphryn
  24. Replies
    6
    Views
    1,308

    pointers not references post couple lines api...

    pointers not references

    post couple lines api create thread and callback function

    Kuphryn
  25. Thread: const

    by kuphryn
    Replies
    7
    Views
    1,106

    depends completely valid be careful parameters...

    depends

    completely valid be careful parameters

    Kuphryn
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4