Hi OReubens,
Thanks for your reply. Unfortunately, I can't move to 64-bit system yet. Is it possible to read/write data from/to the file in 32-bit system which is larger than 4GB? ...
Hi,
I would need help on opening large files in c++. In my application, i am trying to save video as long as users have space in harddisk. What I am trying to do is when user is recording video...
Hi,
I am working on a software which has developed for long time. It is a Singe Document based MFC application. Now, we have a custom project which require everything with some additional...
Thanks Victor for your reply. If I use 64-bit datatypes such as DWORD_PTR, ULONG_PTR will I have to change code back to DWORD when I will compile under Win32 compiler ?
Hi,
I need help to compile our code using 64-bit compiler. Our software code has been compiled using Visual Studio Win32 compiler. But when I tried to compile using windows x64 compiler I get...
Paul,
I fixed it. I was just trying to solve quickly that's why I was posted on this forum. I always knew that I would able to solve the problem but didn't want to spend too much time as my...
Igor,
I am sorry I am not good in writing these forums. What is not working is the PeekMessage loop. It is my code which works fine on my work computer but not on my release version of the...
Hi,
Thanks for the replies. As I wrote before this is code written by someone else and I am using it. It was working for over 2 years since my application has released. We upgraded our software...
Hi,
This is the code written by someone. But it is working all the time. Actually, i have other projects for this is running fine. Also, this code is running fine on my computer but have...
Hi,
I am trying to kill all my timers. So I am trying to put PeekMessage at the end to kill all wm_timer which left on the message queue. So that's my code is
Could plz give me an example of how to change the shape of CStatic or CPictureCtrl? I don't need to change the shape of the Edit control, I can add next to the edit control and make it one control.
...
Thanks for the reply. I assumed too it is a owner draw control. For my application i need to be triangle on the side because it is pointing to something. My user will have the ability to move the...
Hi,
I want to make a control which has triangle on one side and a text box and a spin control. I know how to combine control to make a control but I don't know how to change the shape of mfc...
You all are full of knowledge. I wish one day I know about programming as you all do. Thanks once again. I got it now. Memory leak is a big problem in my software writing and everyday I am trying to...
Thanks for your reply. I have couple of questions. Why i don't know need to check NULL. Suppose vector containing a null pointer there and deleting a NULL will create problems. Am i right?
Hi,
I am erasing a object from the vector. I want to know that do i need to delete the object before I call the erase method or calling the vector erase method is suffice. Please see the...
Igor Vartanov,
Is there any way I can handle any remote out there for powerpoint presentation. If every remote has different key values, how do i know which keystroke events to...
Thanks for the answer OReuben. My worry is not making my app a Metro App. All I want my app to run Windows Desktop/Laptop which will be on ARM processor. What I have heard up to now, Windows are...