Google Groups Home
Help | Sign in
This is a Usenet group - learn more
Find or start a Google Group about vc.
Group info
Subscribers: 829
Activity: Medium activity
Language: English
Group categories: Not categorized
More group info »
Related Groups
Microsoft Visual C newsgroup.
Medium activity, Usenet
Microsoft Visual C newsgroup.
High activity, Usenet
Microsoft Visual C newsgroup.
Low activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 18524  Older »
Description: Microsoft .NET technology newsgroup.
 

Test web server applications using ACT5.5 
  Hi , I am into a new project which tests web applications compatibility on windows 2003 . Is this possible using ACT5.5? Please do let know me how I need to start. Regards Sujith
By Sujith Subramanian  - Jul 8 - 1 new of 1 message    

compiler bug -- mistaken C3821 when invoking new in ctor-initializer-list (regression) 
  Please validate this bug: [link] Here is the test case: ...class C3821 { std::list<int*>* p; public: C3821( size_t n ) : p(new std::list<int*>[n]) { } ...I've been able to verify that it works in VS2005 SP1 but not in VS2008 SP1,... more »
By Ben Voigt [C++ MVP]  - Jul 8 - 3 new of 3 messages    

installing Framework 3.5 SP1 on Windows 2003 SP2 Enterprise IA64 
  I cannot install .NET Framework 3.5 SP1 on Windows 2003 SP2 Enterprise IA64. The error log is: [07/08/09,15:50:16] Microsoft .NET Framework 3.5 (ia64) 'package': [2] Error: Installation failed for component Microsoft .NET Framework 3.5 (ia64) 'package'. MSI returned error code 1603 [07/08/09,15:50:30] WapUI: [2] DepCheck indicates Microsoft .NET Framework... more »
By arjanas  - Jul 8 - 1 new of 1 message    

ABI changes between VC++6.0 and VC++9.0 
  Are there any changes in the Application Binary Interface (ABI) of the Visual C / C++ Versions 6.0 and 9.0, or is it possible to link code generated with 9.0 to old 6.0 Libraries/Object files?
By Michael Harbeck  - Jul 7 - 4 new of 4 messages    

named events in C# - do they exist? 
  I need to do some simple IPC between C# applications, and a named event object (e.g. CreateEventEx) would fit the bill. I see that System.Threading has Mutex and Semphore classes, but the ManualResetEvent class appears local to the process only. Is there a C# class that supports named event objects?... more »
By Brian Muth  - Jul 6 - 2 new of 2 messages    

Integer template argument warning 
  Hello, I am compiling the following code <code> template < unsigned int I > class A {}; template < int I > class B {}; template < int I > B<-I> foo(A<I> const &) { return B<-I>(); ...template < int I > void bar(A<I> const &) { ...int main() { A<1> a; foo(a); // warning here bar(a); return 0;... more »
By user790  - Jul 6 - 4 new of 4 messages    

Question on HtmlHelp 
  Hello, we use HtmlHelp for context sensitive Help, like this: AfxGetApp()->HtmlHelpA( helpId, HH_HELP_CONTEXT ); Since we have very many help Ids it can happen that an Id is not mapped in the help file. HtmlHelp then shows an error box. What I want is that it shows the start page of the help system.... more »
By Paul Werkowitz  - Jul 6 - 2 new of 2 messages    

MSVCR80r.dll was not found 
  Hello, I have visual studio 2005 installed, a compiled program cannot run and it generates the error MSVCR80r.dll was not found on the machine visual studio 2005 installed. I thought it must be a FAQ. I searched the net and followed the different suggestions from the link below. it doesn't help [link]... more »
By Peter  - Jul 6 - 4 new of 4 messages    

HD Monitor 
  I have a folder monitor and record all events in a file log. For example, changes and creation of files. How you can develop it? Thank you.
By win  - Jul 6 - 2 new of 2 messages    

IE in kiosk mode problem 
  I use vs2005 and this code but ie open in normal windows mode not in kiosk mode. What is wrong? STARTUPINFO siStartupInfo; PROCESS_INFORMATION piProcessInfo; char *m_Process="C:\\Program Files\\Internet Explorer\\iexplore.exe"; char *cmd_param = "-k [link]"; memset(&siStartupInfo, 0, sizeof(siStartupInfo));... more »
By placentiusz  - Jul 5 - 1 new of 1 message    

1 - 10 of 18524   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google