+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 10 of 13

Thread: ms visual 2005 Express + Nexus source 0.21

  1. #1
    Junior Member smokeajoint is on a distinguished road
    Join Date
    Jun 2007
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation ms visual 2005 Express + Nexus source 0.21

    Dear cU Team,
    Since a long time i want to compile bots.
    I gaved up my hope and now im back again installed all files ms c++ 2005 and SDK. I opened nexus source and tryed to debug i get all the times this stupid error
    c:\documents and settings\ \bureaublad\[source]nexus.v0.21.extreme.edition\nexus.h(45) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory . How can i fix this and get this to work so i can compile and edit source?
    my regards,
    p.s. if this is in the wrong section please correct me butg help me please

    ------ Build started: Project: nexus, Configuration: Debug Win32 ------
    Compiling...
    aimbot.cpp
    c:\documents and settings\ \bureaublad\[source]nexus.v0.21.extreme.edition\nexus.h(45) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
    drawtools.cpp
    c:\documents and settings\ \bureaublad\[source]nexus.v0.21.extreme.edition\nexus.h(45) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
    engine.cpp
    c:\documents and settings\ \bureaublad\[source]nexus.v0.21.extreme.edition\nexus.h(45) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
    etpro.cpp
    c:\documents and settings\ \bureaublad\[source]nexus.v0.21.extreme.edition\nexus.h(45) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
    g_functions.cpp
    c:\documents and settings\ \bureaublad\[source]nexus.v0.21.extreme.edition\nexus.h(45) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
    hook.cpp
    c:\documents and settings\ \bureaublad\[source]nexus.v0.21.extreme.edition\nexus.h(45) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
    IniReader.cpp
    c:\documents and settings\ \bureaublad\[source]nexus.v0.21.extreme.edition\tools\inireader.cpp(3) : fatal error C1083: Cannot open include file: 'Windows.h': No such file or directory
    IniWriter.cpp
    c:\documents and settings\ \bureaublad\[source]nexus.v0.21.extreme.edition\tools\iniwriter.cpp(3) : fatal error C1083: Cannot open include file: 'Windows.h': No such file or directory
    main.cpp
    c:\documents and settings\ \bureaublad\[source]nexus.v0.21.extreme.edition\nexus.h(45) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
    medias.cpp
    c:\documents and settings\ \bureaublad\[source]nexus.v0.21.extreme.edition\nexus.h(45) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
    menu.cpp
    c:\documents and settings\ \bureaublad\[source]nexus.v0.21.extreme.edition\nexus.h(45) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
    sprees.cpp
    c:\documents and settings\ \bureaublad\[source]nexus.v0.21.extreme.edition\nexus.h(45) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
    spycams.cpp
    c:\documents and settings\ \bureaublad\[source]nexus.v0.21.extreme.edition\nexus.h(45) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
    syscalls.cpp
    c:\documents and settings\ \bureaublad\[source]nexus.v0.21.extreme.edition\nexus.h(45) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
    system.cpp
    c:\documents and settings\ \bureaublad\[source]nexus.v0.21.extreme.edition\nexus.h(45) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
    utils.cpp
    c:\documents and settings\ \bureaublad\[source]nexus.v0.21.extreme.edition\nexus.h(45) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
    visuals.cpp
    c:\documents and settings\ \bureaublad\[source]nexus.v0.21.extreme.edition\nexus.h(45) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
    Generating Code...
    Build log was saved at "file://c:\Documents and Settings\ \Bureaublad\[source]nexus.v0.21.eXtreme.edition\Debug\BuildLog.htm"
    nexus - 17 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

  2. #2
    VIP FreckleS is on a distinguished road FreckleS's Avatar
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    2,112
    Thanks
    24
    Thanked 16 Times in 11 Posts

    Default Re: ms visual 2005 Express + Nexus source 0.21

    well you have not installed the sdk correctly

  3. #3
    Footstool Of Life Lone Wolf is on a distinguished road Lone Wolf's Avatar
    Join Date
    Jun 2007
    Posts
    1,564
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: ms visual 2005 Express + Nexus source 0.21

    and just a hint, next time put [code/] tags around long text

    makes the psot more neat and shiz

  4. #4
    VIP FreckleS is on a distinguished road FreckleS's Avatar
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    2,112
    Thanks
    24
    Thanked 16 Times in 11 Posts

    Default Re: ms visual 2005 Express + Nexus source 0.21

    Quote Originally Posted by Lone Wolf View Post
    and just a hint, next time put [code/] tags around long text

    makes the psot more neat and shiz
    ...
    Code:
    this is code...to add code type [c0de]...[/c0de]
    
    excepts code instead of c0de

  5. #5
    Member R3bOrN is on a distinguished road R3bOrN's Avatar
    Join Date
    May 2007
    Posts
    91
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: ms visual 2005 Express + Nexus source 0.21

    You have install the windows sdk , because the sdk is missing in the express version.

  6. #6
    VIP FreckleS is on a distinguished road FreckleS's Avatar
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    2,112
    Thanks
    24
    Thanked 16 Times in 11 Posts

    Default Re: ms visual 2005 Express + Nexus source 0.21

    yea he said he has, just not correctly:-*

  7. #7
    Junior Member smokeajoint is on a distinguished road
    Join Date
    Jun 2007
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Re: ms visual 2005 Express + Nexus source 0.21

    Well i tell you how i installed it.
    First of all i download vc++ 2005 express from the microsoft site. second thing i did wass downloading the SDK tool, i'v installed it and running vc++ 2005 again tried to debug again same error, so i tried to download the ms detours but i dont know ware to extract it! can someone help me on msn about installing vc++ 2005 in a good way ? i tried to ask kobject but he aint got msn so im waiting on a good man at cU to help me. If i can compile i will edit the sourche damn nicely and make much public releases and for some who likes it so much i will make free private releases... please help me fast.
    My regards, SmokeAJoint

    My email to add me on msn : tmc-virus@hotmail.com
    I hope some will add me in a fast time so i can finnaly build some nice things, thanks

  8. #8
    Junior Member smokeajoint is on a distinguished road
    Join Date
    Jun 2007
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: ms visual 2005 Express + Nexus source 0.21

    Code:
    fatal error C1083: Cannot open include file: 'windows.h': No such file or directory 
    I reinstalled it again but i still get this problem im getting mad

    Code:
    c:\documents and settings\    \bureaublad\[source]nexus.v0.21.extreme.edition\nexus.h(45) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory 
    I mean SDK Please can some help me with it FreckleS you told me i did it wrong but can you help me than ?
    Setup all good?
    My regards,

  9. #9
    Senior Member ReDuX is on a distinguished road ReDuX's Avatar
    Join Date
    Jun 2007
    Posts
    112
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: ms visual 2005 Express + Nexus source 0.21

    Dont know wich SDK you downloaded but it should have an option to integrate it with MSVC++. Go to Start->Programs->Microsoft Windows SDK->Visual Studio Registration->Integrate Windows SDK with Visual Studio 2005. At least, thats for Windows SDK v6.0, cant remember for the older once but it was about the same. It will add the directories of the SDK to your compiler, because they are not added automatically when you installed Visual Studio before the SDK.

  10. #10
    Junior Member smokeajoint is on a distinguished road
    Join Date
    Jun 2007
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: ms visual 2005 Express + Nexus source 0.21

    Thanks redux <<< ok now finnaly it works but next promblem came up!!


    Code:
    ------ Build started: Project: nexus, Configuration: Debug Win32 ------
    Linking...
    engine.obj : error LNK2019: unresolved external symbol __imp__GetAsyncKeyState@4 referenced in function "public: void __thiscall CNexEngine::post_CG_DrawActiveFrame(void)" (?post_CG_DrawActiveFrame@CNexEngine@@QAEXXZ)
    menu.obj : error LNK2001: unresolved external symbol __imp__GetAsyncKeyState@4
    Debug\nexus.dll : fatal error LNK1120: 1 unresolved externals
    Build log was saved at "file://c:\Documents and Settings\    \Bureaublad\[source]nexus.v0.21.eXtreme.edition\Debug\BuildLog.htm"
    nexus - 3 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== 
    can you guys help me with this please
    thanks

+ Reply to Thread
Page 1 of 2
1 2 LastLast

Similar Threads

  1. Microsoft Visual C++ 2008 Express Edition
    By xshagrathx in forum Basics
    Replies: 4
    Last Post: August 8th, 2009, 15:01
  2. That Visual Basic 2005
    By CROvic in forum Basics
    Replies: 2
    Last Post: March 25th, 2009, 09:33
  3. Visual basic 2005
    By dEtector in forum Visual Basic
    Replies: 3
    Last Post: July 13th, 2008, 09:52
  4. Visual Studio 2005 Debugger Problem
    By SiLenCe in forum Basics
    Replies: 12
    Last Post: January 8th, 2008, 05:28
  5. Replies: 4
    Last Post: August 1st, 2007, 23:24

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts