sadegh wrote:
Quote:
On Apr 16, 5:32 pm, dave_mikes...@fastmail.fm wrote:
Quote:
>On Apr 16, 9:21 am, "sadegh" <sadegh...@yahoo.comwrote:
>>
>>
Quote:
>>I have a problem with my program in VC++6
>>When I compile it, the following errors are listed. I spend a lot of
>>time on the groups.google.com to find its reason, but none of
>>comments could not help me. Does any body know what is the problem?.
>>Thanks.
>>
Quote:
>>OtherFunctions.obj : error LNK2001: unresolved external symbol "int
>>__cdecl MLength(class math::matrix<doubleconst &)"
>>(?MLength@@YAHABV? $matrix@N@math@@@Z)
>>
>What library contains these math classes? It looks like you're not
>linking with it.
>
the library that contains these math classes is matrixop.h where I
have been added it in "StdAfx.h" file.
No, it's not the "library that contains these math classes". It's
the header that contains the definitions of the classes. The actual
implementation is most likely in a ".lib" file. You need to read the
documentation for your library and pay attention to what you need to
do with the .lib file, along with adding the header to your source.
This, however, is all off-topic because it's specific to Windows or
Visual C++. Please post to the appropriate newsgroup from the family
'microsoft.public.vc.*'.
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask