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

Software Development Network >> Visual C++

Visual C++

New Question

create C++ DLL to be used by C# ?
Trying to reset USB port
Visual C 2005 more than 3 times slower than Visual C 2003 !
Rather simple Question (how to make people use my exe)
How to get SysListView32 of hiding object with IAccessible
Type Conversion from _varaiant_t to CByetArray
Intellisense don't show the list of functions...
CTabCtrl question!
Event "Onclick" defined runtime
MSVCR80.DLL Unable to locate component

Top Answerers

KeithInSac
SanjeevBhatia
PCU
sanj_vam
Alexander Groß
Gert Drapers
Gary Cabana
MartinClayton
Brian Cross
WhiteWizard
Luscious Lamb Dishes
Only Title

Answer Questions

  • Glider Guider Linking problems about MFC and others

    Dear all, I meet some linking problems as follows. I have added afxwin.h in the head file. Also, I use these libs: strmbasd.lib Quartz.lib strmiids.lib  winmm.lib msvcrtd.lib Kernel32.lib oleaut32.lib vfw32.lib advapi32.lib version.lib largeint.lib user32.lib gdi32.lib comctl32.lib ole32.lib olepro32.lib uuid.lib WSOCK32.LIB log.lib Could you please give me some ideas about that thanks Linking... StdAfx.obj : error LNK2001 ...Show All

  • karond VCBuild task not detecting out of date project

    I have a problem where a command line build of a *.vcproj file using the VCBuild task returns "BaseLib - up-to-date" when it really is not. BaseLib.vcproj produces the output library BaseLib.lib, and one of the *.cpp files in the project includes BaseLib.h. BaseLib.h has a last modified date of 5/30/2006, and BaseLib.lib has a modification date of 5/16/2006. The project is out-of-date right BaseLib.h *is* explicitly in the project. ...Show All

  • David C Baldauff Programs freeze when starting, IDE crashes.

    Hi all, I've been having alot of problems with the IDE.  The most annoying one, is i go to debug a project, (or build & run), and the IDE will compile, but then doesn't run the project.  It looks like it should be going (IE, stop button available), but nothing shows up.  I have to stop it, and start it again. 2nd, when working with some of my larger projects (50,000 lines +), i notice that the IDE itseld will just freeze, th ...Show All

  • Bigby cliext::map in stl.net

    wrote in message news:88b90d39-670f-4567-aab7-cec032c66ae0@discussions.microsoft.com... Why do I get C2385 with this code hdp. #include "stdafx.h" #include using namespace System; int main(array ^args) { cliext::map m; //m[0] = 10; //m[5] = 50; return 0; } Because the stl stuff in this beta is not finished, you better stay away from it. Willy Why do I get C ...Show All

  • Brian Fink Dependency checker for 64-bit executables

    Hello, I am adapting a product from 32-bit to 64-bit.  The application is written in C and C++ with MFC and ATL code. At present I am able to execute my 64-bit compiled code on a 64-bit system as long as I have a copy of VS 2005 installed on that server.  I have been trying to help our Installation designer determine which of the VS redistributable merge modules are needed to install on a "clean" (one with out VS installed) system. The ...Show All

  • i_am_db which situation does'error C2039' happen?

    when i compile my code,i get this error error C2039: 'Import3dmax3DS' : is not a member of 'C3dWorld' see declaration of 'C3dWorld' but i have define 'Import3dmax3DS' in 'C3dWorld' which situation does 'error C2039' happen Is there a chance that the definition is excluded due to a #ifdef/#endif part. it went wrong here ...... C3dObject* pObject = m_pWorld->Import3dmax3DS(szPath, FALSE); ...Show All

  • Sanath4vcpp ATL Server problems in VC8.0

    Dear Sir! I am converting a few apps from VC6/VC7 to VC8.0. During this process I have discovered a problem with ATL Server based apps. The same problem can also be seen in the "SoapTransport" sample that comes with VS2005 MSDN. The sample is located on the VS2005 DVD at this location: \msdn\Samples\VC80Samples.zip\ATL Server\SoapTransport\SoapTransport.sln The problem is that every second call (during the same session) from ...Show All

  • mallio using mfc in .net2003

    hi all, i am new to MFC programming. rite now i have started reading mfc programming book by jeff prosise. I have .net2003 with me. Now i am starting my application with following steps 1. select win32 application from the project selection option 2. in application setting i check mark empty project tag 3. i change the project setting to "use mfc in shared dll " Now i copied the source code to .h and .cpp file and excute ...Show All

  • IRB Technician link error 1104

    Hallo, I am trying to port a vc++ 6 project to visual studio.net 2003.Thereby i get the link error LINK : error LNK1104: File 'mfcn42d.lib' cannot be opened. I got to understnad that this lib is no more supported.Should i replace with some other library here the code // This is a part of the Microsoft Foundation Classes C++ library. // Copyright (C) 1992-1998 Microsoft Corporation // All rights reserved. // // This source code is only intend ...Show All

  • joffa ComboBox AddString()

    I used the vc++ resource manager to create a combo box on the program's main form. I would like to use AddString() at run time to fill the combo box with a list of valid selections. But, the AddString() function requires a (CComboBox*). The resource manager created the combo box, but never told me the name of the variable, only the name of the ID (in this case, the ID is IDC_VAR_NAME). How do you make the connection from ID to (CComboBox*) ...Show All

  • Alex Calugarescu R6034 from vanilla setup ?

    I have delayed using Visual Studio 2005 until now because I didn't want to switch in the middle of a big project. I have a completely vanilla setup using every default option. My executable has two user-written DLLS. My first attempt at running in the debug mode raised this familiar error. I checked the properties and it is creating a manifest file and is embedding a manifest file (apparently the defaults). Why do I get a message about attemptin ...Show All

  • nmsa1982 i need to complete my assignments!!urgent help needed!! HELP!

    why do i get an error like this i cant even do my school assignments.... :( Error 1 fatal error LNK1181: cannot open input file 'user32.lib' Prac5Pg1Q9 Situation... i did a project in sch usin .NET 2003 and im now on my laptop which runs e new c++ 2005 express..it gives me problems like.. 1) datasets cant be added to native object (i want to add a .dat filetype but only datasets available..) 2) after converting my files i did ...Show All

  • CSharpCoder How to decide the errors

    hoh to decide the error C2039 Take a look at http://msdn2.microsoft.com/library/fdwb3fd7(en-us,vs.80).aspx  that explains when the error is triggered. If you think the error is fired while it is not expected, please post a small sample exhibiting the issue. Thanks,   Ayman Shoukry   VC++ Team why the result its rounded double number have this format *.** correct I'm sorry but you're still not very clear: w ...Show All

  • JJMack Tips for speeding up debugging (stepping through code)?

    I've got one particular large C++ project that, in VC 2005, when stepping through code in the debugger, it takes approximately 2 seconds for each hit of the F10 key (i.e. each line of code) to be executed. I've tried many things to attempt to speed it up: disable intellisense, renaming feacp.dll, removing all additional output windows, watch, breakpoints, etc, removing navigation bar from text editor window, disabling anti-virus on the machine ...Show All

  • Steve_King errors while executing vc++ code

    Hi I have one opensource of vc++. While executing this code it is giving the following errors. 1)error C2433: 'HWND' : 'inline' not permitted on data declarations 2)error C2143: syntax error : missing ';' before '{' 3)error C2447: '{' : missing function header (old-style formal list ) 4)error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 5)error C2086: 'int CALLBACK' : redefinition If any one got these erro ...Show All

727374757677787980818283848586878889

©2008 Software Development Network

powered by phorum