CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Dec 2003
    Location
    St. Cugat - Catalunya
    Posts
    441

    [RESOLVED] PCONTEXT undefined

    I don't use C++ often, so probably doing everything wrong ...

    I'm trying to use some simple functions found on the forum.
    Getting some errors about
    * LONG being undefined, so included <Windef.h>
    * FILETIME being undefined, so included <WinBase.h>
    ...

    Now PCONTEXT is undefined (in WinBase.h line typedef PCONTEXT LPCONTEXT;) and I don't know where to get it's definition.
    And also other syntax errors on WinBase (line IN va_list *Arguments)

    I'm using VisualStudio.NET, VC++ version 7.

    What am I doing wrong?

    Thks
    Last edited by DeepButi; September 9th, 2008 at 03:04 AM.
    Did it help? rate it.

    The best conversation I had was over forty million years ago ... and that was with a coffee machine.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured