-
- how to disable framwork addition of child frame title in menu
by dinesh1234
- 4 Replies
- Last post
by dinesh1234
- dear all,
i had application which is in need to disable the addition of childframe title in menu
for eg: in vc++ ide if a lot of file from solution explorer is opened, it will be arranged in the window menu with the child frame title i dont what that addition to take place. can any one come across the issue kinldy give me a suggesstion.
-
- Binary file reader
by Davidov
- 6 Replies
- Last post
by Chuck the Code Monkey
- Im having trouble working out the syntax errors within my code theres about 23 at my last count so any help would be appreciated. // Function dataread // A function to read in the low-level data and assign it to an array // // Inputs: pointer to a data file; pointer to a data arry in main() // Outputs: return status in file #include "DataRead.h" FileReader::FileReader(string file
-
- Microsoft Visual C++ Runtime Library
by starblue62
- 10 Replies
- Last post
by starblue62
- Microsoft Visual C++ Runtime Library
---------------------------
Buffer overrun detected!
Program: C:\WINDOWS\explorer.exe
A buffer overrun has been detected which has corrupted the program's
internal state. The program cannot safely continue execution and must
now be terminated.
I am getting this message everytime I log on to my computer..what is this
thing ..I
-
- Help for hash_map using!
by first_
- 1 Replies
- Last post
by einaros
- Hello, i try to use stdext::hash_map and i can to store Data to hash_map, but if i try to find in that i become some strange value, is there any sample how search in hash_map's Thanks for any help!
-
- Reporting Visual C++ bugs to Microsoft
by eldiener
- 8 Replies
- Last post
by eldiener
- I have reported a number of Visual C++ 8.0 bugs to Microsoft at their bug reporting site at https://connect.microsoft.com/VisualStudio/Feedback . Currently, and for the last month and a half, I have two bugs which I have reported directly to Microsoft, after being ignored on the web address above, which still have not been resolved. Other bugs which I have reported to Microsoft at the web address
-
- ASM on Intel Compiler C++ =S
by _Camus_
- 5 Replies
- Last post
by Bite Qiu - MSFT
- Hi all,
I need help again LOL, i wrote this little program for GCC and compile with no errors, perfect, its for
know vendor and cpu information:
Code Snippet
#include #include #include #include #include #include #define p printf
#define cpuid(in,a,b,c,d)\ asm("cpuid": "=a" (a), "=b" (b), "=c" (c), "=d" (d) : "
-
- Beginner Help
by Starstryker
- 3 Replies
- Last post
by Shakje
- Hi there! i'm new to c++ and i'm have a porblem with a piece of code for some reason it sometimes gives me results twice i'm not sure what i'm doing wrong, any help will be appreciated.
// number sort.cpp : main project file.
#include "stdafx.h"
using namespace System;
int main( array <System: tring ^> ^args)
{
int A, B, C;
Console::WriteLine
-
- MFC radio button auto selected
by roger5089
- 3 Replies
- Last post
by Andreas Masur
- Dear all
if when i use MFC to create one GUI with Radio button how can i start auto selected , which even i can use it
-
- Linker problem in forms application using DirectX
by Sumit Tandon
- 5 Replies
- Last post
by Sumit Tandon
- Hi, I am trying to interface a logitech joystick using DirectInput with a VC++2005 windows forms application. In the click event of a button I wrote the code: HINSTANCE m_hInstance; LPDIRECTINPUT8 lpdi = NULL; // used to point to com interface if (FAILED(DirectInput8Create(m_hInstance, DIRECTINPUT_VERSION, IID_IDirectInput8,
-
- Upload File
by Bamirasta
- 10 Replies
- Last post
by Bamirasta
- Hey all,
This my 3rd thread on this forum.. I'm really stuck .. I've been reading for about 2 hours but still no solution.. I want
build a windows application that kan upload media files to a server using HTTP. So far i've been able to make a form with a textbox and a button. The button opens a Open File dialog. You can select a file and the path will be shown in de Text box. :
p
-
- Re-Building VS6.0 apps with VS'05?
by Seabhacre
- 4 Replies
- Last post
by Simple Samples
- Ok, so I've re-built two VS6.0 C++ apps (one Service, one MFC GUI). I made changes where breaking-code in CRT made it necessary. Managed all the security aspects of this 'update' (strcpy() -> strcpy_s() etc.) and produced clean builds for all configurations. However when I install the apps on an 03' Server and attempt to launch either one I receive the following error message:
Erro
-
- how to convert CString to string
by pallabsarkar
- 5 Replies
- Last post
by LizardWiz
-
- virtual Create of Listbox
by Gemini II
- 14 Replies
- Last post
by Simple Samples
- When I look in the MSDN for CListbox::Create or CListbox::CreateEx it tels me that they are virtual.
But when i look at the code in VS 2005 I see that this isn't true.
They are no longer virtual.
-
- Begginers Questions
by jorgeparedes
- 3 Replies
- Last post
by TilakGopi
- Hi, I am trying to learn C++. I compile the first program that everyone that learn C++ is supposed to create. The Hello world program. I compile it but a message said....Unable to start program, system can not find specified path. Can anyone help
Jorge
-
- Debug Assertion Failed
by Ajax24
- 2 Replies
- Last post
by Ajax24
- Hi,
In the below program am trying to pass two arguments thro commandline( ie, pgm.exe "3434" "the complete description")
Am getting this below exception while running the program, but the program is working fine it writes to excel file the data i passed, this exception appears only when i pass the sentence in second argument instead of a single word).
---> De
-
- Getting a notification for closure of Modeless dialog in Creator dialog
by Software Engineer
- 3 Replies
- Last post
by Simple Samples
- Hi,
I am creating a modeless dialog B from dialog A.
Could anyone please tell me if if there is a way to get a notification in dialog A when the user closes the dialog B or presses the cancel button on the same.
Please pardon me if this is a stupid question. I am novice in MFC.
Thanks in advance.
With regards,
-
- Hosting exe program focus problem.
by Wisenight
- 9 Replies
- Last post
by Wisenight
- Dear all,
I wrote a MFC program(A.exe) and host another exe AP(B.exe) in the MFC program.
Use setparent:
SetParent(Bhwnd, Ahwnd);
I set the window long style of hosted exe
SetWindowLong(Bhwnd, GWL_STYLE, WS_VISIBLE | WS_CHILD);
It works to host the B.exe, but controls in B.exe can't be focused.
Does anyone have the same problem and have the resolution
T
-
- Consume C# Webservice in C++
by Bilal Haidar - MVP
- 7 Replies
- Last post
by Bryan St. Amour
- Hello,
How can I consume a C# Webservice in a VC++ application (native one)
Thanks
-
- 20 issues of porting C++ code on the 64-bit platform
by CodeX64
- 2 Replies
- Last post
by Brian Kramer
- Our team is work on the subject of 64-bit developing. We write new article for 64-bit developers: 20 issues of porting C++ code on the 64-bit platform.
PDF file: http://www.viva64.com/articles/20%20issues%20of%20porting%20C++%20code%20on%20the%2064-bit%20platform.pdf
We will be glad to receive your opinions, remarks, corrections, additions and will surely include them
-
- Atl/Wtl BHO with MFC Extension Dll
by ankurtech
- 3 Replies
- Last post
by Ramkrishna Pawar
- Hi Everybody,
I am stuck in memory management, I am developing Toolbar for IE and FireFox, so i develope two different toolbars oneis for IE using ATL and WTL and other for Firefox using javascript and XUL. Now to provide these toolbar some functionality I am using MFC Extension DLL ( As I need to show some dialog boxs fro this DLL). My problem is that whenever I am trying to allocate a charac
-
- help me plzzz
by simpatico
- 7 Replies
- Last post
by einaros
- hi
i have a problem in c language
plz help
its a loop draw a star in a position input by a user like this
- - -
- * -
- - -
then the user must provide another position so the fig. must be redrawn
and the previous star must be taken from the fig above
and draw the old and the new star like this :
- - -
- * -
- - *
plz hlp me as soon as
-
- Totally hadicapped with VC++2005. Someone pls help
by Anonymous581602
- 5 Replies
- Last post
by scor7910
- Hi people,
I'm totally hadicapped with VC++2005.
Is this anyway similiar to VC6++
Can anyone tell me how to get started Eg. creating a button and create a control to enable and disable it
I find that whatever I have done in VC6++ when i build and run in VC++2005, it is totally wrong.
what's wrong
help!!!
-
- Error C4368: mixed types are not supported
by AnonymousNewbie
- 2 Replies
- Last post
by AnonymousNewbie
- I'm trying to move towards Windows Forms and managed code(In VS2005) from a simpler console c++ background back in university. The code I was trying to compile was more complicated than this but the snippet below demonstrates the problem. I can use 10 ints seperately and the code works fine, but its an issue later. I've done some reading around the subject, I understand this sort of code not worki
-
- _MIDL_user_free@4
by Xorgnem
- 3 Replies
- Last post
by Anders Dalvander
- Hi,
I don't manage to find which library is missing to my project, can you help me please
The 2 errors I have are :
error LNK2001: unresolved external symbol _MIDL_user_free@4
error LNK2001: unresolved external symbol _MIDL_user_allocate@4
My project is an RPC application, for the moment the interface just contains messageBoxA function to display a t
-
- create .exe file?
by yj2000
- 5 Replies
- Last post
by yj2000
- Hi, I want to ask how to create an exe file using Visual Studio. I created a project, after building and compiling, there is no .exe under debug folder like usually it would produce. Instead there is a 'xxx.exe.intermediate.manifest' file. It seems to be some configuration settings. Could anyone help me Thanks a lot! (I am using VS 2005 SP1)