merci c cool, ca marche. En plus j'ai appris un truc
merci

-------------------------------
Réponse au message :
-------------------------------
> Dans options du projet, onglet linker et tu ajoutes en dependance supplementaire.
> BruNews, ciao...
>
>
> -------------------------------
> Réponse au message :
> -------------------------------
>
> > comment ca marche ca ?
> >
> > -------------------------------
> > Réponse au message :
> > -------------------------------
> >
> > > et le linker ???????????????????
> > > Winmm.lib
> > > BruNews, ciao...
> > >
> > >
> > > -------------------------------
> > > Réponse au message :
> > > -------------------------------
> > >
> > > > J'ai un probleme de linkage avec ce programme:
> > > > voici le source:
> > > >
> > > > #include <windows.h>
> > > > #include <stdio.h> // pour printf
> > > > #include <mmsystem.h> // pour les fonctions du joystick
> > > >
> > > > void main()
> > > > {
> > > > int i;
> > > > joyinfoex_tag structtmp;
> > > >
> > > > printf("Voici la liste des joysticks connectés :\n");
> > > > for (i = JOYSTICKID1 ; i < (JOYSTICKID1 + 16) ; i++)
> > > > {
> > > > if (joyGetPosEx(i,&structtmp) == JOYERR_NOERROR)
> > > > {
> > > > printf("%d\n",i);
> > > > }
> > > > }
> > > > }
> > > >
> > > > et voici l'erreur:
> > > > Joystick.obj : error LNK2001: unresolved external symbol __imp__joyGetPosEx@8
> > > > Debug/Joystick.exe : fatal error LNK1120: 1 unresolved externals
> > > >
> > > > je travaille sous vc++ 5.0
> > > > merci de m'aider

> > > >
> > > >
> > >
> >
>