Thank you,
James Hurst
jhu...@designforge.com
Have you checked the Header file. These functions are defined in
"stdlib.h". In your application these functions may be defined in some other
file so that Compiler may not be able to find the appropriate lib file for
that.
Go to General tab under Project->Settings and choose "Use MFC in a
static library" or "Use MFC in a shared dll" to solve your CString problem.
Regards,
-Vijay
--
~~~~~~~~~~~~~~~
Vijay Kumar Reddy
www.E-Supportpoint.com
James Hurst <jhu...@designforge.com> wrote in message
news:375F386F...@designforge.com...
Thanks, any help will be appreciated,
James Hurst
James Hurst
It's ok. In earlier message you wrote you were having some problems with
linking to CString functions. What about them? Are you able to get rid of
them?
-Vijay
--
~~~~~~~~~~~~~~~
Vijay Kumar Reddy
www.E-Supportpoint.com
James Hurst <jhu...@designforge.com> wrote in message
news:3760345F...@designforge.com...
Vijay Kumar Reddy J wrote: