Software Development Network Logo
  • Windows Forms
  • VS Team System
  • Windows Vista
  • .NET Development
  • Visual Basic
  • Windows Live
  • Microsoft ISV
  • Visual J#
  • Visual C#
  • VS Express Editions
  • SQL Server
  • Game Technologies
  • Visual Studio
  • Visual FoxPro
  • Architecture

Software Development Network >> Visual C++

Visual C++

New Question

Need help circumventing compiler bug on C2665
vc++/oracle stored procedure, problem with command parameters
Hex-to-RGB Conversion
cl : Command line error D8000 : UNKNOWN COMMAND-LINE ERROR
in addition
Microsoft Visual C++ Runtime Library error question
Visual C++ Debug
I'm using the routine "PRINTF" and COUT in VISUAL C++, but id doesn´t show on the screen...
DEBUG ASSERTATION FAILED....when cleaning out SPRITE vector in GAME
Hi friends, nobody is there to guide me for localization of MFC dialog...

Top Answerers

Johnny Bug
GalenC
Lusty_Learner
Jong8282
Don Jayamanne
ukgy
Andr0id
Marcos Martins
sschlome
BradB1976
ActiveVB - Fachseite zu Visual
Only Title

Answer Questions

  • ImAnAccident Migration from VC 6.0 to VC 7.1

    I am porting from VC 6.0 to VC.NET 2003 and I am getting the following issue:- error C2143: syntax error : missing '}' before 'constant'. Plus any document or help on migration from VC 6.0 to VC 7.1 Best Regards, Just another try. So you include MSXML4 with an import. The ShObjIdl.h needs the DOm pointer definition. So using namespace MSXML2 will over this definition for the heaer file. Try to place: #import ...Show All

  • b-li! can entry point for a program may be cahnge

    hi friends , i dont know wheter this is a correct place to put my query or not. can aprogram amy work without a main() entry point of a program may be changed or not Hi, in the project propeties->Linker->Advanced->Entry point you can change the entry point function name of your application. ...Show All

  • Maikel56450 Beta 2 error, Project : error PRJ0003 : Error spawning 'cmd.exe'.

    Hi, I've just installed the new visual c++ beta 2, and I get this weird error when compiling a project. ------ Build started: Project: FindWeights, Configuration: Debug Win32 ------ Embedding manifest... Project : error PRJ0003 : Error spawning 'cmd.exe'. Build log was saved at " file://c:\My\Active\FindWeights\Debug\BuildLog.htm " FindWeights - 1 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ===== ...Show All

  • Julien Gourdet SOPRA LNK2028 from VS 7.1 to VS 8.0

    I have a very simple dll with one class CShutdown. Its a .net class that wraps unmanaged code to shutdown restart a pc ext. It worked and compiled just fine within VS 7.1 but produces linking errors when compiling under VS 8.0. I know it has to be a setting problem, but I can't seem to find it. One of the functions is ExitWindowsEX which requires user32.lib and user32.dll. user32.lib is included by default and I'm stumped. I'm still a student so ...Show All

  • ddani 2D Arrays

    Hi all, I have a slight problem and was wondering if anyone would be able to point me in the right direction. I need to read in a .png image and store each pixel in a 2D array. I hava a function that takes as a parameter the following; void example1( unsigned char **image1, unsigned int width1, unsigned int height1, unsigned char **image2, unsigned int width2, unsigned int height2 ) I also don't really understand what the ** operat ...Show All

  • OlliH AMD 64 Optron and Manifest

    When I add manifest to my application it does not work on AMD Optron 64 Biit platform. But the same application when built without Manifest works fine. I am a little puzzled wether Manifest has any special mechanism of deployment on AMD optron 64 bit machine. Are you trying to run your application on the same machine you built it or on another one Thanks,   Ayman Shoukry   VC++ Team In this case I would advise you to make ...Show All

  • Douwe Dynamic add controls to a dialog frame.

    Is there a relative easy way to dynamic add controls to a dialog frame For example, in JAVA, you can put an array of comboboxes in a form and initially set the array size to one, and them add more when you need. Is there any thing like this in VC++ Thanks in advance. Thanks a lot. I will try it now. jpx wrote: Is there a relative easy way to dynamic add con ...Show All

  • lnidba Convert Class to BYTE* vice versa

    We are facing a problem in serializing the CString variable. If you have any idea to solve is the issue, please help us. struct temp { CString name; CString desc; }; temp obj; //Object stroed with values obj.name = "dfjdsflsdkjf"; obj.desc = "fjdsfj"; // Converted to byte array BYTE *x = new BYTE(len); temp *j=new temp(); // Byte arracy converte ...Show All

  • TheAgent Painful Steps with VC++ 2005 Express beta Redux

    Hello. Just the other day I picked up the 87 meg VC++ 2005 Express beta from the website and now I'm ready to start making my way into the programming world.  So I do a few searches through the web and come up with a starter's guide using VC++!  How nice of About.com to supply an article like that.  Not too soon after this discovery I was regretting my decision to use VC++. You see, I run into the same problem every time, and I ha ...Show All

  • Ad the Lad Compile warning D4024 and Link error LNK1181

    I'm trying to convert a couple of projects from VC7.1 to VC8 and encounter this erorr for building /rebuilding every project. I have VS2005 Professional Edition, SDK 2005 April, Windows 2003 SP1 DDK installed. Error message: 1>Compiling... 1>cl : Command line warning D4024 : unrecognized source file type 'y_/', object file assumed 1>LINK : fatal error LNK1181: cannot open input file ' |/.obj' Please give some idea. Thanks. ...Show All

  • sriksdave "list iterator not decrementable", error.

    I am trying to use some code written in C++, by a third party and I am having problems with the run time error: list iterator not decrementable I am using VS 2005. I have limited C++ experience by the way. This happens when an STL list, in decrementing backwards, pass the beginning of the list. I am told that the list is ‘Circular’, so this should not matter because it will hit the end of the list. This code h ...Show All

  • skinnedabyss Problem: fatal error C1083 by compiling a sourcecode

    I have written a sourcecode according to an exercise in the book "Jetzt lerne ich C++" from Jesse Liberty. As I wanted to compile it with the downloaded Visual C++ Compiler, only the error: C:\Hello.cpp(1) : fatal error C1083: Cannot open include file: "iostream.h": No such file or directory appeared. The new header name is now just <iostream> without the .h. Take a look at this post thread that deal ...Show All

  • djlins Building Win32 programs with Visual C++ 2005 Express Beta 2

    Hi c01dfire! I am trying to setup Visual C++ 2005 Express Beta 2 to work with the Windows SDK so I can use it to build Win32 programs, following the guide at  http://lab.msdn.microsoft.com/express/visualc/usingpsdk/default.aspx . But When I go into my options dialog box and go to Projects and Solutions, VC++ Directories, it lists Win32 in the top left drop down and then the executables index's etc. But I have no opti ...Show All

  • Pankaj Kumar Sharma Calling .NET DLL from VC++

    Hi, We have a scenario wherein we have a .NET comiled DLL that contains some classes and methods and we have to call the methods of those classes from our VC++ application. If we were doing it in C#, then it would have been a child's play as we could have included the dll simply but putting it under references and then using the corresponding namespace. But we have to do it in VC++. How can we go about it We dont have any accompanying code ...Show All

  • bairavinathan How can I sign ActiveX controls/references in VS2005?

    In VS2003 C++, I can configure strong names for ActiveX control references so I can sign and build my main assembly. This is done from the Project Managed Wrapper Properties. But I cannot find an equivalent for this in VS2005 C++. I see properties for references in Project References, but they are grayed out. Is there a way to sign ActiveX controls/references in VS2005 Thanks Hi, I am not sure what dialo ...Show All

525354555657585960616263646566676869

©2008 Software Development Network

powered by phorum