Search:

Type: Posts; User: kuphryn

Page 1 of 20 1 2 3 4

Search: Search took 0.05 seconds.

  1. Thread: Image Library

    by kuphryn
    Replies
    8
    Views
    3,362

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

    gdi, gdi+ from microsoft
    FreeImage library from sourceforge

    Kuphryn
  2. Replies
    3
    Views
    2,244

    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,769

    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,408

    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,545

    several choices such as constructor, oncreate,...

    several choices such as constructor, oncreate, etc.

    Kuphryn
  6. Replies
    3
    Views
    1,677

    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,284

    as an experiment removed the call to...

    as an experiment removed the call to InvalidateRect()

    Kuphryn
  8. Replies
    3
    Views
    1,677

    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,031

    should add parentheses Kuphryn

    should add parentheses

    Kuphryn
  10. Thread: name of a type

    by kuphryn
    Replies
    5
    Views
    1,108

    another possible approach is typeid Kuphryn

    another possible approach is typeid

    Kuphryn
  11. Replies
    7
    Views
    1,591

    another approach is void pointer Kuphryn

    another approach is void pointer

    Kuphryn
  12. Replies
    13
    Views
    2,565

    possible firewall what port? Kuphryn

    possible firewall

    what port?

    Kuphryn
  13. Replies
    6
    Views
    4,413

    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,413

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

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

    Kuphryn
  15. Replies
    6
    Views
    4,413

    check out wcstombs() Kuphryn

    check out wcstombs()

    Kuphryn
  16. Replies
    2
    Views
    2,093

    validate pointers and window handles Kuphryn

    validate pointers and window handles

    Kuphryn
  17. Replies
    2
    Views
    969

    SetMenuItemBitmaps() Kuphryn

    SetMenuItemBitmaps()

    Kuphryn
  18. Replies
    11
    Views
    1,650

    dynamic_cast() Kuphryn

    dynamic_cast()

    Kuphryn
  19. Replies
    12
    Views
    2,413

    increment coordinates by 10 bitmap is empty...

    increment coordinates by 10

    bitmap is empty after initial render?

    Kuphryn
  20. Replies
    12
    Views
    2,413

    what values are RasterX and RasterY? Kuphryn

    what values are RasterX and RasterY?

    Kuphryn
  21. Replies
    14
    Views
    1,967

    make sure you initialize enum Kuphryn

    make sure you initialize enum

    Kuphryn
  22. Replies
    3
    Views
    906

    keep both Kuphryn

    keep both

    Kuphryn
  23. Replies
    7
    Views
    1,350

    return doesnt exist after return verify via...

    return doesnt exist after return

    verify via reference

    Kuphryn
  24. Replies
    6
    Views
    1,271

    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,089

    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