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

Software Development Network >> Visual C++

Visual C++

New Question

OnTimer() not being fired up.
GDI's TextOut giving strange character
Writing MMC Snapin in Visual C++ 2005
Link Error /w VS05 b2 (managed C++)
Please help me about VC++.NET on Linux
lnk 2019 error
Debugging a for loop
Heap/Stack Overflow/Overrun Issues
Resource Editor: Add/Remove Operation impossible code read only - Release VS2005
BUG: Potential Memory Leak generated by STL deque

Top Answerers

alshami
charlieDog
Curtis Man
Testking
MArkyMArc
Daniel Read
Karl S
Jigar acharya
TheCompWiz
Deicide
The Sackville Tribune Post: News
Only Title

Answer Questions

  • Ginesh Kumar error LNK2019

    I have been wrestling with the following error for the last few hours: Options.obj : error LNK2019: unresolved external symbol "public: __thiscall PayoffOption::PayoffOption(void)" ( 0PayoffOption@@QAE@XZ) referenced in function "public: __thiscall PayoffCall::PayoffCall(double)" ( 0PayoffCall@@QAE@N@Z ) C:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\MFEcourse\Debug\MFEcourse.exe : fatal error ...Show All

  • Bay03 Errors in dialog resources with VS 2005

    For some reason, when using VS 2005 beta 2 and modifying a dialog resource, I would commonly get the following error: error RC2113: Begin expected in dialog Looking at the dialog resource, there were extra values after the font statement like: FONT 8, "MS Shell Dlg" , 0, 0, 0x0 If I remove the 0,0,0xd, it would be back to compiling again. I figured this was a common beta 2 problem and just got use to removing those values. Unfortunately, I just ...Show All

  • Romiko i'm really new.

    i'm sorry to take your time with such a noob'ish question, but i can't even find where to start coding...can someone just help me get started here Start up VS via the icon and do ctrl^shift^n to start a new project. Select win32 console app and give it a name and you're away. And try not to get discouraged by people who would rather patronise you than spending less time and effort in giving you a helpful answe ...Show All

  • cronic76 A question on hash_map in vc2005

    I raised a question on hash_map here yesterday and it was deleted due to "off topic". And I raise it here again today, without mentioning any sgi stuff. hash_map in vs2005 is defined like this: template < class Key , class Type , class Traits =hash_compare< Key , less< Key > > , class Allocator =allocator<pair <const Key , Type > > > class hash_map I tried some code on it and ...Show All

  • keyler VC8 MSMs not working on vista 5308

    I have an installer that installs the VC8 MSMs (CRT, MFC) correctly to the WinSxs directory on WinXP, 2000, 2k3, but not on Vista 5308. On Vista, it looks like the msms are doing their thing, but the files are definitely not showing up under the %windir%\winsxs directory. I just don't know where to start looking for the problem to debug since these are MS supplied merge modules. I can post the install log if that would be helpful. Anyone ...Show All

  • Thomas L That "File XXX not found in current source file's directory or in build system paths"

    I am so sick and tired of this bug. I right click on a file that the compiler knows how to find, then select "Open Document XXX" and then I receive "File XXX not found in current source file's directory or in build system paths". Was this ever fixed in 2005 I have been (im)patiently waiting and waiting for a new service pack to address some of the major flaws in VS.NET 2003. Is one ever coming out Was this bug finally fixed ...Show All

  • photoval Emacs Keybinding indentation problem

    I set the keybinding under Tools --> Options --> Environment --> Keyboard to include Emacs style. Now the indentation's are definetly incorrect, here is an example of how it thinks it should look: int main() { int i = 0; //This line is definetly indented wrong } That is definetly not right. Any advice Thanks, Halsafar You can change the behavior of Home and End ...Show All

  • P Santosh C++ with WinForms

    Im developping forms with the .net framework and im using winForms with c++ language. When creating events methods, it generates code automatically in the code, but in the header file of the form. I know that an important rule with c++ is to put compilable code in cpp files, not in header files. This method of generating events will probably cause lowering the compilation. Is there a solution to this problem. Anyone knows macros for creating ...Show All

  • Myron Walker How to call a Dialog Box?

    Hi! I'm new to VS and I need some help! I've made a main form and another (i'll use it as a dialog box). I have a Main Menu on the main form and I want to call dialog box (form 2) when I press menu item. I know where tu insert the call code but I dont know what code to use. Help!!! Another question: As for the cpp files included in the project....which one is the main one (is it the one with WinMain function ) Does this mean that I can't have ...Show All

  • Carlos Marin Performance for C code

    I looked around and was not sure where best to post this question...this won out over all. Question... I have legacy C code that employs heavy duty graphics algorithms ... internally quite a few of them sit on use of a WORD data type. At the time of their development memory was not as it is today and so a WORD data type with max value of 65k was enough to satisfy any requirements. In convsersation someone recently spoke about the use of WORD vs. ...Show All

  • jon galloway how do the vc compiler compute sizeof(... ) ??

    there are two simple structs in my prog: typedef struct _testS01 {   int a;  char b[2];  char c[2];  } testS01; typedef struct _testS02 {   char b[2];  int a;  char c[2];  } testS02; when computes each sizeof(... ) macro, i get two different values: sizeof(testS01) is 8,seems right here, but sizeof(testS02) is 12 ! who know such trick of vc compiler Thxs, Mike, u clarified my ...Show All

  • yihect VC++6.0 to VC++2005 : crash when executing funtion of the dll compiled with VC++6.0

    Hello I am migrating a project from VC++6.0 to VC++2005. The project have several third party dlls and libraries. I don't have the source code, so I can't recompile these dll. I succeeded to compile and link the project with VC++2005. but it crash when it call a funtion of dll( EmDB.dll ) compiled with VC++2005. is there anyone suffering same problem this program is working well with VC++6.0. Thanks in advance // mem ...Show All

  • VBNET_Fanatico Trying to read strings from a listbox in another process results in run-time stack error...

    Hoping someone has some thoughts on this problem. I'm trying to write a function that reads all strings in a listbox (owner-draw, does not have HASSTRINGS enabled, so all strings are just stored as pointer references to memory in the listbox), where the listbox is in another running process (i.e. a separate program, no ability to modify the source code, etc). Using Visual C++ 2005, the following function works (i.e. it reads the strings), but pr ...Show All

  • c&amp;#35;oder aspell compilation problems

    Hi, I tried to post on the forum but it kept coming up with an internal error so i was wondering if you could help me with the following:I have recently been trying to compile aspell (a spell checker written in c and c++) in visual studio .NET (2003) which has taken forever but i managed to get it to compile a dll now. When i come to add this dll file into another project which will be using the methods from this dll it keeps giving ...Show All

  • Bill Call general question regarding arrays and functions

    Writing another program for school and I've got something seriously screwed with this one. I may have to post code for this, but I have my main function that calls another function(switcher), I'm trying to pass two arrays to this function and have that function switch the lowest value in one array replace it with the lowest value in the second array and vice versa. The problem is when I compile the program, it builds with no errors or warnings, ...Show All

777879808182838485868788899091929394

©2008 Software Development Network

powered by phorum