User Profile

Collapse

Profile Sidebar

Collapse
unknownbomb
unknownbomb
Last Activity: May 1 '07, 08:15 PM
Joined: Nov 23 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Never mind..

    Slow repliers:P haha no sorry;0 Got the ans
    See more | Go to post

    Leave a comment:


  • unknownbomb
    started a topic Sorry, Again a compileshit which I wont understand!
    in C

    Sorry, Again a compileshit which I wont understand!

    d3d8dev.cpp

    1>e:\documents and settings\user\d esktop\d3d_star terkit_v3.0b\d3 d8\d3d8dev.cpp( 337) : error C2011: 'hkIDirect3DDev ice8' : 'struct' type redefinition

    1> e:\documents and settings\user\d esktop\d3d_star terkit_v3.0b\d3 d8\d3d8dev.h(33 ) : see declaration of 'hkIDirect3DDev ice8'

    1>e:\documents and settings\user\d esktop\d3d_star terkit_v3.0b\d3 d8\d3d8dev.cpp( 601) : fatal error C1004:...
    See more | Go to post

  • unknownbomb
    replied to Link erro
    in C
    Found answer, Nvm
    See more | Go to post

    Leave a comment:


  • unknownbomb
    started a topic Link erro
    in C

    Link erro

    1>E:\Program Files\Microsoft DirectX SDK (April 2007)\Lib\d3d8. lib : warning LNK4003: invalid library format; library ignored
    1>E:\Program Files\Microsoft DirectX SDK (April 2007)\Lib\d3dx8 .lib : warning LNK4003: invalid library format; library ignored
    1>E:\Program Files\Microsoft DirectX SDK (April 2007)\Lib\d3d8. lib : warning LNK4003: invalid library format; library ignored
    1>E:\Program Files\Microsoft DirectX SDK...
    See more | Go to post

  • unknownbomb
    started a topic Little Error
    in C

    Little Error

    Ok ty.

    Now this: 1>e:\documents and settings\user\d esktop\d3d_star terkit_v3.0b\d3 d8\main.cpp(125 ) : error C2660: '_vsnprintf_s' : function does not take 4 arguments


    Code:
    Code:
    void __cdecl add_log (const char *fmt, ...)
    {
    	if(ofile != NULL)
    	{
    		if(!fmt) { return; }
    
    		va_list va_alist;
    		char logbuf[256] = {0};
    
    		va_start (va_alist, fmt);
    ...
    See more | Go to post

  • unknownbomb
    replied to Building Error!? How to fix this?
    in C
    Ok Thanks Banfa, That first method worked. Only Kernel32.lib was there and I added user32.Lib and it works with no errors

    Ty :D
    See more | Go to post

    Leave a comment:


  • unknownbomb
    replied to Building Error!? How to fix this?
    in C
    Ok since im a n00b. How Can I check if I did link it with the windows Libaries?

    Using Visual Studio C++ 2005 EE
    See more | Go to post

    Leave a comment:


  • unknownbomb
    replied to Building Error!? How to fix this?
    in C
    Anyone that can give me helping hand?
    See more | Go to post

    Leave a comment:


  • unknownbomb
    replied to Building Error!? How to fix this?
    in C
    Sure

    /
    Code:
    ***********************************************\
    *	Program : Tatnium Injector					*
    *	Author : Matthew L (Azorbix)				*
    *	Date : December 22nd, 2003					*
    *	Credits:	Y0DA, OGC guys, RetarT, Mstr	*
    *				LanceVorgin, P47R!CK, VisPrfn	*
    \***********************************************/
    //you will need VC++ .net or VC++6.0 w/ service packs
    
    #include <windows.h>
    ...
    See more | Go to post

    Leave a comment:


  • unknownbomb
    started a topic Building Error!? How to fix this?
    in C

    Building Error!? How to fix this?

    1>------ Build started: Project: TatniumInjector , Configuration: Release Win32 ------
    1>Linking...
    1>main.obj : error LNK2019: unresolved external symbol __imp__MessageB oxA@16 referenced in function "int __cdecl LoadFL(void)" (?LoadFL@@YAHXZ )
    1>ForceLibrary. obj : error LNK2001: unresolved external symbol __imp__MessageB oxA@16
    1>main.obj : error LNK2019: unresolved external symbol __imp__GetAsync KeyState@4...
    See more | Go to post

  • unknownbomb
    replied to Windows.H not found! Help
    in C
    With Downloading latest Platform SDK and move the INCLUDE, LIB,BIN Maps to the VC map.

    ok I will try ty
    See more | Go to post

    Leave a comment:


  • unknownbomb
    replied to Windows.H not found! Help
    in C
    Fixed it. Now it cant find D3D8.h omg :s I got that in my D3D8 map tho.

    1>------ Build started: Project: TatniumD3D, Configuration: Debug Win32 ------
    1>Compiling...
    1>d3d8tex.cpp
    1>e:\d3d_starte rkit_v3.0b\d3d8 \d3d8.h(8) : fatal error C1083: Cannot open include file: 'd3dx8.h': No such file or directory
    1>d3d8int.cpp
    1>e:\d3d_starte rkit_v3.0b\d3d8 \d3d8.h(8) : fatal error C1083: Cannot...
    See more | Go to post

    Leave a comment:


  • unknownbomb
    replied to Windows.H not found! Help
    in C
    Fixed it. Now it cant find D3D8.h omg :s I got that in my D3D8 map tho.
    See more | Go to post

    Leave a comment:


  • unknownbomb
    replied to Windows.H not found! Help
    in C
    Re: Windows.H not found! Help
    --------------------------------------------------------------------------------

    Based on the output there I'm gona assume your using Visual Studio 2005?

    If so you are probbly missing a include path.

    Try doint the following:

    Go to Tools->Option
    From there select "Projects and Solutions" and click the "VC++ Directories"...
    See more | Go to post

    Leave a comment:


  • unknownbomb
    replied to Windows.H not found! Help
    in C
    Im using Visual Studio 2005 yes.

    Seems ive no Windows.H there.

    Can i get the file somewhere?
    See more | Go to post

    Leave a comment:


  • unknownbomb
    started a topic Windows.H not found! Help
    in C

    Windows.H not found! Help

    1>------ Build started: Project: TatniumD3D, Configuration: Debug Win32 ------
    1>Compiling...
    1>d3d8tex.cpp
    1>e:\d3d_starte rkit_v3.0b\d3d8 \d3d8tex.cpp(3) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
    1>d3d8int.cpp
    1>e:\d3d_starte rkit_v3.0b\d3d8 \d3d8int.cpp(3) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
    1>d3d8dev.cpp...
    See more | Go to post

  • ^^ see see
    See more | Go to post

    Leave a comment:


  • Very maybe someone knows answer on this ??

    If i start up my injecting hack.. (First open exe file i press OK and then it gonna bbe injected if i start the game) so i start game and it gives me an Fatal error and it close :(
    See more | Go to post

    Leave a comment:


  • Great.. Made a hack and now if i start it and after it start the game the game doesnt start up and gives error -.-
    See more | Go to post

    Leave a comment:


  • Oh Stupid me.:P it works

    THANK U VERY MUCH :D
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...