i am new in C++, i\'m using VC++ 2008, i have created a form with pictureBox inside with gui design, located in Form1.h.
a few weeks ago a co-worker of mine spent about two hours finding out why this piece of C++/CLI code won\'t compile 开发者_开发知识库with Visual Studio 2008 (I just tested it with Visual Studio 2010..
hi i write method which must to know that is size of specified directory i get response from server which contains flags of file name size and other info and on the different ftp servers format of ans
We have old (working) code that consists of a static library compiled with /CLR, and a C++/开发者_开发问答CLI DLL that links to the static lib. We are about to add new features to this static lib.
I\'m having this issue with a live app. (Unfortunately this is post-mortem debugging - I only have this stack trace. I\'ve never seen this personally, nor am I able to reproduce).
In C# 2.0, I can do the following: public class MyClass { delegate void MyDelegate(int myParam); 开发者_开发知识库
How do you get the current time in VC++ CLI 开发者_如何学CVisual Studio 2008,System::DateTime now = System::DateTime::Now;
How can I take out one line of this array 开发者_如何学JAVA array< array< int^ >^ >^ sample = gcnew array< array< int^ >^ >{
I have C++/CLI code and I\'m using Visual Studio 2008 Team Suite Code Coverage. The code header: // Library.h
I have the problem that C++ compiler does a recompile without any changes done. Does anyone of you know how to get a list on criterias why VisualStudio 开发者_JAVA技巧decides to start a compilation.L