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

Managed C++/CLI

 
AnswerRe: Managed c++ std::string not accessible in unmanaged c++ Pin
T210228-Mar-10 22:10
T210228-Mar-10 22:10 
Questionsse 2-D Inner product and transpose Pin
SMART LUBOBYA4-Mar-10 4:24
SMART LUBOBYA4-Mar-10 4:24 
QuestionIs it possible to implement a DataSource in a mixed-mode DLL? Pin
Ron Aldrich3-Mar-10 22:38
Ron Aldrich3-Mar-10 22:38 
AnswerRe: Is it possible to implement a DataSource in a mixed-mode DLL? Pin
N a v a n e e t h4-Mar-10 4:24
N a v a n e e t h4-Mar-10 4:24 
GeneralRe: Is it possible to implement a DataSource in a mixed-mode DLL? Pin
Ron Aldrich4-Mar-10 9:53
Ron Aldrich4-Mar-10 9:53 
QuestionInterface operator bug or feature with implicit/explicit cast ? Pin
Edward Diener3-Mar-10 2:43
Edward Diener3-Mar-10 2:43 
AnswerRe: Interface operator bug or feature with implicit/explicit cast ? Pin
Nish Nishant10-Mar-10 2:58
sitebuilderNish Nishant10-Mar-10 2:58 
GeneralRe: Interface operator bug or feature with implicit/explicit cast ? Pin
Edward Diener10-Mar-10 4:13
Edward Diener10-Mar-10 4:13 
I reported this as a bug at https://connect.microsoft.com/VisualStudio/feedback/details/539309/interface-operator-bug-with-explicit-conversion-function[^].

Using an abstract base class, as opposed to an interface, means that I can not derive my own eventual class from any other class, but I am sure you know that. Also I can not derive my interfaces from that abstract base class. All in all, wrenching a design in order to please Microsoft's inability to correctly implement operators in interfaces is not my idea of correct programming.

Microsoft needs to get this right, not only in operators in interfaces in C++/CLI but clearly they should add operators in interfaces in C# also. Else they are nearly as bad as Java, which doesn't believe in user-defined operators at all ( though Scala does to Java's detriment ).

But what's the point of telling Microsoft obvious things which their own developers are not intelligent enough to know.
Edward Diener

QuestionBACKGROUNDWORKER in vc++ clr net 2.0 need example Pin
ajaxswan1-Mar-10 23:15
ajaxswan1-Mar-10 23:15 
AnswerRe: BACKGROUNDWORKER in vc++ clr net 2.0 need example Pin
N a v a n e e t h1-Mar-10 23:27
N a v a n e e t h1-Mar-10 23:27 
QuestionDll Pin
MsmVc25-Feb-10 20:04
MsmVc25-Feb-10 20:04 
AnswerRe: Dll Pin
Richard MacCutchan25-Feb-10 22:14
mveRichard MacCutchan25-Feb-10 22:14 
GeneralRe: Dll Pin
MsmVc25-Feb-10 22:20
MsmVc25-Feb-10 22:20 
GeneralRe: Dll Pin
Richard MacCutchan25-Feb-10 22:59
mveRichard MacCutchan25-Feb-10 22:59 
GeneralRe: Dll Pin
MsmVc25-Feb-10 23:09
MsmVc25-Feb-10 23:09 
GeneralRe: Dll Pin
Richard MacCutchan26-Feb-10 0:08
mveRichard MacCutchan26-Feb-10 0:08 
QuestionCannot inspect... Assuming significant changes. Please help! Pin
Xpnctoc25-Feb-10 13:48
Xpnctoc25-Feb-10 13:48 
AnswerRe: Cannot inspect... Assuming significant changes. Please help! Pin
Xpnctoc26-Feb-10 3:10
Xpnctoc26-Feb-10 3:10 
GeneralRe: Cannot inspect... Assuming significant changes. Please help! Pin
Xpnctoc26-Feb-10 3:47
Xpnctoc26-Feb-10 3:47 
QuestionC++/CLI operators in ref classes and interface classes Pin
Edward Diener24-Feb-10 14:33
Edward Diener24-Feb-10 14:33 
AnswerRe: C++/CLI operators in ref classes and interface classes Pin
Richard Andrew x6425-Feb-10 14:43
professionalRichard Andrew x6425-Feb-10 14:43 
GeneralRe: C++/CLI operators in ref classes and interface classes Pin
Edward Diener26-Feb-10 2:03
Edward Diener26-Feb-10 2:03 
GeneralRe: C++/CLI operators in ref classes and interface classes Pin
Richard Andrew x6426-Feb-10 3:50
professionalRichard Andrew x6426-Feb-10 3:50 
GeneralRe: C++/CLI operators in ref classes and interface classes Pin
Edward Diener26-Feb-10 5:21
Edward Diener26-Feb-10 5:21 
GeneralRe: C++/CLI operators in ref classes and interface classes Pin
Richard Andrew x6426-Feb-10 5:26
professionalRichard Andrew x6426-Feb-10 5:26 

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.