Search:

Type: Posts; User: xlines

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    3,744

    Well, I could do so easily, but wouldn't that be,...

    Well, I could do so easily, but wouldn't that be, and correct me if I am wrong, just global exposure of a local context? btw problem is solved via WM_KEYBOARD_LL as suggested by codeplug. Since I...
  2. Replies
    13
    Views
    3,744

    Say what? Now, that's ... interesting. And an...

    Say what? Now, that's ... interesting. And an elegant solution to my problem. What's the catch, what's the downside?
  3. Replies
    13
    Views
    3,744

    Well I really need this global variable. Two...

    Well I really need this global variable. Two approaches emerged from googling: mapped file and shared/read/write page. Mapped file sure looks like a safer and less hard-coded solution, so I'll go...
  4. Replies
    13
    Views
    3,744

    DLL global value ...

    Hello!

    I have a keyboard global hook in dll and a dialog that uses that hook. Hook is inspecting input for a certain key combination and on detection does a SendMessage to my dialog box. Now,...
  5. Replies
    9
    Views
    1,698

    Well,thank to you all !!! I've learn about things...

    Well,thank to you all !!! I've learn about things that I didn't pay much attention earlier.



    Indeed ! Application start at 1,6MB ( stack and libraries, I think ) and, as more APIs (winsock,...
  6. Replies
    9
    Views
    1,698

    I was just reading documentation on pthread calls...

    I was just reading documentation on pthread calls and I remembered that I did not explicitly set thread stack, maybe that's it! But, it is a stable 1,8MB usage *even* no thread is created - before...
  7. Replies
    9
    Views
    1,698

    why lcc made programs excessively use memory?

    Hello!

    I made a chat server using lcc-win32, a compiler that I'm happy with, but yesterday I discovered a very unusual thing. A 21kB large executable server takes up ~1.8 MB of RAM as reported by...
  8. Replies
    10
    Views
    1,417

    No,no,no ... your ISP reserves a whole range of...

    No,no,no ... your ISP reserves a whole range of addresses e.g. 1.2.3.0-1.2.3.255, but EACH computer in that region (as you call it) has its OWN IP address!! If all PCs would have same address -> they...
  9. Replies
    3
    Views
    1,048

    Followup : oh yeah ... its solved as easy as...

    Followup : oh yeah ... its solved as easy as SendMessage (hwndCtrl, WM_CHAR,13,0); I knew its something dumb as this.
  10. Replies
    3
    Views
    1,048

    Cool, I'll give it a try! Thx!

    Cool, I'll give it a try! Thx!
  11. Replies
    3
    Views
    1,048

    Dumb editbox problem ...

    Hello !

    I have a kinda stupid question, but i'm stuck with it. I'm trying to enter some txt to editbox control within another program. That editbox process input after user enters text and hits...
Results 1 to 11 of 11