Click here to Skip to main content
15,905,558 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionReading a Float from memory Pin
Mattzimmerer6-Feb-10 20:56
Mattzimmerer6-Feb-10 20:56 
AnswerRe: Reading a Float from memory Pin
Richard MacCutchan6-Feb-10 22:05
mveRichard MacCutchan6-Feb-10 22:05 
AnswerRe: Reading a Float from memory Pin
Graham Breach6-Feb-10 22:06
Graham Breach6-Feb-10 22:06 
GeneralRe: Reading a Float from memory Pin
Mattzimmerer7-Feb-10 10:39
Mattzimmerer7-Feb-10 10:39 
AnswerRe: Reading a Float from memory Pin
Luc Pattyn7-Feb-10 3:37
sitebuilderLuc Pattyn7-Feb-10 3:37 
GeneralRe: Reading a Float from memory Pin
dybs12-Feb-10 16:40
dybs12-Feb-10 16:40 
GeneralRe: Reading a Float from memory Pin
Luc Pattyn13-Feb-10 1:11
sitebuilderLuc Pattyn13-Feb-10 1:11 
QuestionCLS-compliance with C++/CLI Pin
Edward Diener5-Feb-10 18:07
Edward Diener5-Feb-10 18:07 
The CLSCompliant attribute does not work in C++/CLI. You can see my report on this some time ago at https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=431084&wa=wsignin1.0[^] and Microsoft's refusal to fix this.

Is there any other way to check for CLS compliance in C++/CLI code ?

I have tried to use FxCop but there is no subset of FxCop rules which I have ever found which checks only for CLS compliance. I have no interest in trying to either spend days figuring out which subset of FxCop rules is CLS compliant or of trying to change my code to satisfy all of FxCop, many of whose rules I find way too finicky for my own .Net programming practice.

Hopefully there is some way to check for CLS compliance in C++/CLI now that Microsoft refuses to support this for C++/CLI programmers.
Edward Diener

AnswerRe: CLS-compliance with C++/CLI Pin
N a v a n e e t h8-Feb-10 19:16
N a v a n e e t h8-Feb-10 19:16 
GeneralRe: CLS-compliance with C++/CLI Pin
Edward Diener9-Feb-10 7:21
Edward Diener9-Feb-10 7:21 
QuestionCalling as CreateServiceW() , when I call for CreateService() from C++/CLI Pin
Cherry_manju5-Feb-10 0:53
Cherry_manju5-Feb-10 0:53 
AnswerRe: Calling as CreateServiceW() , when I call for CreateService() from C++/CLI Pin
Richard MacCutchan5-Feb-10 1:02
mveRichard MacCutchan5-Feb-10 1:02 
GeneralRe: Calling as CreateServiceW() , when I call for CreateService() from C++/CLI Pin
Cherry_manju5-Feb-10 1:57
Cherry_manju5-Feb-10 1:57 
GeneralRe: Calling as CreateServiceW() , when I call for CreateService() from C++/CLI Pin
Richard MacCutchan5-Feb-10 2:19
mveRichard MacCutchan5-Feb-10 2:19 
QuestionC++ Stack Semantics for Reference Types oddity Pin
Edward Diener4-Feb-10 7:36
Edward Diener4-Feb-10 7:36 
AnswerMessage Closed Pin
10-Mar-10 14:13
_beauw_10-Mar-10 14:13 
GeneralRe: C++ Stack Semantics for Reference Types oddity Pin
Edward Diener11-Mar-10 4:50
Edward Diener11-Mar-10 4:50 
QuestionSimple question on String to double Pin
Andreoli Carlo4-Feb-10 3:02
professionalAndreoli Carlo4-Feb-10 3:02 
AnswerRe: Simple question on String to double Pin
Richard MacCutchan4-Feb-10 3:10
mveRichard MacCutchan4-Feb-10 3:10 
GeneralRe: Simple question on String to double Pin
Andreoli Carlo4-Feb-10 3:46
professionalAndreoli Carlo4-Feb-10 3:46 
GeneralRe: Simple question on String to double Pin
Richard MacCutchan4-Feb-10 4:21
mveRichard MacCutchan4-Feb-10 4:21 
GeneralRe: Simple question on String to double Pin
Andreoli Carlo5-Feb-10 0:22
professionalAndreoli Carlo5-Feb-10 0:22 
AnswerRe: Simple question on String to double Pin
Luc Pattyn4-Feb-10 3:31
sitebuilderLuc Pattyn4-Feb-10 3:31 
AnswerRe: Simple question on String to double Pin
zhushaolin20054-Feb-10 14:56
zhushaolin20054-Feb-10 14:56 
GeneralRe: Simple question on String to double Pin
Richard MacCutchan4-Feb-10 22:19
mveRichard MacCutchan4-Feb-10 22:19 

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.