Search:

Type: Posts; User: kuphryn

Page 1 of 20 1 2 3 4

Search: Search took 0.08 seconds.

  1. Thread: Image Library

    by kuphryn
    Replies
    8
    Views
    3,330

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

    gdi, gdi+ from microsoft
    FreeImage library from sourceforge

    Kuphryn
  2. Replies
    3
    Views
    2,236

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

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

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

    several choices such as constructor, oncreate,...

    several choices such as constructor, oncreate, etc.

    Kuphryn
  6. Replies
    3
    Views
    1,669

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

    as an experiment removed the call to...

    as an experiment removed the call to InvalidateRect()

    Kuphryn
  8. Replies
    3
    Views
    1,669

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

    should add parentheses Kuphryn

    should add parentheses

    Kuphryn
  10. Thread: name of a type

    by kuphryn
    Replies
    5
    Views
    1,104

    another possible approach is typeid Kuphryn

    another possible approach is typeid

    Kuphryn
  11. Replies
    7
    Views
    1,574

    another approach is void pointer Kuphryn

    another approach is void pointer

    Kuphryn
  12. Replies
    13
    Views
    2,555

    possible firewall what port? Kuphryn

    possible firewall

    what port?

    Kuphryn
  13. Replies
    6
    Views
    4,381

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

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

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

    Kuphryn
  15. Replies
    6
    Views
    4,381

    check out wcstombs() Kuphryn

    check out wcstombs()

    Kuphryn
  16. Replies
    2
    Views
    2,064

    validate pointers and window handles Kuphryn

    validate pointers and window handles

    Kuphryn
  17. Replies
    2
    Views
    960

    SetMenuItemBitmaps() Kuphryn

    SetMenuItemBitmaps()

    Kuphryn
  18. Replies
    11
    Views
    1,645

    dynamic_cast() Kuphryn

    dynamic_cast()

    Kuphryn
  19. Replies
    12
    Views
    2,398

    increment coordinates by 10 bitmap is empty...

    increment coordinates by 10

    bitmap is empty after initial render?

    Kuphryn
  20. Replies
    12
    Views
    2,398

    what values are RasterX and RasterY? Kuphryn

    what values are RasterX and RasterY?

    Kuphryn
  21. Replies
    14
    Views
    1,933

    make sure you initialize enum Kuphryn

    make sure you initialize enum

    Kuphryn
  22. Replies
    3
    Views
    901

    keep both Kuphryn

    keep both

    Kuphryn
  23. Replies
    7
    Views
    1,347

    return doesnt exist after return verify via...

    return doesnt exist after return

    verify via reference

    Kuphryn
  24. Replies
    6
    Views
    1,259

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

    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