How I use MFC C++ in Visual Studio 2013 Express
I install Visual Studio 2013 Express but dont't have MFC in C++ ---- - How I use MFC C++ in Visual Studio 2013 Express
View Articleclr or not to clr, that is the question
I am trying to best configure a (CLR) Console Project that uses a lot of C++ code, this Project will eventually have a GUI developed exclusively with C#, these GUI controls will most likely come in its...
View Articlelinked list problems
my code is in c and will appreciate the help. so far I am trying to store character arrays(strings) to the list with out links and now I am trying to create nodes and link them together. I am not sure...
View Articlewhat is wrong: instantiating a class makes members undefined
test.h public ref class test { private: //void InitializeInstanceFields(); public: String^ str; test() { String^ str = "string"; } } usingtest.ccp usingtest::usingtest { test^ instanceoftest = gcnew...
View Articleerror C4996: 'strcpy': This function or variable may be unsafe.
Hi !i'm getting this error while debugging my code: error C4996: 'strcpy': This function or variable may be unsafe.Those are parts of my code :header file:#include <iostream> #ifndef NEWSTRING_H_...
View ArticleHELP ME!!! I can't input the value to matrix in Win32 app.
I am a student on a final project. I'm writing an apps that read from csv in win32 app. But I'm not using CStdioFile. I'm using ifstream. This is my code for reading time_t long_time;...
View ArticleHow to Tile two tabbed child windows horizontally and vertically in VC 2012
I'm developing a MDI program using VC2012 MFC with the new tabbed groups' child windows, one document has two or more child view windows, I want to tile the same document's child windows by codes,...
View ArticleIs Visual C++ what I should use?
After starting with learning C# I'm thinking maybe that's not the best choice for me. I'm thinking I'm better off using a low level language. Would C++ in the .NET environment fit the bill as a low...
View ArticleHello to everybody.
i wrote these in Visual C++ 6 & now i want to write in Visual C++ 2010. i don't know C++ syntax very well so i want to know how can i convert results from int to string. please help. thanks for...
View ArticleDetect mouse click in mfc/ole
Hi!I am trying to implement a mouse click using mfc in an existent software. The client is a mfc application that is connected to a server through OLE automation. The client display the video recorded...
View Articlec++ client with php monitoring server
I'm trying to make a simple project. first i will make a simple c++ client, it function is generate a random string and ID. Then if I run the c++ client, and if I look in the php server, it will just...
View ArticleCreateFileMapping fails with Access denied after impersonating a regular user
Hi,I have an application running in debug mode, from under MS Visual Studio 2010 launched to run as administrator, on Windows 7 SP1 (x64).This Application runs another proxy helper app, and it...
View ArticleNot able to connect to SQL database.
I am using VC++ 6.0. I am trying to connect to SQL database, but I was not able to connect.I have checked the Data source name in ODBC manager. Everything looks ok. Cpp code works fine in XP, but not...
View Articlei have 2 questions..
the first question: why the necessary files haven't included in the External Dependencies in the solutions? is it problem for me? if it is the problem how can i fix it???the second question: with...
View ArticleWhen is referenceOutputAssembly needed
In VS2010 project references there is a setting for "Reference Assembly Output". This setting seems to never make any difference, and that is why it confuses me.I understand the "Link Library...
View ArticleCreateObject equivalent in Visual C++
Good evening, I read the top related threads above and I have found this one...
View ArticleDhcpGetClientInfo failes with error code 20013
Hi, I am developing an application which would search given MAC id in dhcp database and return its ip assignment information. I am using DhcpGetClientInfo() api but it fails with error code 20013. I...
View Articleshopenfolderandselectitems is not working in windows embedded OS
Hi Hi, Iam using shopenfolderandselectitems for opening folder and select the particular file in a folder. It is working in window 7\8\vista\XP . But it is not working in Windows embedded standard7...
View ArticleVisual Studio Supporting C++11/How to enable C++11
Short and simple, I was wondering if Microsoft Visual Studio 2013 RC is compatible with C++11 Standard..and if so how I could make it so it compiles as such.
View Article