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

Software Development Network >> Visual C++

Visual C++

New Question

VS2005 - stl map iterator - Compiler oddity when migrating to VC8
LNK2019
CRichEditCtrl
runing a exe file
Simplest way of doing this
Does anyone know how to convert a WCHAR * to a char *? (Part 2)
cl : Command line error D8003 : missing source filename
Visual C++ 2005- class view may lost some classes when those class's header file contains some inline functions.
The New Visual Studio 2005 Beta 2
editing registry

Top Answerers

slo7h
michaeln31
Sean2006
AreaScout
Romuel
jchmack12
deathack
ASPdeveloper
Steven I.
Justin Shen
New Hampshire
Only Title

Answer Questions

  • AxeldraX XML reader for native C++

    Hi! I'm looking for a small C++ XML SAX reader, similar to XmlTextReader in .NET. The most important thing is that the library is small can be statically linked. Can anybody recommend me anything Thanks in advance! No this isn't true. MSMXL is a COM interface. And AFAIK the basic interfaces didn't changed. Only new objects and interfaces were added! Isn't MSXML only available as a DLL I need a small static link library. I ...Show All

  • JasonReis Problem with _CrtSetReportHook on VC++ 2005

    Hello there! I have some a problem when i use _CrtSetReportHook( _CrtSetReportHook2 also has the same problem). as a parameter to _CrtSetReportHook i have a funtion: static int report(int reportType, char *message, int *returnValue); to dump the output data in a file. but when my program exits and the CRT Library attempts to call(automaticaly) the report() funtion i get an access violation at a file named stream.c at this line: ...Show All

  • gchippie a BUG in VS 2005

    hello i detected a BUG in "VS 2005 Team Edition". when i create a EMPTY Win32 console application, write a simple "Hello world" program, and build it, i found it will use two MFC DLLs: MSVCR80D.DLL MSVCP80D.DLL (The "Use Of MFC" option is "Use Standard Windows Libraries") BUT, if u set the "Use Of MFC" option to "Use MFC in a Static Library", Apply, and then set the "Use Of MFC" option back to "Use Standard Windows Libraries" ...Show All

  • Guillermo Díaz Visual C++.NET managed applications

    Hi I have bought Visual C++. NET standard edition. I have some difficulty using documentatios because I usually lack the proper proyect type to follow through the examples. In the Getting Started page in MS Website, for instance, they show you how to write a program using managed code. For this you have to create a Managed C++ Application. This type of project does not show in my list. Do I have the wrong SW edition How do I install this featur ...Show All

  • Nathanial Woolls partial class how-to?

    hi, i have been looking at the microsoft help files and how-to's with no luck on finding how to create a partial class. I need to create a partial class for a datatable i am using. the first information i found just didnt work at this location in the help file... ms-help://MS.VSExpressCC.v80/MS.NETFramework.v20.en/dv_raddata/html/dfbc21eb-7ea2-4942-addd-49677f5493be.htm the link on that page to the partial class definitions also didnt work when ...Show All

  • Thirsterhall Hidind Console Application

    Hello, Is it possible to hide this function from the user: system ("cmd");        For example, so when i run he wont see the window jusst the new that comes up on "cmd" Don't use the system function. Use ShellExecute with SW_HIDE. http://msdn.microsoft.com/library/default.asp url=/library/en-us/shellcc/platform/shell/reference/functions/shellexecute.asp ...Show All

  • Aaron Erickson ArrayList::Sort() with Class

    I have an ArrayList which stores different instances of a class, which contains 3 integers. I wish to sort the ArrayList by 1 of these integers. I'm sure it's possible but can't find anything on MSDN to show me how, can anyone help Thanks, IxxI Sorry, I've been away, hence the lack of swift reply - I shall try this and get back to you (though if it works for you I don't see why it shouldn't work for me)! Thank ...Show All

  • KiranVuppala my win32 api app build in studio 2005 couldnt run in other computer..

    i created a new project with: File >> New >> Project >> Visual C++ >> Win32 Project (Empty project).. ... ... build succeeded and run properly. but when i copy it to my friend's computer and try to run it,. there is errors,. app couldnt be run. and says that there may be some configuration problem with the app. plx help I'm glad to see a blog on this.  I'll help on my stuff also.&n ...Show All

  • hgarrett Edit control create failed

    After my application run some time,It failed to show dialog or formview that contain Edit contorl ,when I try to dynamicly create edit control ,It fails too. at this time the imagelist contain icon is also failed load. when edit control create fail ,I found that CWnd::DefWindowProc process WM_NCCreate message ,return 0 and GetLastErrro return 0x00000008 ERROR_NOT_ENOUGH_MEMORY,So createwindow return NULL. But I feel odd is that I still c ...Show All

  • campwes 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

  • dakotahnorth Error spawning "Cmd.exe"

    Hi! I wrote this piece of code because I want to use the Graphic Engine OGRE.... In a tutorial I found this piece of sample code: #include "ExampleApplication.h" class TutorialApplication : public ExampleApplication { protected : public : TutorialApplication() { } ~TutorialApplication() { } protected : void createScene( void ) { } }; #if OGRE_PLATFORM == OGRE_PLATFOR ...Show All

  • MattPil29 Question(s) about msvcr80.dll and other VS2005 dll's end users need to run compiled applications

    I know if I link against the DLL runtime( msvcr80.dll) then it must be avaliable on my end users computers. I can just compile a static copy of the CRT into my application, or I can just distribute the DLL with my app and everything should be fine. Lastly perhaps a MSI package that has the DLL packaged. My main concern is -should I be doing this- Is there some update method (Windows Update) that carries the new VS2005 dll's to end users or shou ...Show All

  • bbbbbbbb IntelliSense and class view performance problems (slow continuous unbuffered writes)

    If I bring up File Monitor (filemon.exe) from www.sysinternals.com (a fantastic tool, by the way), it appears that the writing to the NCB file is done in very small chunks.  If you watch it, it continuously writes 2 and 4 byte blocks (yes BYTES, not K).  Can you not use some sort of buffered write routines instead of direct WriteFiles of very small amounts of bytes Also, is it normal for Updating Intellisense on the status bar to run ...Show All

  • ColtTaylor about performance of managed and unmanaged code, please explain it

    I want to compare the performance of managed and unmanaged code, so I wrote a simple example. ************************************************** #include <stdlib.h> #include <sys/timeb.h> #include <stdio.h> #include <vector> #include <algorithm> using namespace std; using namespace System; void print_cur_time(); void test_sort_1(); void test_sort_2(); int main() {  printf("\n\nTime for sorting array\n"); ...Show All

  • Andrej Merge Module woes with VS .NET 2005

    I have an application which comprises several DLLs. All of the DLLs require manifests linking to common controls, ATL80 and MSVCRT80. When I run the app on my machine I have no problems. If I try and install it onto another machine it fails when it is self-registering the DLLs. If I look at the dependencies on the target machine I can see that it cannot locate ATL80 and MSVC80 and this is why it cannot load the DLL. However, my second D ...Show All

262728293031323334353637383940414243

©2008 Software Development Network

powered by phorum