| Thread | Last Post | Replies |
|
| Problem in compiling from vc7 to W95 | 18 Dec 2003 08:44 GMT | 2 |
I've done a plugin for Acrobat (it's a Win32 DLL with a changed name, really; no MFC,no ATL and no framework) and it's ok, apart from the fact that it doesn't work only on Win 95 (which I must support) It works in W98, Me, NT4,
|
| surprising results with subtration with floats on VC | 18 Dec 2003 07:02 GMT | 2 |
See the following code : #include <iostream> using namespace std; float f1 = 1.0e+6;
|
| Questions on C++ .NET, and .NET in general | 18 Dec 2003 06:46 GMT | 5 |
I'm writing because I haven't been able to find enough information at the book stores and at the MS web site on some of my questions. Perhaps I'm asking the wrong questions, but if you could help me out here, I'd really appreciate it.
|
| MSIL from C++ with /clr option but no __gc | 18 Dec 2003 02:34 GMT | 3 |
Clarification needed please. If I compile a C++ program with the /clr option inpsection of the resulting assembly with ILDASM shows MSIL even for methods in classes for which I have not specified garbage
|
| Editing resource in managed c++ - Question 1 | 17 Dec 2003 21:51 GMT | 3 |
Could someone please help me out? How to add a version tab to an assembly's windows properties page for a managed c++ project, without manaully creating a rc file and a user defined rc2 file?
|
| Enumerating windows from an NT service | 17 Dec 2003 17:38 GMT | 1 |
The service I have written can not enumerate the current user's desktop windows when running as a service. I read where one solution to this is to install the service with "SystemAccount" rights and "Allow service to interact with desktop" but I
|
| Variable Size Array | 17 Dec 2003 17:14 GMT | 2 |
I want to do the equivalent of this in Managed C++: void MyFunc( int n ) { Byte[ ] mybuffer = new Byte[ n ];
|
| COleDateTime, ParseDateTime problems in Korea | 17 Dec 2003 15:20 GMT | 1 |
I have a bit of code that simply takes in a date from an EditCtrl and uses COleDateTime, ParseDateTime to get the date m_Ectrl.GetWindowText(str); if (dt.ParseDateTime(str, VAR_DATEVALUEONLY))
|
| In the .NET platform what does substitute COM+? | 17 Dec 2003 14:54 GMT | 1 |
In the .NET platform what does substitute COM+? --
:o) |
| Compiler template bug in VC++ 7.1 with pointer to members | 17 Dec 2003 13:44 GMT | 4 |
I believe the code below is compliant with the C++ standard. GCC and Comeau compiles this code without complaint however VC++ 7.1 has a number of silly complaints. Are there any known work arounds ?
|
| program creash on Japanese IME 2000 | 17 Dec 2003 09:15 GMT | 6 |
Hi, Gary, I recompile my code under UICODE setting and it seems that it still crashes under Janpanese Language input. It is strange, it can run on that machine, but as long as Japanese IME is up, it will creash my program
|
| Strong name assemblies | 17 Dec 2003 08:02 GMT | 3 |
Dear NG, I am trying to build a strong named library with Visual C++. -Therefore I am generating a key pair using sn -k strong_name.snk
|
| Problem with IDL imports | 17 Dec 2003 03:01 GMT | 6 |
I have an ATL Attributed project in VC++.NET 2002 and I'm having the following idl import problem. I have the following scenario: __interface IMyInterface : IUnknown
|
| problem reading ifstream text files with .Net 2003 VC++ | 17 Dec 2003 02:45 GMT | 1 |
With .Net 2003 I use : #include <fstream> using namespace std; I have problem using "getline", also a debug wersion does
|
| print source from within IDE print not correct | 16 Dec 2003 21:10 GMT | 2 |
I just subscribed to this forum. When we print source code in VS.NET to a laser printer, all characters are wrong. Kind of control characters. We experience this on all our VS.NET
|