I've added a .lib to my c
project,
but still can't use things defined in that .lib
in .c
main()
{
structure_defined_inthat_lib c;
...
I added that .lib
this way:
Right click ,property,Linker,Input,
and in "Additional Dependencies",I type in "D:\path\name.lib
"
Anything wrong?