Historique des modifications - Message

Message #4824

Sujet: probleme de compilo (vc 2008)


Type Date Auteur Contenu
Dernière modification 11-11-2008 21:11:28 pspmy
voila donc tout compile bien sauf que quand je déclare un SOCKADDR_IN sin; dans ma classe _game_main le compilo de vc me hurle :

1>.\\_game_main_camera.cpp(23) : error C2064: term does not evaluate to a function taking 1 arguments
1>.\\_game_main_camera.cpp(30) : error C2064: term does not evaluate to a function taking 1 arguments

le probleme vien des ligne suivante :
vector3df facing( cos( (this->player->getRotation().Y) * PI/180.0f), 0, -sin( this->player->getRotation().Y * PI/180.0f ));
//===================
vector3df facing(cos(this->player->getRotation().Y * PI/180.0f),0,-sin(this->player->getRotation().Y * PI/180.0f));

Et quand je supprime SOCKADDR_IN sin; il ni a plus d'erreur de compilo

bizard
Création du message 11-11-2008 21:11:05 hardcpp
voila donc tout compile bien sauf que quand je déclare un SOCKADDR_IN sin; dans ma classe _game_main le compilo de vc me hurle :

1>.\\_game_main_camera.cpp(23) : error C2064: term does not evaluate to a function taking 1 arguments
1>.\\_game_main_camera.cpp(30) : error C2064: term does not evaluate to a function taking 1 arguments

le probleme vien des ligne suivante :
vector3df facing( cos( (this->player->getRotation().Y) * PI/180.0f), 0, -sin( this->player->getRotation().Y * PI/180.0f ));
//===================
vector3df facing(cos(this->player->getRotation().Y * PI/180.0f),0,-sin(this->player->getRotation().Y * PI/180.0f));

Et quand je supprime SOCKADDR_IN sin; il ni a plus d'erreur de compilo

bizard

Retour

Options Liens officiels Caractéristiques Statistiques Communauté
Préférences cookies
Corrections
irrlicht
irrklang
irredit
irrxml
Propulsé par Django
xhtml 1.0
css 2.1
884 membres
1440 sujets
11337 messages
Dernier membre inscrit: Saidov17
155 invités en ligne
membre en ligne: -
RSS Feed