Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rawsoft

  1. rawsoft

    Developing an assembler

    Developing an assembler is sure not an easy task, you need a full idea and knowledge of assembly language and you will also need all the developers manual from Intel. i am not breaking you down but i have tried writing one myself and it ended up in the garbage maybe i'm not too good with it but...
  2. rawsoft

    commercial programs

    I'm quite sure Darbasic was written in C++ and there are not too many commercial games outside there that used Darkbasic, Because darkbasic lack a lot of stuff which is needed for game progamming because its a layer on top of Directx but i heard they are working on it.
  3. rawsoft

    <b>Directx & opengl linker error</b>

    can someone let me know how i can solve this linker error that i get anytime i try to use directx within and opengl game i'm writing. LxAudio.obj : error LNK2001: unresolved external symbol _CLSID_DirectMusicSegment gLxAudio.obj : error LNK2001: unresolved external symbol...
  4. rawsoft

    directx & opengl linker error

    can someone let me know how to fix this problem. while trying to init directx music withing opengl. LxAudio.obj : error LNK2001: unresolved external symbol _CLSID_DirectMusicSegment gLxAudio.obj : error LNK2001: unresolved external symbol _IID_IDirectMusicSegment8 gLxAudio.obj : error LNK2001...
  5. rawsoft

    OpenGL Rotating Problem

    forlorn, windows does not draw the cube once. its a complete looping process so if the is no draw when windows send a wm_paint message the windows wont draw it in anothe angle or what ever rotating you are doing. so you will have to still use the draw function and capture keys on wm_paint.

Part and Inventory Search

Back
Top