CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ABM

Page 1 of 6 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    3,580

    Re: Open Large Files in C++

    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? ...
  2. Replies
    5
    Views
    3,580

    Open Large Files in C++

    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...
  3. Replies
    2
    Views
    609

    Need help to organize my project

    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...
  4. Replies
    4
    Views
    5,080

    Re: Need help to compile 64-bit code

    Thanks Victor.
  5. Replies
    4
    Views
    5,080

    Re: Need help to compile 64-bit code

    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 ?
  6. Replies
    4
    Views
    5,080

    Need help to compile 64-bit code

    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...
  7. Thread: PeekMessage

    by ABM
    Replies
    18
    Views
    7,087

    Re: PeekMessage

    Paul,
    I still don't know the exact reason for doing that. But that's what I did

    1. I had 3 timers which I had in my program which was just running not doing anything. I probably create...
  8. Thread: PeekMessage

    by ABM
    Replies
    18
    Views
    7,087

    Re: PeekMessage

    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...
  9. Thread: PeekMessage

    by ABM
    Replies
    18
    Views
    7,087

    Re: PeekMessage

    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...
  10. Thread: PeekMessage

    by ABM
    Replies
    18
    Views
    7,087

    Re: PeekMessage

    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...
  11. Thread: PeekMessage

    by ABM
    Replies
    18
    Views
    7,087

    Re: PeekMessage

    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...
  12. Thread: PeekMessage

    by ABM
    Replies
    18
    Views
    7,087

    Re: PeekMessage

    I am sorry I forgot to mention what's the problem is. PeekMessage loop always returning true and it becomes kind of infinite loop...
  13. Thread: PeekMessage

    by ABM
    Replies
    18
    Views
    7,087

    PeekMessage

    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

    KillTimer(Timer_A);...
  14. Replies
    7
    Views
    1,600

    Re: Custom Control with Triangle Shape on One Side

    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.
    ...
  15. Replies
    7
    Views
    1,600

    Re: Custom Control with Triangle Shape on One Side

    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...
  16. Replies
    7
    Views
    1,600

    Re: Custom Control with Triangle Shape on One Side

    Anyone cal help me with this. Please
  17. Replies
    7
    Views
    1,600

    Custom Control with Triangle Shape on One Side

    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...
  18. Replies
    8
    Views
    2,010

    Re: Question about Vector Erase

    Thanks nuzzle, I know about smart pointers but never got time to learn it yet. I will look in to it.
  19. Replies
    8
    Views
    2,010

    Re: Question about Vector Erase

    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...
  20. Replies
    8
    Views
    2,010

    Re: Question about Vector Erase

    Thanks for your help. I learned a lot today.
  21. Replies
    8
    Views
    2,010

    Re: Question about Vector Erase

    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?

    Second...
  22. Replies
    8
    Views
    2,010

    Question about Vector Erase

    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...
  23. Thread: Remote

    by ABM
    Replies
    4
    Views
    902

    Re: Remote

    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...
  24. Thread: Remote

    by ABM
    Replies
    4
    Views
    902

    Re: Remote

    Thanks
  25. Thread: Windows 8

    by ABM
    Replies
    10
    Views
    4,007

    Re: Windows 8

    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...
Results 1 to 25 of 136
Page 1 of 6 1 2 3 4





Click Here to Expand Forum to Full Width

Featured