| Thread | Last Post | Replies |
|
| basic_istream::get calls setstate(failbit) if no elements was extracted | 27 Jan 2004 04:01 GMT | 1 |
I'm moving one of my programs from MSVC 6 to .NET 2003 and now the librare is changed so that basic_istream::get calls setstate(failbit) if no elements was extracted Is there any clean way to go around this, for me a empty string is a normal case? Regards
|
| Help on .NET Assemblies | 13 Jan 2004 03:14 GMT | 2 |
i try to compile c++ code into a .NET assembly that would be integrated into C#. all my c++ types and objects are not __gc, so in the assembly they all seem to inherit from System.ValueType; in the object browser, the members of my
|
| Microsoft Activex Controls | 09 Jan 2004 15:38 GMT | 2 |
We are using Microsoft Forms 2.0 CommandButton and Microsoft Forms 2.0 TextBox in our application which is being developed in VC++. But, when we try to run this application on a PC that does not have FM20.dll registered, the aplication does not run. I want to know if we can ...
|
| Building DLL, please help!! | 04 Jan 2004 16:33 GMT | 3 |
Hi,All I have a question on how to build a universal DLL(Dynamic Linking Library)or Lib(static library), which could be used both in Debug and Release verisons. As i know,
|