Click here to Skip to main content
16,004,887 members
Home / Discussions / C#
   

C#

 
QuestionHTTPContext for Remote object. (i didn't find Remoting forum) Pin
Member 232448326-Nov-08 5:47
Member 232448326-Nov-08 5:47 
QuestionConfigurationSettings Pin
madhu.nzd26-Nov-08 4:21
madhu.nzd26-Nov-08 4:21 
QuestionAssertions Pin
CodingYoshi26-Nov-08 4:05
CodingYoshi26-Nov-08 4:05 
AnswerRe: Assertions Pin
User 665826-Nov-08 5:32
User 665826-Nov-08 5:32 
Questionneed help translating one certain line of code from c++ to c# Pin
mSh198526-Nov-08 3:24
mSh198526-Nov-08 3:24 
AnswerRe: need help translating one certain line of code from c++ to c# Pin
HosamAly26-Nov-08 3:39
HosamAly26-Nov-08 3:39 
GeneralRe: need help translating one certain line of code from c++ to c# Pin
mSh198526-Nov-08 4:10
mSh198526-Nov-08 4:10 
GeneralRe: need help translating one certain line of code from c++ to c# Pin
HosamAly26-Nov-08 4:18
HosamAly26-Nov-08 4:18 
Glad it worked.
I just noticed that you're defining dbcc_name in C# to be short, even though it's char in C++. This probably means that you may access memory that you shouldn't, and might cause you an access violation. I think the most accurate representation in C# would be sbyte.


Questionclass or struct Pin
Harvey Saayman26-Nov-08 2:46
Harvey Saayman26-Nov-08 2:46 
AnswerRe: class or struct Pin
Thomas Weller26-Nov-08 3:06
Thomas Weller26-Nov-08 3:06 
AnswerRe: class or struct Pin
Jan Sommer26-Nov-08 3:09
Jan Sommer26-Nov-08 3:09 
GeneralRe: class or struct Pin
Thomas Weller26-Nov-08 4:15
Thomas Weller26-Nov-08 4:15 
GeneralRe: class or struct Pin
Jan Sommer26-Nov-08 4:31
Jan Sommer26-Nov-08 4:31 
GeneralRe: class or struct Pin
Thomas Weller26-Nov-08 4:53
Thomas Weller26-Nov-08 4:53 
AnswerRe: class or struct Pin
Alan Balkany26-Nov-08 3:44
Alan Balkany26-Nov-08 3:44 
GeneralRe: class or struct Pin
Guffa26-Nov-08 4:14
Guffa26-Nov-08 4:14 
AnswerRe: class or struct Pin
Guffa26-Nov-08 3:51
Guffa26-Nov-08 3:51 
AnswerRe: class or struct Pin
PIEBALDconsult26-Nov-08 7:35
mvePIEBALDconsult26-Nov-08 7:35 
GeneralMoving Data Pin
Dwood26-Nov-08 2:31
Dwood26-Nov-08 2:31 
GeneralRe: Moving Data Pin
Ben Fair26-Nov-08 3:21
Ben Fair26-Nov-08 3:21 
Questionstore image into memory Pin
George_George26-Nov-08 2:22
George_George26-Nov-08 2:22 
AnswerRe: store image into memory Pin
Giorgi Dalakishvili26-Nov-08 2:27
mentorGiorgi Dalakishvili26-Nov-08 2:27 
GeneralRe: store image into memory Pin
George_George26-Nov-08 2:34
George_George26-Nov-08 2:34 
GeneralRe: store image into memory Pin
Giorgi Dalakishvili26-Nov-08 2:42
mentorGiorgi Dalakishvili26-Nov-08 2:42 
GeneralRe: store image into memory Pin
George_George26-Nov-08 3:20
George_George26-Nov-08 3:20 

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.