Click here to Skip to main content
15,896,118 members
Home / Discussions / C#
   

C#

 
QuestionDetect NULL values before trying to AVG data Pin
scjsb10-Jul-08 4:15
scjsb10-Jul-08 4:15 
AnswerRe: Detect NULL values before trying to AVG data Pin
vkuttyp10-Jul-08 5:05
professionalvkuttyp10-Jul-08 5:05 
QuestionProblem Starting Windows Service Automatically Pin
karthi8410-Jul-08 3:45
karthi8410-Jul-08 3:45 
AnswerRe: Problem Starting Windows Service Automatically Pin
PIEBALDconsult10-Jul-08 4:03
mvePIEBALDconsult10-Jul-08 4:03 
GeneralRe: Problem Starting Windows Service Automatically Pin
karthi8411-Jul-08 3:06
karthi8411-Jul-08 3:06 
AnswerRe: Problem Starting Windows Service Automatically Pin
DaveyM6910-Jul-08 8:44
professionalDaveyM6910-Jul-08 8:44 
GeneralRe: Problem Starting Windows Service Automatically Pin
karthi8411-Jul-08 3:06
karthi8411-Jul-08 3:06 
QuestionValue in long pointer resets after a stackalloc Pin
Campden BRI Developers10-Jul-08 3:34
Campden BRI Developers10-Jul-08 3:34 
Im working on an image project which requires a lot of pointers. Ive recently had a smoothing function working where i loop over all the pixels and apply a smoothing function to the pixel. I've now been asked to seperate this function so mutliple functions can be used with the pixel loop.

The smoothing function worked in two parts, the first part set variables for use later in the function and the second part did the pixel loop and applied the smoothing to the image. Now i set the variables in one function, before i enter the loop, and then call a smooth function while in the loop. I tried to have a long* global to the class ,named _norm_buff, which is set in the first function and used in the second but after entering the smooth function the value at the address of the _norm_buff is reset to 0.
The line where the _norm_buff is reset
long* sum_buff = stackalloc long[this._width];  //Buffer to hold the vertical sums

Could the stackalloc be overwriting the value in _norm_buff?
QuestionConcept of digital signing -help Pin
Emil Müller10-Jul-08 3:30
Emil Müller10-Jul-08 3:30 
AnswerRe: Concept of digital signing -help Pin
Simon P Stevens10-Jul-08 3:40
Simon P Stevens10-Jul-08 3:40 
QuestionApplying a filter to a dataset Pin
Andres Coder10-Jul-08 2:57
Andres Coder10-Jul-08 2:57 
AnswerRe: Applying a filter to a dataset Pin
Harvey Saayman10-Jul-08 3:20
Harvey Saayman10-Jul-08 3:20 
Questionconverstion of wmv to mpeg format using c# Pin
santosh04210-Jul-08 2:07
santosh04210-Jul-08 2:07 
AnswerRe: converstion of wmv to mpeg format using c# Pin
Simon P Stevens10-Jul-08 3:33
Simon P Stevens10-Jul-08 3:33 
Questionhexadecimal numbers in C# Pin
Ranger4910-Jul-08 1:46
Ranger4910-Jul-08 1:46 
AnswerRe: hexadecimal numbers in C# Pin
Giorgi Dalakishvili10-Jul-08 2:00
mentorGiorgi Dalakishvili10-Jul-08 2:00 
AnswerRe: hexadecimal numbers in C# Pin
DaveyM6910-Jul-08 2:00
professionalDaveyM6910-Jul-08 2:00 
GeneralRe: hexadecimal numbers in C# Pin
Ranger4910-Jul-08 2:07
Ranger4910-Jul-08 2:07 
GeneralRe: hexadecimal numbers in C# Pin
leppie10-Jul-08 3:16
leppie10-Jul-08 3:16 
GeneralRe: hexadecimal numbers in C# Pin
Kythen10-Jul-08 4:39
Kythen10-Jul-08 4:39 
Questionhelp need in freqency matching using c# Pin
theredonion10-Jul-08 1:41
theredonion10-Jul-08 1:41 
QuestionQuery Regarding PDA? Pin
Tridip Bhattacharjee10-Jul-08 1:41
professionalTridip Bhattacharjee10-Jul-08 1:41 
Questionhow to make global variables which could be accessable in all the project c# Pin
theredonion10-Jul-08 1:38
theredonion10-Jul-08 1:38 
AnswerRe: how to make global variables which could be accessable in all the project c# Pin
DaveyM6910-Jul-08 2:02
professionalDaveyM6910-Jul-08 2:02 
AnswerRe: how to make global variables which could be accessable in all the project c# Pin
c242310-Jul-08 3:16
c242310-Jul-08 3:16 

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.