Hi,
I for some reason cannot get any libraries to work in my visual c++ 6.0 MFC application. I included math library in different ways using <include.h>, "include.h", and copying the library to my project folder. But none of these methods seem to work. Whenever I use sqrt() function, it gives me error saying "sqrt, unkonwn identifier". Can somebody help me please?
I for some reason cannot get any libraries to work in my visual c++ 6.0 MFC application. I included math library in different ways using <include.h>, "include.h", and copying the library to my project folder. But none of these methods seem to work. Whenever I use sqrt() function, it gives me error saying "sqrt, unkonwn identifier". Can somebody help me please?