S
sg10241024
Hello,
I'm programming MS Visual Studio. Net 2003 Professional. I'm a
beginner and now I have a problem while building my new program.
I've got linker error LNK2001: unresolved external symbol "insigned
int:stdcall joyGetPos(unsigend int, struct
joxinfo_tag*)"(?joyGetPos@@$ Joystick
and the linker fatal error LNK1120: 1 unresolved externals.
I've looked for information in the MSDN Library (Oktober 2004). But it
failed.
Maybe I have an error in my program:
#include<windows.h>
#include<stdio.h>
int main()
{
JOYINFO cpi, *pji;
pji=&cpi;
(*pji).wXpos=40;
joyGetPos(0,pji);
return 0;
}
My purpose is to address a joystick.
Thanks for heldping!
Greeting Sarah
I'm programming MS Visual Studio. Net 2003 Professional. I'm a
beginner and now I have a problem while building my new program.
I've got linker error LNK2001: unresolved external symbol "insigned
int:stdcall joyGetPos(unsigend int, struct
joxinfo_tag*)"(?joyGetPos@@$ Joystick
and the linker fatal error LNK1120: 1 unresolved externals.
I've looked for information in the MSDN Library (Oktober 2004). But it
failed.
Maybe I have an error in my program:
#include<windows.h>
#include<stdio.h>
int main()
{
JOYINFO cpi, *pji;
pji=&cpi;
(*pji).wXpos=40;
joyGetPos(0,pji);
return 0;
}
My purpose is to address a joystick.
Thanks for heldping!
Greeting Sarah