Boost with SDL

Discussion in 'C++' started by imported_Arthas, Sep 11, 2010.

  1. imported_Arthas

    imported_Arthas New Member

    Joined:
    Sep 11, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hi,
    I am trying to use BOOST threads with SDL.
    I write a code and run, but the program does not run correctly(i.e i cannot move the output window and i have to force terminate it.)
    Also during compilation a warning is given as:

    1>LINK : E:\Program Files\src\threading\example\Debug\example.exe not found or not built by the last incremental link; performing full link
    1>MSVCRTD.lib(cinitexe.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library[\b]

    Also I am not sure how to synchronise the sdl events with threads.
    Are there things i need to take care of?
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice