[Help] GetAsyncKeyState Multible Times [Menuless Hack]
- Sponsored Advertisement -
Welcome to the UnKnoWnCheaTs - Multiplayer Game Hacks and Cheats.
You have to register before you can post and see and access any of the advanced forum features, please click the register link to proceed to the registration form. To start viewing threads or posts, select a forum that you want to visit from the selection below.
Direct3D hacking programming reversing
You are Unregistered, please register to gain Full access.
i am making my v1 for my halo hack and atm i have a crosshair, and i can never get more then 1 getasynckeystate if statement in there, or else my output frame, gets 101 errors.Heres My Code:
Before: (No Errors) (the diffrence between the two codes is the dip)
------ Build started: Project: TatniumD3D, Configuration: Debug Win32 ------
Compiling...
d3d9dev.cpp
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(210) : error C2601: 'hkIDirect3DDevice9::DrawIndexedPrimitiveUP' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(215) : error C2601: 'hkIDirect3DDevice9::DrawPrimitive' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(220) : error C2601: 'hkIDirect3DDevice9::DrawPrimitiveUP' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(225) : error C2601: 'hkIDirect3DDevice9::DrawRectPatch' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(230) : error C2601: 'hkIDirect3DDevice9::DrawTriPatch' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(235) : error C2601: 'hkIDirect3DDevice9::EndScene' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(240) : error C2601: 'hkIDirect3DDevice9::EndStateBlock' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(245) : error C2601: 'hkIDirect3DDevice9::EvictManagedResources' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(250) : error C2601: 'hkIDirect3DDevice9::GetAvailableTextureMem' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(255) : error C2601: 'hkIDirect3DDevice9::GetBackBuffer' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(260) : error C2601: 'hkIDirect3DDevice9::GetClipPlane' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(265) : error C2601: 'hkIDirect3DDevice9::GetClipStatus' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(270) : error C2601: 'hkIDirect3DDevice9::GetCreationParameters' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(275) : error C2601: 'hkIDirect3DDevice9::GetCurrentTexturePalette' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(280) : error C2601: 'hkIDirect3DDevice9::GetDepthStencilSurface' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(285) : error C2601: 'hkIDirect3DDevice9::GetDeviceCaps' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(290) : error C2601: 'hkIDirect3DDevice9::GetDirect3D' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(298) : error C2601: 'hkIDirect3DDevice9::GetDisplayMode' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(303) : error C2601: 'hkIDirect3DDevice9::GetFrontBufferData' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(308) : error C2601: 'hkIDirect3DDevice9::GetFVF' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(313) : error C2601: 'hkIDirect3DDevice9::GetGammaRamp' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(318) : error C2601: 'hkIDirect3DDevice9::GetIndices' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(323) : error C2601: 'hkIDirect3DDevice9::GetLight' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(328) : error C2601: 'hkIDirect3DDevice9::GetLightEnable' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(333) : error C2601: 'hkIDirect3DDevice9::GetMaterial' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(338) : error C2601: 'hkIDirect3DDevice9::GetNPatchMode' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(343) : error C2601: 'hkIDirect3DDevice9::GetNumberOfSwapChains' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(348) : error C2601: 'hkIDirect3DDevice9::GetPaletteEntries' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(353) : error C2601: 'hkIDirect3DDevice9::GetPixelShader' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(358) : error C2601: 'hkIDirect3DDevice9::GetPixelShaderConstantB' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(363) : error C2601: 'hkIDirect3DDevice9::GetPixelShaderConstantF' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(368) : error C2601: 'hkIDirect3DDevice9::GetPixelShaderConstantI' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(373) : error C2601: 'hkIDirect3DDevice9::GetRasterStatus' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(378) : error C2601: 'hkIDirect3DDevice9::GetRenderState' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(383) : error C2601: 'hkIDirect3DDevice9::GetRenderTarget' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(388) : error C2601: 'hkIDirect3DDevice9::GetRenderTargetData' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(393) : error C2601: 'hkIDirect3DDevice9::GetSamplerState' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(398) : error C2601: 'hkIDirect3DDevice9::GetScissorRect' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(403) : error C2601: 'hkIDirect3DDevice9::GetSoftwareVertexProcessing' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(408) : error C2601: 'hkIDirect3DDevice9::GetStreamSource' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(413) : error C2601: 'hkIDirect3DDevice9::GetStreamSourceFreq' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(418) : error C2601: 'hkIDirect3DDevice9::GetSwapChain' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(423) : error C2601: 'hkIDirect3DDevice9::GetTexture' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(428) : error C2601: 'hkIDirect3DDevice9::GetTextureStageState' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(433) : error C2601: 'hkIDirect3DDevice9::GetTransform' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(438) : error C2601: 'hkIDirect3DDevice9::GetVertexDeclaration' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(443) : error C2601: 'hkIDirect3DDevice9::GetVertexShader' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(448) : error C2601: 'hkIDirect3DDevice9::GetVertexShaderConstantB' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(453) : error C2601: 'hkIDirect3DDevice9::GetVertexShaderConstantF' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(458) : error C2601: 'hkIDirect3DDevice9::GetVertexShaderConstantI' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(463) : error C2601: 'hkIDirect3DDevice9::GetViewport' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(468) : error C2601: 'hkIDirect3DDevice9::LightEnable' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(473) : error C2601: 'hkIDirect3DDevice9::MultiplyTransform' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(478) : error C2601: 'hkIDirect3DDevice9::Present' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(483) : error C2601: 'hkIDirect3DDevice9::ProcessVertices' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(488) : error C2601: 'hkIDirect3DDevice9::Release' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(496) : error C2601: 'hkIDirect3DDevice9::Reset' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(511) : error C2601: 'hkIDirect3DDevice9::SetClipPlane' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(516) : error C2601: 'hkIDirect3DDevice9::SetClipStatus' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(521) : error C2601: 'hkIDirect3DDevice9::SetCurrentTexturePalette' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(526) : error C2601: 'hkIDirect3DDevice9::SetCursorPosition' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(531) : error C2601: 'hkIDirect3DDevice9::SetCursorProperties' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(536) : error C2601: 'hkIDirect3DDevice9::SetDepthStencilSurface' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(541) : error C2601: 'hkIDirect3DDevice9::SetDialogBoxMode' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(546) : error C2601: 'hkIDirect3DDevice9::SetFVF' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(551) : error C2601: 'hkIDirect3DDevice9::SetGammaRamp' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(556) : error C2601: 'hkIDirect3DDevice9::SetIndices' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(561) : error C2601: 'hkIDirect3DDevice9::SetLight' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(566) : error C2601: 'hkIDirect3DDevice9::SetMaterial' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(571) : error C2601: 'hkIDirect3DDevice9::SetNPatchMode' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(576) : error C2601: 'hkIDirect3DDevice9::SetPaletteEntries' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(581) : error C2601: 'hkIDirect3DDevice9::SetPixelShader' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(586) : error C2601: 'hkIDirect3DDevice9::SetPixelShaderConstantB' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(591) : error C2601: 'hkIDirect3DDevice9::SetPixelShaderConstantF' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(596) : error C2601: 'hkIDirect3DDevice9::SetPixelShaderConstantI' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(601) : error C2601: 'hkIDirect3DDevice9::SetRenderState' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(606) : error C2601: 'hkIDirect3DDevice9::SetRenderTarget' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(611) : error C2601: 'hkIDirect3DDevice9::SetSamplerState' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(616) : error C2601: 'hkIDirect3DDevice9::SetScissorRect' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(621) : error C2601: 'hkIDirect3DDevice9::SetSoftwareVertexProcessing' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(626) : error C2601: 'hkIDirect3DDevice9::SetStreamSource' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(631) : error C2601: 'hkIDirect3DDevice9::SetStreamSourceFreq' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(636) : error C2601: 'hkIDirect3DDevice9::SetTexture' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(650) : error C2601: 'hkIDirect3DDevice9::SetTextureStageState' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(655) : error C2601: 'hkIDirect3DDevice9::SetTransform' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(660) : error C2601: 'hkIDirect3DDevice9::SetVertexDeclaration' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(665) : error C2601: 'hkIDirect3DDevice9::SetVertexShader' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(670) : error C2601: 'hkIDirect3DDevice9::SetVertexShaderConstantB' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(675) : error C2601: 'hkIDirect3DDevice9::SetVertexShaderConstantF' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(680) : error C2601: 'hkIDirect3DDevice9::SetVertexShaderConstantI' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(685) : error C2601: 'hkIDirect3DDevice9::SetViewport' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(690) : error C2601: 'hkIDirect3DDevice9::ShowCursor' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(695) : error C2601: 'hkIDirect3DDevice9::StretchRect' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(700) : error C2601: 'hkIDirect3DDevice9::TestCooperativeLevel' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(705) : error C2601: 'hkIDirect3DDevice9::UpdateSurface' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(710) : error C2601: 'hkIDirect3DDevice9::UpdateTexture' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(715) : error C2601: 'hkIDirect3DDevice9::ValidateDevice' : local function definitions are illegal
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189): this line contains a '{' which has not yet been matched
c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(718) : fatal error C1075: end of file found before the left brace '{' at 'c:\users\jadamita\desktop\d3d9\d3d9dev.cpp(189)' was matched
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.
BSCMAKE: error BK1506 : cannot open file '.\Debug\d3d9dev.sbr': No such file or directory
Build log was saved at "file://c:\Users\Jadamita\Desktop\D3D9\Debug\BuildLog.htm"
TatniumD3D - 99 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
"Love for All and Sharing is the first step to solving all the problems of humanity. "
''The art of Wuju lives on in Master Yi, and is plunged through the hearts of his foes.'' -- Soraka, the Starchild
---------------------------------------------------------------------------- Anti-Cheat Software & Programming - Other FPS Games ----------------------------------------------------------------------------