Click here to Skip to main content
15,896,278 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Download Pin
Thesisus13-Oct-01 18:35
Thesisus13-Oct-01 18:35 
QuestionWhat is .NET exactly? Pin
27-Aug-01 23:53
suss27-Aug-01 23:53 
AnswerRe: What is .NET exactly? Pin
Michael Dunn29-Aug-01 18:29
sitebuilderMichael Dunn29-Aug-01 18:29 
AnswerRe: What is .NET exactly? Pin
Paul Watson21-Sep-01 0:51
sitebuilderPaul Watson21-Sep-01 0:51 
GeneralMFC, COM and .NET Pin
25-Aug-01 14:12
suss25-Aug-01 14:12 
GeneralRe: MFC, COM and .NET Pin
Tim Deveaux25-Aug-01 14:44
Tim Deveaux25-Aug-01 14:44 
QuestionHow do you avoid compiler error C3828? Pin
24-Aug-01 11:24
suss24-Aug-01 11:24 
AnswerRe: How do you avoid compiler error C3828? Pin
Tim Deveaux24-Aug-01 11:55
Tim Deveaux24-Aug-01 11:55 
From a look at the docs, you might be ok in a release build.

VC won't allow placement new when creating instances of managed types - and the debug new operator, redefined to enable allocation tracking, runs afoul of this.

A work-around is to undef the new operator temporarily -

#pragma push_macro("new")
#undef new
...
#pragma pop_macro("new")

QuestionNapster for .NET? Pin
daveM17-Aug-01 12:28
daveM17-Aug-01 12:28 
AnswerRe: Napster for .NET? Pin
31-Aug-01 14:48
suss31-Aug-01 14:48 
Generaldoes anyone know anything about the pnm:// protocol Pin
15-Aug-01 13:00
suss15-Aug-01 13:00 
GeneralI need "Microsoft Proxy Server" Pin
Ghasrfakhri14-Aug-01 5:49
Ghasrfakhri14-Aug-01 5:49 
GeneralRe: I need "Microsoft Proxy Server" Pin
Paul Watson21-Sep-01 0:54
sitebuilderPaul Watson21-Sep-01 0:54 
GeneralRe: I need "Microsoft Proxy Server" Pin
Colin Bowern29-Oct-01 18:12
Colin Bowern29-Oct-01 18:12 
QuestionHow do I use DataGridColumnStyle Pin
Chaim Nussbaum12-Aug-01 12:01
Chaim Nussbaum12-Aug-01 12:01 
QuestionVS Beta2 xp look ? Pin
12-Aug-01 5:51
suss12-Aug-01 5:51 
AnswerRe: VS Beta2 xp look ? Pin
13-Sep-01 11:02
suss13-Sep-01 11:02 
General.NET Startup Pin
11-Aug-01 0:38
suss11-Aug-01 0:38 
QuestionSOAP problem? Pin
7-Aug-01 6:35
suss7-Aug-01 6:35 
QuestionDotNet control in MFC? Pin
6-Aug-01 9:17
suss6-Aug-01 9:17 
QuestionElement or Attribute? Pin
6-Aug-01 1:29
suss6-Aug-01 1:29 
GeneralWriting events in a Web Control Pin
5-Aug-01 21:48
suss5-Aug-01 21:48 
General.NET Control, OCX and Java Applet in HTML Pin
chenzhu29-Jul-01 20:17
chenzhu29-Jul-01 20:17 
General.NET ASP questions Pin
Todd Smith27-Jul-01 17:08
Todd Smith27-Jul-01 17:08 
GeneralRe: .NET ASP questions Pin
Nikhil Dabas28-Jul-01 10:54
Nikhil Dabas28-Jul-01 10:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.