Search:

Type: Posts; User: Dispater

Search: Search took 0.01 seconds.

  1. Thread: _beginthread

    by Dispater
    Replies
    2
    Views
    2,524

    In MSVC there are two kinds of standard librarys,...

    In MSVC there are two kinds of standard librarys, single-threaded and multi-threaded (both in a release and a debug version) If you want to use _beginthreadex you must use the multi-threaded...
  2. Replies
    4
    Views
    2,618

    In your case the problem is that the linker you...

    In your case the problem is that the linker you are using is too new. You are following a tutorial which is probably pretty old, it teaches how to write DOS applications (there is a difference...
Results 1 to 2 of 2