i get these error what should i do to fix it

Posts 115 of 16 · Page 1 of 2
i get these error what should i do to fix it
NVM Some one realy great help me
Learn c++
that should fix it...

dont forget to thks me
Quote Originally Posted by whit View Post
Learn c++
that should fix it...

dont forget to thks me
That's fucking great man ;D
your chars and ints and etc arnt matching up
what should i do to fix it
Quote Originally Posted by hhhjr1 View Post
what should i do to fix it
^^read first post
zman dont tell him
ok i fixed some errors but i got this
Error 1 error C2664: 'D3DXCreateFontW' : cannot convert parameter 11 from 'const char [6]' to 'LPCWSTR' c:\users\heriberto\desktop\cabase\cabase\base.cpp 35
Error 2 error C2761: 'bool cBase::IsGameReadyForHook(void)' : member function redeclaration not allowed c:\users\heriberto\desktop\cabase\cabase\base.cpp 173
Error 3 error C2447: '{' : missing function header (old-style formal list?) c:\users\heriberto\desktop\cabase\cabase\base.cpp 174
Error 4 error C2664: 'ID3DXFont:rawTextW' : cannot convert parameter 2 from 'char [1024]' to 'LPCWSTR' c:\users\heriberto\desktop\cabase\cabase\directx.c pp 25
can you show us the lines the erros point to?
Try changing your character bytes to multi?
#1
D3DXCreateFont(pDevice, 15, 0, FW_BOLD, 1, 0, DEFAULT_CHARSET, OUT_DEFAULT_PRECIS, DEFAULT_QUALITY, DEFAULT_PITCH | FF_DONTCARE, "Arial", &Directx.pFont);
#2
bool cBase::IsGameReadyForHook(void);
#3
{
if( GetModuleHandle( "d3d9.dll" ) != NULL
&& GetModuleHandle( "ClientFX.fxd" ) != NULL
&& GetModuleHandle( "CShell.dll" ) != NULL )
return true;

return false;
}
#4
g_pFont->DrawText(NULL, buf, -1, &FontPos, DT_NOCLIP, color);

Quote Originally Posted by CoderNever View Post
Try changing your character bytes to multi?
how do i do that
hahaha. someone doesn't know c++!!!!
thanks for not helping see that why i love your type they make fun of you when they should help and not be a jerk so thanks for that
your welcome. come back soon

see i pick and choose who i help. i like stoner 420 hes cool, something about you. idk

anyways go learn c++

/close
his kool sometime about me what are you talking about
thanks for the spam
Posts 115 of 16 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?