Hi,
I need to use ancient C routine in a C++ .NET Class lib,
so that the code becomes accessable in a .NET application.
I keep getting a name mangling problem on some functions:
Calculator error LNK2001: unresolved external
symbol "double __cdecl cos(double)" (?cos@@$$J0YANN@Z)
Can anybody tell me how I can get this app going???
Tanx, Hans