str1k3r21
12-30-2007, 02:31 PM
Okay look I got a source I do exacty As said and when I build Hook I get this:
--------------------Configuration: hook - Win32 Debug--------------------
Compiling...
d3d8dev.cpp
C:\Program Files\Microsoft Visual Studio\MyProjects\hook\d3d8dev.cpp(42) : warning C4551: function call missing argument list
C:\Program Files\Microsoft Visual Studio\MyProjects\hook\d3d8dev.cpp(43) : warning C4551: function call missing argument list
C:\Program Files\Microsoft Visual Studio\MyProjects\hook\d3d8dev.cpp(56) : warning C4551: function call missing argument list
C:\Program Files\Microsoft Visual Studio\MyProjects\hook\d3d8dev.cpp(57) : warning C4551: function call missing argument list
Linking...
LINK : fatal error LNK1104: cannot open file "Debug/hook.dll"
Error executing link.exe.
hook.dll - 1 error(s), 4 warning(s)
When I click on them they bring me here :
HRESULT CD3DManager::Release()
{
_SAFE_RELEASE(texRed);
_SAFE_RELEASE(texYellow);
return S_OK;
}
And Here:
HRESULT CD3DManager::PreReset()
{
_SAFE_RELEASE(texRed);
_SAFE_RELEASE(texYellow);
return S_OK;
}
Whats the probleme Here?
--------------------Configuration: hook - Win32 Debug--------------------
Compiling...
d3d8dev.cpp
C:\Program Files\Microsoft Visual Studio\MyProjects\hook\d3d8dev.cpp(42) : warning C4551: function call missing argument list
C:\Program Files\Microsoft Visual Studio\MyProjects\hook\d3d8dev.cpp(43) : warning C4551: function call missing argument list
C:\Program Files\Microsoft Visual Studio\MyProjects\hook\d3d8dev.cpp(56) : warning C4551: function call missing argument list
C:\Program Files\Microsoft Visual Studio\MyProjects\hook\d3d8dev.cpp(57) : warning C4551: function call missing argument list
Linking...
LINK : fatal error LNK1104: cannot open file "Debug/hook.dll"
Error executing link.exe.
hook.dll - 1 error(s), 4 warning(s)
When I click on them they bring me here :
HRESULT CD3DManager::Release()
{
_SAFE_RELEASE(texRed);
_SAFE_RELEASE(texYellow);
return S_OK;
}
And Here:
HRESULT CD3DManager::PreReset()
{
_SAFE_RELEASE(texRed);
_SAFE_RELEASE(texYellow);
return S_OK;
}
Whats the probleme Here?