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

Managed C++/CLI

 
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 
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 
Edward Diener wrote:
Hopefully there is some way to check for CLS compliance in C++/CLI now that Microsoft refuses to support this for C++/CLI programmers.


I am not sure about alternative methods to enforce this. And AFAIK, MS is not supporting C++/CLI much. Frown | :(

Following is my explanation about why compiler can't enforce this,

As Jonathan Caves said, C++'s compilation model is making this difficult to implement. Each source file will be compiled into object files independently and it is hard for the compiler to check for the attribute defined in another translation unit. If you apply this attribute for the assembly, then it will be in AssemblyInfo.obj file. Compiler cares only about the current translation unit and don't know anything about other translation units. This makes it hard to find the attribute usage which is on another translation unit.

Smile | :)
Best wishes,
Navaneeth

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 
QuestionCopyFile method and String conversions Pin
paul903825-Jan-10 4:11
paul903825-Jan-10 4:11 

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.