Click here to Skip to main content
       

Managed C++/CLI

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
GeneralRe: Getting MdiParent Instance From MdiChild - Windows Forms ApplicationmemberParamu197315 Jun '12 - 1:30 
Thanks Richard...Manythings I learned from you...Thumbs Up | :thumbsup:
Still all are in mind....I won't forget you & Dave, etc..etc...
 
Thanks Again Cool | :cool:
QuestionHow to convert from 'WCHAR' to 'System::String ^' Managed C++memberptr_Electron7 Jun '12 - 20:08 
How to convert from 'WCHAR' to 'System::String ^' Managed C++
AnswerRe: How to convert from 'WCHAR' to 'System::String ^' Managed C++mvpRichard MacCutchan7 Jun '12 - 21:58 
Use one of the constructors as described here[^].

Questionint x = (Int32) thisisObjectType is boxing, if the type is already checked ?memberptr_Electron7 Jun '12 - 18:15 
int x = (Int32) thisisObjectType is boxing, if the type is already checked ?
 
if (thisisObjectType->GetType() == Int32::typeid) // declaration of thisisObjectType would be…   Object^ thisisObjectType
{
int x = (Int32) thisisObjectType; // will this be considered as boxing ? should this be replaced with TryParse ?
}

AnswerRe: int x = (Int32) thisisObjectType is boxing, if the type is already checked ?mvpRichard MacCutchan8 Jun '12 - 0:34 
Why would you use TryParse() if it's already an integer, and why would you need a cast?

QuestionVS2010 Error()- Method or Property 'VCFilter::get_Url Behavior' deprecated and nolonger implemented [modified]memberParamu19736 Jun '12 - 23:57 
Hi,
From many places Iam still searching to find a solution but not yet clear to me..Its hunting my head...I will be happy, does anybody gives a solution to me..

Actually Iam having VS2010 Ultimate... on 2 systems. I updated 1 system to SP1 &
Windows 3.0 API. That system is 1ly giving the error like...
 
The Method or Property VCFilter::get_UrlBehavior deprecated and nolonger implemented.... 
 
But in another system, without update, still its working fine...
 
when I create XML_Schema, DataSet by XML Codes, and I can access that DataSet in reports dataset tab... earlier it has worked for me...
Now its giving this error, while I try to access that from Report Data Menu,DataSet Tab...

And therefore I get confused for the above problem....Any right directions for me...
 
Thanks again...Thumbs Up | :thumbsup:

modified 7 Jun '12 - 6:15.

QuestionC++ CX and WPFmemberSuper Lloyd6 Jun '12 - 15:04 
I just read on stackoverflow[^] that it is probably possible to use C++ CX in normal desktop app (NOT a WinRT app).
(To replace Managed C++ / C++ CLI, with better performance and simplicity)
 

I wonder, is there any article / blog describing the process? and some fun application of it??
A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station....
_________________________________________________________
My programs never have bugs, they just develop random features.

QuestionStrong vs static typingmemberelelont25 Jun '12 - 9:37 
Hi,
i cannot figure out if static typing and strong typing are the same thing.
Please advise.
 
Thanks
AnswerRe: Strong vs static typingmemberPaul Conrad5 Jun '12 - 10:37 
They are pretty much the same to a degree.
""Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

GeneralRe: Strong vs static typingmvpLuc Pattyn5 Jun '12 - 11:13 
I can only hope that answers the question to some degree, although I might not be quite sure.
 
Laugh | :laugh:
Luc Pattyn [My Articles] Nil Volentibus Arduum

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web02 | 2.6.130523.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid