Quantcast
Channel: Visual C forum
Browsing all 15302 articles
Browse latest View live

How to debug the pyd code in Visual studio 2013

Hi,  We have an SDK written in C++ and a testing tool to test that SDK using Python script.  To communicate between these two we have written an PYD code using Visual studio.  The thing is I am new to...

View Article


Visual C++ - English (United States)

I'm using an MS Walk Through, <http://msdn.microsoft.com/en-us/library/bb384842.aspx>, to learn about the IDE. It provides a step-by-step description of how to create an executable program called...

View Article


Stack Data Allocation

In Visual Studio 2013, C++, unmanaged code, I have a function likevoid     SomeFunc(){            if (…some condition…) {                       int        x;                       // do some stuff with...

View Article

problem in code c++ about Kinect Camera

this code for Kinect camera and i have some errorerror LNK2019: unresolved external symbol _imp_NuiCreateSensorByIndex@8 referenced in function "private: bool __thiscall CameraKinect::Init(void)"...

View Article

Speak SAPI error 8004503a when using SDK 11 in Win32 Project on Windows 7 64 bit

I am running Windows 7 64 bit Enterprise SP 1 and Visual Studio 2013 Express.  I have the Windows SDK, Kinect 1.8 SDK and the Microsoft Speech SDK installed.I only have a problem with Speak when trying...

View Article


MSVCR80.dll not installed

When I start my computer I get a pop up window tat says MSVCR80.dll is missing and needs to be installed.  It does not refer to any program, but does say program can't be opeined.   

View Article

C++ WMI Registry GetStringValue

Hello. I am trying to use WMI to get String values from registry.Method Reference: http://msdn.microsoft.com/en-us/library/aa390788(v=vs.85).aspxUnfortunately I have 2 problems - first one is that I...

View Article

Image may be NSFW.
Clik here to view.

bad title bar starting starting a windows app

Remove alert|Edit|Change type 0 I'm starting a Windows App. If I do so, via a command prompt or a C++ spawnl, it starts but the title bar contains "Chinese" rather than the program's title. If I start...

View Article


How to reduce the size of an object

I am using Visual C++ to write an app. I write CMyObject class and may allocate a lot of instances of CMyObject object, so I want to reduce the size of CMyObject class.What I can figure out to do is:1....

View Article


set the title at every page

hi, i had set of aspx pages in which each page had different titles but how can i call the title appear for each page automatically without set at every aspx pages.? addition, can i call from database? tq

View Article

Starting with a simple program.

I'm using VS C++ 2013.  So far I haven't gotten too far with IDE. Perhaps a few answers posed in the steps below to create a simple project might help me.1. I create a new project. It shows Win32...

View Article

error MIDL2025 : syntax error :

Hi All,I am migrating my project from vS2008 to vs2012 and i am getting following errors:errore MIDL2025:synatax error: expecting a declaration....can you please let me know how to resolve...

View Article

winsock is uploading file of 1kb not of its original size???

winsock is uploading file of 1kb not of its original size

View Article


Executing popen command without opening windows command window

Hello Everyone, I want to execute command line option using _popen function as shown below: FILE *fpipe = NULL; fpipe = _popen(cmd.c_str(),_T("r")); if(fpipe != NULL)...

View Article

Unable to Run application (developed using VS2008 feature pack)- when .exe is...

Dear Folks,I have developed the application using Visual studio 2008 feature pack  and  EXE is created. Now  the problem is if I run this EXE in same PC(Feature pack and VS2008 installed)  then...

View Article


Image may be NSFW.
Clik here to view.

Converting Cartesian Coordinates to Screen Coordinates.

I'm doing some graphing with Direct2D with the mathematical function sqrt(x) (Square root of x) . I have written some code that translates Cartesian to screen co-ordinates and for the most part it is...

View Article

Using a 2D array & dynamic memory allocation to create a multiplayer game

In this program, I want to ask the user to enter names (customized names), ask the user for number of trials, and store the score in a 2D array matrix.

View Article


error C2065: 'it' : undeclared identifier

HiI am migrating my application from vc++6.0 to vc++2008, iam facing this undeclaration error:before when i was migarting to vc++2013, i was told to use auto key:for (auto it = m_periods.begin(); it !=...

View Article

Cannot build topoedit SDK multimedia sample with VS2010 under Win7 x64 or...

Hello,I have tried the past days to develop a media player for an application using Media Foundation. As a start I decided to look at how topoedit is built and extract some things that I need.The...

View Article

Tooltips stopped working after migrating from VS 2005 to VS 2010

Hi,My code in a C/C++ app to create and update tooltips stopped working between VS 2005 and VS 2010. The tooltip was created using:hwndTT = CreateWindow(TOOLTIPS_CLASS, TEXT(""),...

View Article
Browsing all 15302 articles
Browse latest View live