Click here to Skip to main content
15,914,331 members
Home / Discussions / C#
   

C#

 
QuestionCasting from a collection Enumerator?? How ?? Pin
Dato23-Jan-03 12:01
Dato23-Jan-03 12:01 
AnswerRe: Casting from a collection Enumerator?? How ?? Pin
Heath Stewart24-Jan-03 8:57
protectorHeath Stewart24-Jan-03 8:57 
GeneralLicensing Pin
Patrick Lassalle23-Jan-03 6:22
Patrick Lassalle23-Jan-03 6:22 
GeneralRe: Licensing Pin
Roger Alsing23-Jan-03 20:51
Roger Alsing23-Jan-03 20:51 
GeneralRe: Licensing Pin
Patrick Lassalle24-Jan-03 7:55
Patrick Lassalle24-Jan-03 7:55 
GeneralRe: Licensing -- Decompilers - Another Problem Pin
T Jenniges28-Jan-03 13:17
T Jenniges28-Jan-03 13:17 
GeneralRe: Licensing -- Decompilers - Another Problem Pin
Patrick Lassalle28-Jan-03 13:23
Patrick Lassalle28-Jan-03 13:23 
GeneralRe: Licensing -- Decompilers - Another Problem Pin
T Jenniges28-Jan-03 13:28
T Jenniges28-Jan-03 13:28 
GeneralProblems with assemblies Pin
the_grip23-Jan-03 5:02
the_grip23-Jan-03 5:02 
GeneralRe: Problems with assemblies Pin
leppie23-Jan-03 6:04
leppie23-Jan-03 6:04 
GeneralRe: Problems with assemblies Pin
the_grip23-Jan-03 6:10
the_grip23-Jan-03 6:10 
GeneralRe: Problems with assemblies Pin
leppie23-Jan-03 6:23
leppie23-Jan-03 6:23 
GeneralRe: Problems with assemblies Pin
the_grip23-Jan-03 8:56
the_grip23-Jan-03 8:56 
GeneralRe: Problems with assemblies Pin
leppie23-Jan-03 9:32
leppie23-Jan-03 9:32 
GeneralRelease mode Vs Debug mode Pin
BigAndy23-Jan-03 2:21
BigAndy23-Jan-03 2:21 
GeneralRe: Release mode Vs Debug mode Pin
TigerNinja_23-Jan-03 3:23
TigerNinja_23-Jan-03 3:23 
The Debug configuration of your program is compiled with full symbolic debug information in Microsoft format and no optimization (optimization complicates debugging, since the relationship between source code and generated instructions is more complex).
The Release configuration of your program is fully optimized and contains no symbolic debug information. Debug information may be generated in separate PDB files.


Debug mode: produces .pdb file and a larger footprint for debugging purposes.
http://msdn.microsoft.com/library/en-us/cscomp/html/vcrefDEmitDebuggingInformation.asp[^]







R.Bischoff | C++
 
.NET, Kommst du mit?


GeneralRe: Release mode Vs Debug mode Pin
Heath Stewart23-Jan-03 18:24
protectorHeath Stewart23-Jan-03 18:24 
GeneralStruct and pointers Pin
PeterJensen23-Jan-03 1:14
PeterJensen23-Jan-03 1:14 
GeneralRe: Struct and pointers Pin
Philip Fitzsimons23-Jan-03 2:49
Philip Fitzsimons23-Jan-03 2:49 
GeneralRe: Struct and pointers Pin
PeterJensen23-Jan-03 3:00
PeterJensen23-Jan-03 3:00 
GeneralRe: Struct and pointers Pin
Philip Fitzsimons23-Jan-03 3:23
Philip Fitzsimons23-Jan-03 3:23 
GeneralRe: Struct and pointers Pin
PeterJensen23-Jan-03 6:31
PeterJensen23-Jan-03 6:31 
GeneralRe: Struct and pointers Pin
leppie23-Jan-03 7:05
leppie23-Jan-03 7:05 
GeneralRe: Struct and pointers Pin
PeterJensen23-Jan-03 7:17
PeterJensen23-Jan-03 7:17 
GeneralRe: Struct and pointers Pin
leppie23-Jan-03 8:10
leppie23-Jan-03 8:10 

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.