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

Search:

Type: Posts; User: nitinsj

Page 1 of 7 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    0
    Views
    3,976

    Watching all function arguments using windbg

    Hi,

    I am using windbg to debug a user.dmp. The user dump is generated using a debug version of executable with pdb. I can see the stack causing the crash by using the windbg command "~kP". This...
  2. Replies
    2
    Views
    867

    Capturing System wide events in Windows

    Hi all,

    I want to write an application that captures the event of window creation for each newly created window so that I can add every newly created window to an list of windows. I understand...
  3. Replies
    2
    Views
    1,149

    Debugging using Dr watson log.

    Hi all,

    I have to debug the cause of an application crash. I have the Dr Watson Log for the crash. As my application executable was a release version (without debug info/symbols) at the customer...
  4. Replies
    5
    Views
    854

    Re: Making Windows Program Crash

    Thanks for all the replys, :)

    I would also like to add that there is a one more way to do the crash,
    i.e to use userdump.exe provided on microsoft support site :
    ...
  5. Replies
    5
    Views
    854

    Making Windows Program Crash

    Hi,

    I have situation where my program hangs in release environment. To check out the stacks of all the active threads @ the hung instance, I would need it to crash and in turn dr watson would...
  6. Replies
    0
    Views
    458

    Avoiding Injection of DLL in Application

    Hi all,

    I have a application that crashes on a user inoput event when a third party application is running within the system. This problem is not reproduced when the third party software is...
  7. Replies
    1
    Views
    2,822

    Problem with "lstrcmpi" function

    Hi all,

    I have a code snippet using the lstrcmpi function. There is a problem with the lstrcmpi function, that It considers "ß" (ALT+0223) as "ss".
    Here is the code snippet


    #include...
  8. Replies
    5
    Views
    4,772

    here's why need Macro

    Ans:I am creating a library and I want to replace the function signature in the client source code (using the library) before the source code is compiled so I have to use the preprocesor and only...
  9. Replies
    5
    Views
    4,772

    Thanks

    Hi cilu
    hey that worked fine. Thanks for a prompt reply ..... I misunderstood the usage of Macro and had thought that it would replace the signature only in the statements making call to the...
  10. Replies
    5
    Views
    4,772

    Macro to replace function signature

    Hi all,
    I want to write a macro to replace the whole function signature by another signature. For e.g
    I have a cpp file having a function definition as follows :
    int function1 (int a, int b)
    {...
  11. Replies
    1
    Views
    560

    Regarding ASSERT Macro

    Hi all,

    I have a source file that contains the following line of code

    #undef assert
    #define ASSERT(expression) ((void)0)

    Can any one explain what is the use of "((void)0)" in the 2nd line ?...
  12. Replies
    1
    Views
    644

    Bitmaps on Menu

    hi,
    i have wrriten some code to load bitmaps on popup menu.
    the code works fine in the debug mode and shows me the bitmap on the popup menu, but when i try to execute it in release mode...
  13. hi sam, BN_CLICKED notification is sent...

    hi sam,
    BN_CLICKED notification is sent after the LButtonUp message is sent but i want to add a popup menu on the button press event. i can do this by using BN_CLICKED notification. But i...
  14. thanks for the reply i want to do that bcoz i...

    thanks for the reply
    i want to do that bcoz i want to keep the code small. i have a button class already derived. i can do it as u suggested but i wanted to know if there is any other solution for...
  15. Intercepting Child Window's Message in Parent Window

    hi
    i have a class derived from CDialogBar. This dialog bar has press buttons on it. i want to intercept the WM_LBUTTONDOWN,WM_RBUTTONDOWN and WM_LBUTTONUP messages of the press buttons in...
  16. Replies
    0
    Views
    1,446

    Projects for Freelancers

    Dear Friends,
    Its for Serious freelancers. If can do Projects on your own this site is for you. You can win Projects and earn money.
    http://www.scripthelpers.com/r.cgi?nitinsj
    bye for now,...
  17. Replies
    4
    Views
    896

    Thanks

    Thanks a lot krishna for clearing my doubt. It was easy and don't know what was stopping from understanding it. You helped me to understand it and I would like to thank you again for that.
    Regards,...
  18. Replies
    4
    Views
    896

    Thanks

    Hi krishna,
    Thanks a lot for your prompt reply. I got the meaning of those parameters, but I have another doubt. How do I map a particular part of a disk file to this allocated memory. Say for...
  19. Replies
    4
    Views
    896

    Memory Mapped File !!!

    HI,
    I want to map a small portion large disk file into the main memory so I need to use the CreateFileMapping and the MapViewOfFile. I tried reading about these functions in the MSDN but failed...
  20. Replies
    222
    Views
    13,478

    A Good Dictionary.

    Hi,
    There is a good dictionary for download. Its the Pocket Oxford Dictionary. I use it daily. You can download it from
    http://www.geocities.com/nickkriukov/download/pod.html
    Hope that...
  21. Thread: SNMP Info

    by nitinsj
    Replies
    6
    Views
    1,144

    Hi, Being a newbie I hope you have...

    Hi,
    Being a newbie I hope you have studied about SNMP Protocol
    and its applications. To develop SNMP agent for windows you have to implement it as a DLL. The MSDN has a sample Testdll:...
  22. Thread: LoadImage

    by nitinsj
    Replies
    1
    Views
    2,437

    LoadImage

    Hi,
    I want to load image from a Bitmap file. I used the following code to do that

    CString szBmpPath = "c:\\test.bmp";
    HBITMAP hBmpBanner = (HBITMAP) LoadImage(NULL, szBmpPath,...
  23. Thread: Book for WinCE

    by nitinsj
    Replies
    7
    Views
    1,927

    Hi Friends, Thanks a lot for all you...

    Hi Friends,
    Thanks a lot for all you help.
    Regards,
    Nitin
  24. How to Install and run MSN messenger from Emulator ?

    Hi Friends,
    I have downloaded the latest version of MSN messenger for Pocket PC. I have installed it on my system but cannot see it in the Emulator. May be there is some different procedure...
  25. Thread: Book for WinCE

    by nitinsj
    Replies
    7
    Views
    1,927

    Now that's what I call help. That will definitely...

    Now that's what I call help. That will definitely help me.
    While going through msdn I found articles giving reference to a Book by Chris Muench. The Title is "The Windows CE Technology Tutorial"....
Results 1 to 25 of 160
Page 1 of 7 1 2 3 4





Click Here to Expand Forum to Full Width

Featured