ntdll.dll causes crash in mfc multithread program
Hi I am beginner mfc programmer trying to build and run legacy mfc program in windows7.As indicated in my previous post 'two mfc builds one works and the other does not' debugging the program causes...
View Articleerror C1083: Cannot open...
OK, this one is a puzzler...I'm compiling a program using qt with a few other libraries. Getting down to the end, I get the error "Cannot open..." The include files that it cannot open are .moc files...
View ArticleProblem with CPaneFrameWnd and CDockablePane
Hi, I'm struggling with a serious problem with a CPaneFrameWnd and CDockablePane.This is the scenario: I have a CDockablePane derived class and a CPaneFrameWnd derived class; in the OnCreate() of...
View Articlewindows 8.1 and visual studio throws reference by pointer exception
Hello. I use visual studio pro 2012 on windows 8.1 and every time that I start to debug a program when I use brakepoints if I don't press continue and press to stop the program windows throws me blue...
View ArticleSaving video in wmv hd format crashes, problem in module msvcr80.dll. This...
After reading many other posts about msvcr80.dll not found problems, mostly by developers, I manually checked all the folders in windows/winSxS folder pertaining to x86 vc80 and found two of the...
View ArticleScope of a class within a Windows Form
I am writing an application (well, re-writing it as I'm porting the code from an antique environment (Borland C++5) to attempt to overcome several instabilities in modern versions of Windows) which...
View ArticleScript Error
When I ask a question I get "an error has occured in the script ..." anyone else get this problem?
View ArticleVS 2012 native C++ code analysis is gone?
In VS 2012, what happened to Project Properties -> Configuration Properties -> Code Analysis -> Enable Code Analysis for C/C++ on Build (EnablePREFast)?
View ArticleVisual Studio 2005 Crashes everytime and gives a Debug screen which closes...
Error Message -Faulting application name: devenv.exe, version: 8.0.50727.762, time stamp: 0x45716759 Faulting module name: KERNELBASE.dll, version: 6.1.7601.18229, time stamp: 0x51fb10c6 Exception...
View ArticleHow to learn Basics of COM in mfc?
Hi All,I very much new to COM, I have gone through many articles on internet but still confused from where to start with.can anyone please provide me some DEMO project on COM so that i get some initial...
View ArticleCtrl+C does not attract ERROR_OPERATION_ABORTED from fgets() call
Hello,I have a Windows application (C code) that can be run in both batch or interactive mode. When run in interactive mode, it reads the input from stdin via fgets() call. When user presses Ctrl-C...
View ArticleHow to build the Visual Studio 2012 - Visual C++ execution file to run the...
Hi, I have wriiten the windows program (C++) and designed the Windows GUI program in Visual Studio Ultimate 2012 Visual C++,the application (exe file) doesn't running in Windows XP (service 2 &...
View Article[MS VS2013] Header changes are not included in the project building
Hello! I have my test project VS2012 - http://rghost.ru/50572443 VS2013 - http://rghost.ru/50524830 button "Скачать" for download sources In this projectFile: Programm.cpp #include "Window.h" int...
View ArticleHow to use getBytes() in VC++
In Java , **byte[] saltedPassword = (password + getSalt()).getBytes();** output : SaltedPassword :[B@3eca90 in Java, saltedPassword get encoded value in the same way i want to implement in VC++How to...
View ArticleDetermine Modal Dialogbox is already open or not in MFC Application.
Hi All, I have created a MFC application, In which I have one window A, When I click on Window A button, new modeless dialog B isopening and Dialog B is containing a list items. When we click on 1st...
View ArticleUsing Functions with text boxes in Window Forms C++ - Sudoku Game
Hello,I'm writing a Sudoku game in c++ using window forms , so that I could have an easy GUI. Unfortunately, this is the first time I've ever messed with all that, and I'm having trouble with simple...
View ArticleHow to disable CNTRL+ALT+DLT key through C?
I want to create a window for lock the entire screen. I already develop such type of window and its work, I mean it works like lock the screen but when I pressed the CNTRL+ALT+DLT key the next window...
View ArticlePrint the date on in a text box
Hey, I am making a forums application in which when you press a button, the system date displays in a text box. I believe my code is right (it compiles without error), but when I press the button the...
View Articlesnprintf and snwprintf output "f" from "%f", not float value
How to output float value to string using snprintf and snwprintf._snprintf(pcOutput, dwOutputSize, "%3.2f", 1.7320534f); result pcOutput = "f" just like a _snwprintf
View ArticleCannot create a top-level child window + Referenced assembly...
Dear Experts,I have two issues.I'm working in WPF browse application with framework 4.5 and using VB script as well as I'm using sap crystal report1. when I rebuilt project then I'm getting a Warning...
View Article