H
Hans
I have some ancient routines I want to use in a Visual
C++ .NET class library but I cannot get it compiled.
I get link errors on goniometrical functions:
Calculator error LNK2001: unresolved external
symbol "double __cdecl cos(double)" (?cos@@$$J0YANN@Z)
Calculator error LNK2001: unresolved external
symbol "double __cdecl sin(double)" (?sin@@$$J0YANN@Z)
as well as on
Calculator error LNK2001: unresolved external symbol "int
__cdecl sprintf(char *,char const *,...)" (?
sprintf@@$$J0YAHPADPBDZZ)
Calculator error LNK2001: unresolved external symbol "int
__cdecl sscanf(char const *,char const *,...)" (?
sscanf@@$$J0YAHPBD0ZZ)
Can anybody help me out here???
Tanx,
Hans.
C++ .NET class library but I cannot get it compiled.
I get link errors on goniometrical functions:
Calculator error LNK2001: unresolved external
symbol "double __cdecl cos(double)" (?cos@@$$J0YANN@Z)
Calculator error LNK2001: unresolved external
symbol "double __cdecl sin(double)" (?sin@@$$J0YANN@Z)
as well as on
Calculator error LNK2001: unresolved external symbol "int
__cdecl sprintf(char *,char const *,...)" (?
sprintf@@$$J0YAHPADPBDZZ)
Calculator error LNK2001: unresolved external symbol "int
__cdecl sscanf(char const *,char const *,...)" (?
sscanf@@$$J0YAHPBD0ZZ)
Can anybody help me out here???
Tanx,
Hans.