| Thread | Last Post | Replies |
|
| XML String into DataSet? | 21 Oct 2003 04:30 GMT | 2 |
I've just started using managed extensions to write a web service, the learning curve seems pretty steep! Currently I'm stuck at this bit: my web service gets a String * of XML data. I want to read this into a DataSet and validate it against a schema.
|
| New to managed C++ Please help | 21 Oct 2003 02:39 GMT | 1 |
Hi, For some reason I am unable to see certain namespaces in my VS generated class files, such as System::Data; I can see System; I can see System::Collections; But again I cannot see System::Collections::Specialized. Does anyone have an idea??
|
| C1001 at msc1.cpp:2701 when specializing template member | 20 Oct 2003 20:05 GMT | 9 |
VC 7.1.3088 Bug: When a class defines a template member function taking (T const &), then an explicit specialization taking a non-const & argument (U) causes a C1001 at msc1.cpp line 2701. The following short program duplicates this error. Compile it in Debug mode (all optimizations ...
|
| VC++ 7.1 friend template problem | 20 Oct 2003 19:08 GMT | 1 |
Consider the following code: template<class T> struct Singleton {
|
| What does this mean? | 20 Oct 2003 18:49 GMT | 2 |
I get this error when I try to compile my app. I am not sure what it means, as there are no loops in my code. c:\Documents and Settings\Brett\My Documents\Visual Studio Projects\points2\points.cpp warning C4182: #include nesting level is 545
|
| /GS and _set_security_error_handler() not working as expected on VS7.1 | 20 Oct 2003 17:43 GMT | 4 |
I synthetically create an overrun by copying more data than a buffer can hold: int buffer[128]; int i = 0;
|
| intellisense stopped working | 20 Oct 2003 16:35 GMT | 1 |
i am using VC .NET 2003 and from time to time intellisense just does not work anymore. i have noticed that this happens most when - i am working with stl code. (however it seems to work better for template
|
| UnableTo Install Microsoft Visual C++.NET (2002) on Windows XP Professional | 20 Oct 2003 12:54 GMT | 1 |
1)I used Microsoft Visual C++.NET (2002) on my Windows Me and Windows XP Home Edition for the last one and half years. 4-5 weeks ago, I upgraded my PC from Windows XP Home Edition to Windows XP Professional. Recently I tried
|
| Callers Graph Window in .NET 2003? | 20 Oct 2003 11:47 GMT | 1 |
I'm in the process of moving a large VC++ 6.0 project to .NET 2003, and I can't find equivalent functionality to the old IDE's "Callers Graph". Also, I can't figure out how to display in a tree format the base and derived
|
| error C2248 - bug in MSVC71 | 20 Oct 2003 10:31 GMT | 1 |
I've received following code snipped from some mailing list: 1 class A 2 { 3 private:
|
| Writing Native MFC in VC++.net 2003 | 20 Oct 2003 10:09 GMT | 1 |
I'm trying to write a simple MFC application in VC++.Net 2003, and I'm taking the following erro: libcmtd.lib(crt0.obj) : error LNK2019: unresolved external symbol _main referenced in function _mainCRTStartup
|
| Convert CStringT to int | 20 Oct 2003 08:52 GMT | 2 |
Does anyone know how to convert a CStringT to an int? Thanks, Duncan
|
| How to display the Bitmap that created by CreateBitmap function? | 19 Oct 2003 21:08 GMT | 2 |
I use CBitmap::CreateBitmap create a CBitmap object, and sets the bit datas by CBitmap::SetBitmapBits, but I can not display it on the screen(ie. use CDC::BitBlt). Thanks in advance. My codes like:
|
| error LNK2020 | 18 Oct 2003 02:06 GMT | 1 |
I receive this error when I try to resolve the "LINKER WARNING WHEN YOU BUILD MANAGED EXTENSION FOR C++ DLL PROJECT" as MS kb 814472 . How can resolve this ? Thanks in advance .
|
| Question Concerning Converting a VS97 C++ DLL to VS2003 Code Base | 17 Oct 2003 21:39 GMT | 1 |
I am working on a project converting a DLL originally written in C++ using Visual Studio 97 accessing a SQL 6.5 data base to VS.Net 2003 and SQL Server 2000. I would very much appreciate any suggestions and/or references to good sources for information about issues I am likely to ...
|