| Thread | Last Post | Replies |
|
| runtime crashes using MS STL libraries in VS .Net. | 26 Feb 2004 13:57 GMT | 2 |
I was using earlier using Dinkumware STL librarires in VC6.0, now while migrating to VC7.1 i started using MS lib ( for e.g. xtree file). Everything compiled fine with minor changes but now I am getting strange memory corruptions while using the Queue (gives access violation ...
|
| how can i export a function return a std::string safely? | 20 Feb 2004 19:21 GMT | 1 |
my dll (linked with static multithread debug c runtime)export such a function: class __declspec(dllexport) DOC {
|
| How to read CPU Usage??? | 20 Feb 2004 15:41 GMT | 1 |
I'm doing a load balancing project(using jni) and i want to read the CPU usage from windows 2000. How can i do that? is there any api from microsoft to do so? please help me...
|
| Passing STL references across DLL boundaries in VS.Net 2003 (VC++ 7.1) | 19 Feb 2004 18:49 GMT | 3 |
I am thinking about moving my app to VC++ 7.1 - I wanted to know if the annoying problem of access violations when passing STL-related structures across DLL-EXE boundaries and accessing them has been resolved (assume both link to the same CRT). Thanks!
|
| incompatibilites between run-time dll's? | 19 Feb 2004 18:19 GMT | 9 |
Are there any possible problems if an application is using multiple versions of the shared C++ runtime dlls - e.g. msvcp60.dll, msvcp70d.dll /and/ msvcp71.dll? The reason I ask is, the app I'm developing suddenly decided yesterday to refuse to start up, throwing up a dialog titled ...
|
| How to export an array from VB .NET in VC++ .NET? | 18 Feb 2004 17:33 GMT | 5 |
We want to export myArrayVB (2000, 2) of VB .NET 2003 in myArrayV? [2000, 2] of VC++ .NET 2003 on scheme "component - client". But there is an error. For development of a component in VB .NET 2003 we make: File, New, Project, Visual Basic Projects, Class Library, name of project: ...
|
| "...instruction at xxxxx referenced by xxxxx could be written.... " | 06 Feb 2004 11:31 GMT | 1 |
I encountered a problem in my C program. When the code runs for a short time, there is no error at all. But when it runs for 1 or 2 hours, it terminates with the message: "...instruction at xxxxx referenced by xxxxx could be written.... Anybody can give me some idea of what kind ...
|
| why ifstream object can be used as a basic_istream object? | 01 Feb 2004 17:56 GMT | 1 |
i study the iostream's source code and did not found any virtual function other than virtual destructor. then why did the following function can extract data correctly in despite of whether the stream object is a ifstream or a istringstream.
|