Thread: Help|CN Base...

Results 1 to 8 of 8
  1. #1
    o-o's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    who reading that ? T_T
    Posts
    682
    Reputation
    10
    Thanks
    307
    My Mood
    Cold

    Help|CN Base...

    when I do Build Solution that say that fucking error

    Code:
    1>------ Build started: Project: Base, Configuration: Debug Win32 ------
    1>Compiling...
    1>lolz.cpp
    1>c:\documents and settings\רמי\my documents\visual studio 2008\projects\project1\base\base\lolz.cpp(45) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?
    1>Build log was saved at "file://c:\Documents and Settings\רמי\My Documents\Visual Studio 2008\Projects\Project1\Base\Base\Debug\BuildLog.htm"
    1>Base - 1 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    and if you want the code i typed is in the CN Base thread...

    HELP ME PLS!
    Last edited by o-o; 07-20-2010 at 10:21 AM.

  2. #2
    jake1919199's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    47
    Reputation
    10
    Thanks
    1
    My Mood
    Angry
    Did you forget to add '#include "stdafx.h"' to your source?


    it says that right there

  3. #3
    o-o's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    who reading that ? T_T
    Posts
    682
    Reputation
    10
    Thanks
    307
    My Mood
    Cold
    I see that ... i added that to start and i try again and that saying other error...

  4. #4
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Did you make it a Dll Project or Empty....
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  5. The Following User Says Thank You to whatup777 For This Useful Post:

    CoderNever (07-20-2010)

  6. #5
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed
    Quote Originally Posted by jake1919199 View Post
    Did you forget to add '#include "stdafx.h"' to your source?


    it says that right there
    I Loled...if you did not make it a empty project add

    Code:
    #include "stdafx.h
    before any other include/code otherwise you will get different/more errors.

  7. #6
    o-o's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    who reading that ? T_T
    Posts
    682
    Reputation
    10
    Thanks
    307
    My Mood
    Cold
    Lolz i forgot that ty ^^

    Edit:after i inject the dll that crashing when the man running
    Last edited by o-o; 07-20-2010 at 10:43 AM.

  8. #7
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Just a heads up, you're compiling in debug mode.

  9. #8
    GameTrainerMaker's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    465
    Reputation
    17
    Thanks
    514
    change it to empty .dll

    put this at the top

    Code:
    #include <windows.h>
    then make sure you change it to ' release ' instead of debug

    it should look like this


Similar Threads

  1. [Help!!!!!] Gellin Base
    By felix5534 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 20
    Last Post: 08-22-2010, 07:49 AM
  2. need help with base
    By Andrew89898 in forum Combat Arms EU Hack Coding/Source Code
    Replies: 8
    Last Post: 08-18-2010, 09:48 PM
  3. [help]working base
    By the grim reaper in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 7
    Last Post: 08-16-2010, 10:52 AM
  4. [help] Sea Base error
    By speedforyou in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 7
    Last Post: 08-12-2010, 09:47 AM
  5. help gellins base
    By whit in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 6
    Last Post: 02-23-2010, 05:01 PM