Search:

Type: Posts; User: inhahe

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,758

    Thanks, I had somehow assumed that error was...

    Thanks, I had somehow assumed that error was being generated by nmake.exe. d'oh!
  2. Replies
    2
    Views
    2,758

    nmake won't work in vs2008

    Can somebody help me with this problem?

    C:\Python25\source\tcl8.4.12\win>nmake -f makefile.vc

    Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
    Copyright (C) Microsoft...
  3. Replies
    5
    Views
    2,426

    ok, i see. so you're saying i could just assign...

    ok, i see. so you're saying i could just assign threads (1 per core) and not worry about which cores they're running on since if the threads are not idling, and all other threads are which is...
  4. Replies
    5
    Views
    2,426

    threads and Real-time processes

    Since a process can be run in real-time on Windows, I don't see why the process/threads shouldn't be able to tell the OS how often or when it's allowed to switch out of a thread. i.e., if it's being...
  5. Replies
    2
    Views
    1,466

    WSAPoll?

    thanks, but the problem is that I need to use WSAPoll specifically, and I think it's only available in Winsock2. and for .dll's in vs2008 I only saw two options, and they were both MFC. there...
  6. Replies
    2
    Views
    1,466

    2 questions about winsock 2

    hi, i have 2 questions about winsock2.

    VS's help says that winsock2 is not avaiblable for MFC. does that mean that if I make an mfc dll, i can't use winsock2? or do i just have to #include...
Results 1 to 6 of 6