Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / December 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Problem in compiling from vc7 to W9518 Dec 2003 08:44 GMT2
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 VC18 Dec 2003 07:02 GMT2
See the following code :
#include <iostream>
using namespace std;
    float f1 = 1.0e+6;
Questions on C++ .NET, and .NET in general18 Dec 2003 06:46 GMT5
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 __gc18 Dec 2003 02:34 GMT3
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 117 Dec 2003 21:51 GMT3
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 service17 Dec 2003 17:38 GMT1
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 Array17 Dec 2003 17:14 GMT2
I want to do the equivalent of this in Managed C++:
void MyFunc( int n )
{
   Byte[ ] mybuffer = new Byte[ n ];
COleDateTime, ParseDateTime problems in Korea17 Dec 2003 15:20 GMT1
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 GMT1
In the .NET platform what does substitute COM+?
--
:o)
Compiler template bug in VC++ 7.1 with pointer to members17 Dec 2003 13:44 GMT4
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 200017 Dec 2003 09:15 GMT6
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 assemblies17 Dec 2003 08:02 GMT3
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 imports17 Dec 2003 03:01 GMT6
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 GMT1
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 correct16 Dec 2003 21:10 GMT2
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
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 November, 2003
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.