|
You last visited: Today at 17:34
Advertisement
v19 Task bar Error
Discussion on v19 Task bar Error within the Flyff Private Server forum part of the Flyff category.
03/29/2013, 07:59
|
#1
|
elite*gold: 0
Join Date: Jun 2008
Posts: 355
Received Thanks: 5
|
v19 Task bar Error
D:\Flyff Source\Program\_Interface\WndTaskBar.cpp(8296): error C2065: 'm_bPickup_TK' : undeclared identifier
anyone know how to fix this ??
please help me
|
|
|
03/29/2013, 08:08
|
#2
|
elite*gold: 115
Join Date: Jan 2012
Posts: 1,156
Received Thanks: 894
|
Quote:
Originally Posted by khemomo
D:\Flyff Source\Program\_Interface\WndTaskBar.cpp(8296): error C2065: 'm_bPickup_TK' : undeclared identifier
anyone know how to fix this ??
please help me
|
That's adeil . task..so define it to wndtaskbar.h according on which HUD is that
|
|
|
03/29/2013, 12:32
|
#3
|
elite*gold: 0
Join Date: Jun 2008
Posts: 355
Received Thanks: 5
|
Quote:
Originally Posted by jayjei14
That's adeil . task..so define it to wndtaskbar.h according on which HUD is that
|
first of all i would like to thank you for Giving a Help
but sir jayjie can you tell me step by step how can i define it ??
i dont understand it ..
I Salute in you 
|
|
|
03/29/2013, 12:42
|
#4
|
elite*gold: 115
Join Date: Jan 2012
Posts: 1,156
Received Thanks: 894
|
|
|
|
03/29/2013, 13:05
|
#5
|
elite*gold: 28
Join Date: Aug 2012
Posts: 2,335
Received Thanks: 471
|
Quote:
Originally Posted by jayjei14
|
srsly look why does it called m_ B
b = boolean so instead of int try to use bool.
|
|
|
03/29/2013, 13:33
|
#6
|
elite*gold: 0
Join Date: Mar 2008
Posts: 598
Received Thanks: 465
|
Quote:
Originally Posted by Shonenx33
srsly look why does it called m_B
b = boolean so instead of int try to use bool.
|
... Are you serious?
bool and integer is exactly the same in C
|
|
|
03/29/2013, 14:32
|
#7
|
elite*gold: 0
Join Date: Dec 2012
Posts: 85
Received Thanks: 26
|
Quote:
Originally Posted by Mognakor
... Are you serious?
bool and integer is exactly the same in C
|
We are not using C, we are using C++.
So it isnt the same.
|
|
|
03/29/2013, 14:44
|
#8
|
elite*gold: 0
Join Date: Jun 2008
Posts: 355
Received Thanks: 5
|
nooooohh !!
i spend 1 hr
but i did not get it >..<
can any one give me a guide how can i fix that error ??
like for example
Under
KRKSDLAPSDMM
Put
SDASMMJ
Please help me
|
|
|
03/29/2013, 15:04
|
#9
|
elite*gold: 115
Join Date: Jan 2012
Posts: 1,156
Received Thanks: 894
|
No No No guys...use bool it gives warning so use int and it works fine
|
|
|
03/29/2013, 15:09
|
#10
|
elite*gold: 0
Join Date: Jun 2008
Posts: 355
Received Thanks: 5
|
Quote:
Originally Posted by jayjei14
No No No guys...use bool it gives warning so use int and it works fine
|
can you make a guide how can i add this ?
please ??
|
|
|
03/29/2013, 15:23
|
#11
|
elite*gold: 0
Join Date: Mar 2008
Posts: 598
Received Thanks: 465
|
Quote:
Originally Posted by Allowedes
We are not using C, we are using C++.
So it isnt the same.
|
And what is C++ based on?
If numerical values are not working as bool so why can we do things lik
Code:
CMover* Mover_ptr=NULL;
if(!Mover_ptr)
printf("blabla");
or
Code:
int x=1;
if(x)
printf("blabla");
If you take a look into WinDef.h
|
|
|
03/29/2013, 16:21
|
#12
|
elite*gold: 0
Join Date: Dec 2012
Posts: 85
Received Thanks: 26
|
Quote:
Originally Posted by Mognakor
And what is C++ based on, smartass?
If numerical values are not working as bool so why can we do things lik
Code:
CMover* Mover_ptr=NULL;
if(!Mover_ptr)
printf("blabla");
or
Code:
int x=1;
if(x)
printf("blabla");
If you take a look into WinDef.h
|
Jesus, you dont realize it, mhm ? boolean type only got true or false. Interger −2.147.483.648 till 2.147.483.647.
And lawl, you only check if x even exists nothing more.
Please check the difference between BOOL and bool.
|
|
|
03/29/2013, 16:30
|
#13
|
elite*gold: 0
Join Date: Mar 2008
Posts: 598
Received Thanks: 465
|
Quote:
Originally Posted by Allowedes
Jesus, you dont realize it, mhm ? boolean type only got true or false. Interger −2.147.483.648 till 2.147.483.647.
And lawl, you only check if x even exists nothing more.
|
false=0
true= anything besides 0
...
And it checks if x is !0 and if thats the case it executes the printf...
Also if you are so pro maybe explain why Visual Studio (cause thats what we use to compile Flyff) defines BOOL as integer.
|
|
|
03/29/2013, 16:32
|
#14
|
elite*gold: 0
Join Date: Dec 2012
Posts: 85
Received Thanks: 26
|
Quote:
Originally Posted by Mognakor
false=0
true= anything besides 0
...
And it checks if x is !0 and if thats the case it executes the printf...
Also if you are so pro maybe explain why Visual Studio (cause thats what we use to compile Flyff) defines BOOL as integer.
|
Check that link
BOOL is a Windows Type only for backwards compatibility.
The real bool is a true or false type, not a false bool.
|
|
|
03/29/2013, 17:35
|
#15
|
elite*gold: 15
Join Date: May 2010
Posts: 5,996
Received Thanks: 2,283
|
Ihr hört beide auf, regelt es privat, nicht hier.
Anstatt anfangen in einem Thread, in dem jemand Hilfe braucht, zu diskutieren,
könnt ihr ihm lieber helfen.
|
|
|
 |
