Re: *weird* overflow error *after* API call; call works OK, but later simple steps fail
From: Bob Butler (tiredofit_at_nospam.com)
Date: 05/19/04
- Next message: Marley Lucy: "Re: Debug TRACE style output wihout leaving literal strings in binary"
- Previous message: Gary Chang: "Re: Debug TRACE style output wihout leaving literal strings in binary"
- In reply to: Philip Warner: "*weird* overflow error *after* API call; call works OK, but later simple steps fail"
- Next in thread: Philip Warner: "Re: *weird* overflow error *after* API call; call works OK, but later simple steps fail"
- Reply: Philip Warner: "Re: *weird* overflow error *after* API call; call works OK, but later simple steps fail"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 19 May 2004 06:19:18 -0700
"Philip Warner" <pjw@rhyme.com.au> wrote in message
news:uI2PgnWPEHA.3420@TK2MSFTNGP11.phx.gbl
> I have a VB application that makes a API call, returns OK, but which
> then fails to do simple VBA-related actions:
>
> Private Function DoGetEntity(Info As PAN_CtlGetEntityInfo) As Long
> Dim qqq As Double
> qqq = 2
> qqq = qqq / 2
> DoGetEntity = SendMessage(myCtl, PM_CTLGETENTITY, 0, Info)
you need to post the declare for the sendmessage API and the declarations
for the constant and variables involved. Chances are that you have
something wrong but without specifics nobody can tell you what that is.
-- Reply to the group so all can participate VB.Net... just say "No"
- Next message: Marley Lucy: "Re: Debug TRACE style output wihout leaving literal strings in binary"
- Previous message: Gary Chang: "Re: Debug TRACE style output wihout leaving literal strings in binary"
- In reply to: Philip Warner: "*weird* overflow error *after* API call; call works OK, but later simple steps fail"
- Next in thread: Philip Warner: "Re: *weird* overflow error *after* API call; call works OK, but later simple steps fail"
- Reply: Philip Warner: "Re: *weird* overflow error *after* API call; call works OK, but later simple steps fail"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|