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

Software Development Network >> Visual C++

Visual C++

New Question

MFC and WebBrowser control
fatal error LNK1181: cannot open input file ",.obj"
Share Projects in one solution
problem of declaring enum as value type in vc++2005 beta1
Problem compiling
Deprecated vsprintf
vector<String*>
CComboBox dropdown won't stay down
Multiple Resource Files
Problem with OnPaint and ThreadFunc

Top Answerers

Kiran Suthar
SuperPoney
milesrush
tintok3
Boai
TerryG
John Hensley
TheAmiMan
Ed Goings
fuurin
DevX
Only Title

Answer Questions

  • Ling Lo CAsyncSocket Problem

    Hello, I am experiencing a memory leak problem in using CAysncSocket in VS.Net 2003 C++. I have three client sockets which are periodically try to connect to three server. After a few try (connecting and fail to connect ), I observe an increase (4bytes) in usage of memory on Task Manager. This usage increare with the no of tries. I also port code to VC++ 2005 and observe the same behaviour. As far as I see, increase occur between close functi ...Show All

  • MikeFrey /ORDER linker switch always causing LNK1117: syntax error in option

    /VERBOSE /OUT:"C:\manoman\Release\stinkinapp.exe" /VERSION:6.66 /INCREMENTAL:NO /NOLOGO /MANIFEST /MANIFESTFILE:"Release\stinkinapp.exe.intermediate.manifest" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /OPT:NOWIN98 /ORDER:"linkorder.txt" /MACHINE:X86 /ERRORREPORT:PROMPT kernel32.lib  ...etc.libs... 2>LINK : fatal error LNK1117: syntax error in option 'ORDER:linkorder.txt' I can put any non-existing, made-up filename after /ORDER: and I s ...Show All

  • Lubo Birov - MSFT Problems in Release Compilation

    My Visual C++ 6.0 MFC project serves as a framework that loads a variable series of MFC extension DLLs that do most of the work of the project. Although the DLLs vary widely in function and complexity, they have many common features and derive from a common base class. All of the DLLs export a configure() function. In most cases, the configuration is accomplished with a standard MFC dialog and associated class derived from CDialog. ...Show All

  • R.Working Need suggestions from the best on forum about start

    Hi, I am ASP.NET(VB.NET) developer. I am good at it and now I want to work on VC++.NET 2005. I dont know where to start so I thought its better to post here than start exploring on my own and waste to be on the right track. I have always learnt from self projects. No matter how hard but if I think that I have to do that means I have to and in the process I learn alot. What I want to do Microsoft Foundation Class (MFC) library for Gr ...Show All

  • Andy Pennell MSFT How to read *.txt file contents into CString object????

    Hi, I like to read the contents of a txt file into CString object in MFC program. Now, I use ifstream to read the contents, but it can read into char array only. Do you have any ideas Thanks, vcboy not too easy look GetManager() allocate size then read file Kuphryn How can I read everything in *.txt file into char array. Since I use the fo ...Show All

  • kokolulogos 64Bit-Unable to Register COM dll using regsvr32.exe on WinXP64 bit and AMD64bit machine

    Hi, Im executing the following command: c:\regsvr32 mydll.dll. Following error occurs: "mydll.dll was loaded, but the DllRegisterServer entry point was not found. This file cannot be registered." NOTE: 1. mydll.dll is a 64bit ATL COM dll built using Visual C++ 2005. 2. this error occurs both with debug and release version of mydll.dll    Any pointers to successfully register my ATL COM dll would of much help. Thanks in advan ...Show All

  • Bigbyte free(pointer) in ansi C.

    Hello, I'm using Visual C++ 2003 Standard for C coding. I have a problem with a freeing the pointer. In one place in my program it works, in another not. On gcc all goes well. Here is the code: void basic_pointers(){     int *pointer;     int a=10;     if (pointer == NULL)     {         printf("Out of memory, exiting\n");       &n ...Show All

  • ciboys Visual Studio 2005 MFC Applications on Windows 98

    Hi, I am tring to build a unicode app to work on win 98/nt/xp. Built a sample MFC application in Visual Studio 2005 Team suite Beta 2. A unicode dialog app with a button. When run on windows 98 it shows this message.  Installed VCredist_x86 and .NET framework 2.0 latest versions downloaded from web. Also coped mfc80u.dll to the exe folder. Microsoft Visual C++ RuntimeLibrary Runtime Error! This application has requested the runtime to te ...Show All

  • cristianin Running an .exe file compiled in VC++ 2005 on a different computer

    Hello, I've got a question regarding how to run a program compiled using VC++ 2005 on a different computer. Although I have seen the thread by suda5181 and the answer by RonaldLaeremans (http://forums.microsoft.com/msdn/ShowPost.aspx PostID=23371), I can't find the redistribution pack for the current Visual C++. I have found a page with the Redistribution pack for Visual C++ 6.0 (http://msdn.microsoft.com/library/default.asp url=/library/en- ...Show All

  • Kriske How VS 2005 decides to build a project

    I have a project that keeps building even if it completes successfully in VS 2005. Is there a way to determine what is causing this build to kick off instead of it saying up to date Is that still an issue Thanks, Ayman Shoukry VC++ Team Hi Jabber, Can you please describe your problem in more detail Does VS keep building your project in an infinite loop or is the project rebuilding even when ...Show All

  • HCTwinJava Error C2228;

     I am trying to concatenate a first name and last name which are entered seperately. I have had luck with using integers, but not names :(. I want to enter first name, then last name (seperately) then output the names with a space between them (output the whole name). Here is what I have   #include "stdafx.h" #using <mscorlib.dll> using namespace System; int _tmain() {      ...Show All

  • Temple ListView Control displays blank images

    Using VS 2005, I have a ListView control in an ATL dialog. I am creating a image list and trying to use it for both header images and item images in the ListView control. I am doing this in the InitDialog function. When the dialog is displayed I see spaces where the images are suppose to be but they are all blank. If I use the image list to draw a icon I do see the expected image. The code in brief to set an image in the header (from my Init ...Show All

  • luango Can I write a file longer than 2gb on ntfs disk using fputc etc. in VC++ 2003?

    Can I write a file longer than 2gb on ntfs disk using fputc etc. in VC++ 2003 I have created AVI files larger than 2gb on XP-ntfs disk but none of the media programs (WMplayer. VirtualDub) can read them. Any suggestions where to start looking for the problem. Thanks, RON C The furthest I got was to find I could write the files in code, but that other programs could not read them. My recollection is that I could not read them ei ...Show All

  • Joe Lee VS2005 debug CRT does not report file/line info for heap corruption

    Hi hyslopc! I just ran a test of the VS 2005 beta 2 debug CRT library _CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_DELAY_FREE_MEM_DF | _CRTDBG_CHECK_EVERY_1024_DF | _CRTDBG_CHECK_CRT_DF); char * Test = new char [3]; Test[3] = '\0' ; // Cause memory corruption delete Test; This results in a dialog box being shown which says that a heap overwrite occured with allocation ...Show All

  • Joao Talles Using TextOut method

    What is the better way to set/change dialog background (by image, not color). It is also possible to set tiled, center and stretch parameter Thanx if somebody can help me. Lewix Ok good way. I had known about to handle event OnEraseBkGnd().... But because i have to use a bitmaps as background, (not jpg for example), mfc application will become higher (as size and ram usage) I only miss to be able to hand ...Show All

434445464748495051525354555657585960

©2008 Software Development Network

powered by phorum