|
Similar Threads
|
Need a task
02/01/2013 - DarkOrbit - 2 Replies
Please , I need a task for PBDO-Bot for make the GG because, I was killed by the kristaliones two times, please give me a task for this.
:o:o:o:o:o :handsdown::handsdown::handsdown:
|
Task
09/18/2012 - DarkOrbit - 3 Replies
hello anybody can make task for me?
spheard boxing. use ability 4\3
agesis cubikon use ability
or can teli how bot use ability i cannot set it
|
Task
08/13/2012 - DarkOrbit - 4 Replies
Hi I am looking for job PBDO of cubics. Top of Agis repair um
|
API Error Code: 100 API Error Description: Invalid parameter Error Message: redirect_
04/08/2012 - elite*gold Trading - 2 Replies
API Error Code: 100
API Error Description: Invalid parameter
Error Message: redirect_uri URL is not properly formatted
Das bekomme ich wenn ich ne App installiere... ich habe schon 3 Apps richtig installiert, danach kam immer das bei anderen Apps die ich installiert habe..
was heisst das? redirect_uri URL is not properly formatted
|
PB-Bot Task
09/27/2011 - DarkOrbit - 6 Replies
Moin,
habe ma ne frage ... und zwar funktionieren komischerweise die Task nicht mehr die man mit dem cretaro von gähn gemacht hat nicht mehr ... weiß jemand ob es einen anderen gibt oder wie ich den fehler beseitigen? Er zeigt mir an das ich keine base koordinaten habe deswegen startet er den Task nicht, wenn ich aber einen von den beiden vorgefertigten nehme da klappt das irgentwie ...
mfg Fritchen
|
All times are GMT +1. The time now is 17:34.
|
|