| Thread | Last Post | Replies |
|
| Why does reading from a std::map not considered const? | 03 Dec 2004 01:41 GMT | 13 |
Why does reading a member of a std::map not considered const? For example: class My_Class { int Get_Map_Value( int index ) const // ** error ** not considered
|
| Missing template | 02 Dec 2004 19:36 GMT | 3 |
I have bought Visual C++ .NET 2003, but I cant find any templates to generate .NET forms. There is a lot of possibilties to make "normal" Windows programs/DLL etc. Can somebody tell me what I have done wrong.
|
| Problem about UDP Socket Sendto | 02 Dec 2004 17:29 GMT | 1 |
when I Send to Data by 100/s,Value Return is Success,but Link Layer no Success by Ether Peek Tool,please Give me solution,thank you - kyky200
|
| Adding MSChart to a windows forms project | 02 Dec 2004 17:14 GMT | 5 |
I don't know any thing about c#, I really need to do this in visual c++. I don't manually wrap the dll but since it's called AxInterop.OWC10.dll I assume visual studio has done that for me. "Steve Alpert" wrote:
|
| Debug vs Release Memory Allocation Performance Issue | 02 Dec 2004 16:45 GMT | 2 |
We are migrating from VC++ 6 to VC++ 2003. It is a plain, unmanaged application with both C and C++ source. When running the debug build, even outside the debugger, the memory allocation/deallocation performance appears to be orders of magnitude slower than in VC++ 6. The release ...
|
| vb.net (open new project) | 02 Dec 2004 13:29 GMT | 2 |
I do not know if I am in the right group to ask a question about vb.net ?? lucilu17t
|
| Mixing Managed C and Unmanaged C - Big Problem | 02 Dec 2004 13:17 GMT | 1 |
All the information I had read suggested that if you had an existing C project that you wished to change to managed code all you had to do was use the /clr switch and then over time you could convert/add managed code bit by bit.
|
| LNK2022 | 02 Dec 2004 10:22 GMT | 2 |
I have a project which uses some C code and some C++ code. I have a structure I want to use in both the C code and the C++ code. I have this structure defined in an include file which I have included in the C file and the C++ file.
|
| Requested object is not available - automating word mail merge | 02 Dec 2004 09:23 GMT | 1 |
I am trying to set up a mail merge by automation using a text file as the data source but I keep getting the message "Requested object is not available" and the debugger stops on the opendatasource line (code below)
|
| vb.net | 02 Dec 2004 05:42 GMT | 1 |
Am I, please, in the right " dotnet" to ask a question about visual basic. net ?? lucilu17t
|
| Exception when running from network drive ... | 02 Dec 2004 04:11 GMT | 4 |
I observe the following strange behavior of my application. Let say we have managed application MyApp.exe which depend on a few assemblies MyAssembly1.dll, MyAssembly2.dll and MyAssembly3.dll. The assemblies I mentione have strong names.
|
| XmlTextreader versus DOM | 02 Dec 2004 01:14 GMT | 5 |
the docs say : "The Xml-document is not loaded into memory when using XmlTextReader, as opposed to using the DOM where the entire document is loaded in memory" but, when using XmlTextReader, how can I parse then if the document is not
|
| How to use C# dlls in VC++ code | 01 Dec 2004 22:45 GMT | 1 |
I want to use C# DLLs in VC++ code. Please help Thanks,
|
| VS.Net 2003 Compilation error | 01 Dec 2004 20:42 GMT | 1 |
I'm having an application developed in VC++6.0.Now i'm trying to complie the same with Visual Studio.Net 2003,but getting some strange errors.Can anybody help to get out of these errors?I didn't not modify any project options for this project
|
| Create a remote directory with createdirectory? | 01 Dec 2004 19:52 GMT | 4 |
I'm developping an application which has to create a directory on a remote server. I'm using the createdirectory API fonction which works well when the PC runs win2000. Now, when I use WinXP, my application freeze at the first run, and works fine at the second run.
|