DDE GetLastError()

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EntonH
    New Member
    • Feb 2008
    • 1

    DDE GetLastError()

    Hi there,

    i want to develope an application that uses dde.
    How can i use the function GetLastError() from dde to retrieve a textual error message. I only receive int values. How can i translate these into an error text?

    Greetings,
    EntonH
  • jlm699
    Contributor
    • Jul 2007
    • 314

    #2
    Originally posted by EntonH
    Hi there,

    i want to develope an application that uses dde.
    How can i use the function GetLastError() from dde to retrieve a textual error message. I only receive int values. How can i translate these into an error text?

    Greetings,
    EntonH

    Try using FormatError(int ) with the return value from GetLastError... Maybe?
    What module are you using? have you consulted the documentation?

    Comment

    Working...