Page 2 of 2 FirstFirst 12
Results 16 to 25 of 25
  1. #16
    mrAWSOME's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    1
    well i need help i was fallowing your tut flames and it wont work for me cause im a visual 2008 c++ user

  2. #17
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    After following msflame's tutorial now I only have this error
    Code:
    1>------ Build started: Project: CaBase, Configuration: Release Win32 ------
    1>Base.obj : error LNK2001: unresolved external symbol "class cBase Base" (?Base@@3VcBase@@A)
    1>C:\Users\family\Documents\Ugonna\CaBase\Release\CaBase.dll : fatal error LNK1120: 1 unresolved externals
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    Any suggestions?
    Last edited by whatup777; 06-24-2010 at 08:21 AM.
    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

  3. #18
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    Quote Originally Posted by whatup777 View Post
    After following msflame's tutorial now I only have this error
    Code:
    1>------ Build started: Project: CaBase, Configuration: Release Win32 ------
    1>Base.obj : error LNK2001: unresolved external symbol "class cBase Base" (?Base@@3VcBase@@A)
    1>C:\Users\family\Documents\Ugonna\CaBase\Release\CaBase.dll : fatal error LNK1120: 1 unresolved externals
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    Any suggestions?
    have u ever tried googling any of your errors.. I will tell u that the problem is with the linker.. u haven't included something

  4. #19
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    I looked it up on MSDN and i included shell32 but still got the error
    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. #20
    haloassasin's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    iostream
    Posts
    154
    Reputation
    10
    Thanks
    14
    My Mood
    Worried
    im getting those errors too :/


    DONT B A NOOB, PRESS THANKS ---->>>/yea/yea

  6. #21
    haloassasin's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    iostream
    Posts
    154
    Reputation
    10
    Thanks
    14
    My Mood
    Worried
    this is my Base.h file
    [php]#ifndef __BASE_H__
    #define __BASE_H__

    #include "Files.h"
    #include "d3dx9.h"

    struct BaseSettings{
    bool bDoOnce, bInit;
    DWORD m_dwReset, m_dwPresent;
    char szPointers[256];
    };

    class cBase{
    public:
    BaseSettings bSet;

    void Update(void);
    DWORD GetPointer(int index);
    bool IsGameReadyForHook(void);
    void RenderFrame(LPDIRECT3DDEVICE9 pDevice);
    void __cdecl PushToConsole(const char* szCommand);
    };

    extern class cBase Base;

    #endif[/php]


    DONT B A NOOB, PRESS THANKS ---->>>/yea/yea

  7. #22
    RageKnight's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    96
    Reputation
    10
    Thanks
    43
    My Mood
    Sleepy
    LOL. whoever says Gellins base is patched fails. Gellins base isnt patched... people still use it.
    @whatup,
    to fix the errors i could i help you with Team Viewer.

  8. #23
    hhhjr1's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    i live in your room hahahah
    Posts
    413
    Reputation
    9
    Thanks
    22
    My Mood
    Confused
    Quote Originally Posted by coryster2100 View Post
    Dude Gellins Base is patched as of yesterday sorry to pop your bubble
    no its not all you need to know is how to use it

  9. #24
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Wow nice 1 week bump.
    /Request Close
    /Solved
    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

  10. #25
    Ali's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Qc, Canada
    Posts
    11,450
    Reputation
    342
    Thanks
    3,518
    My Mood
    Cool
    Quote Originally Posted by whatup777 View Post
    Wow nice 1 week bump.
    /Request Close
    /Solved
    /Closed .

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [TUT] How to fix the D3D errors in C++ - Gellin's Base
    By CAFlames in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 24
    Last Post: 09-15-2010, 09:04 PM
  2. [HELP PLEASE]Gellin's Base Error (Error: One of the Hacks are alway auto-on)
    By hgmf8124 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 27
    Last Post: 08-21-2010, 08:25 AM
  3. Gellin's Base Error Help
    By BlackHaexGuns in forum C++/C Programming
    Replies: 3
    Last Post: 07-24-2010, 02:39 AM
  4. Gellins Base Error
    By 025rog in forum C++/C Programming
    Replies: 2
    Last Post: 07-11-2010, 12:14 AM
  5. Gellin Base Errors
    By iownmhckn in forum C++/C Programming
    Replies: 14
    Last Post: 03-16-2010, 09:47 PM