I updated to the .NET 3.5 framework.
I now get the following compile error when I build my C# project.
How can I fix this ?
Error 1
The type 'System.Web.Script.Services.ScriptServic...
Hi,
Our code needs to provide access to fseek/ftell like APIs for files of arbitrary size using MSVC++ .NET 2002.
The perfect analogues on MSVC 2005 is _fseeki64 and _ftelli64. However, t...
Hi Experts
My C++ program is not able to identify Intel MKL BLAS routines.
I got the following error message :
error LNK2019: unresolved external symbol _dasum referenced in function ...
So here's the problem.
A piece of software for a company I work for is written in STL. This software compiled fine in Visual Studio 2005. However, after upgrading to Visual Studio 2008, s...
General question for Visual C++. How do i include header files and other .cpp files (implementation files) in my program so that i dont have to keep it all in one file? what is the syntax, an ...
Which function in MS Visual C++ can help me to display graph in mountain shape rather than bar shape?
Help this is very frustrating and i cant seem to find ANY good examples
i have been given a biiig block of c++ code to include in a relatively simple vb project
but i cannot access it... ...
Dear all,
I'm writing a application, includes 2 parts: a COM component (writing in VC++.NET) and a client application (writing in VB6).
My requirement is:
The application calls a metho...
I have a small project with VC6-MFC
Now I want to support Unicode on Interface, so I use VC++ .NET 2005
But how to static build Visual C++ 2005?
Because I want to release a version of my ...
Hello
Can someone please help me with a parser in C# for retrieving email addresses in a VCF file
The VCF file could be from Microsoft Outlook or a Palm Desktop
thanks