Recent content by Estevan

  1. E

    Question How to receive a handle in an External Procedure

    I tried this before, but isn't work. And I don't have any other documentation, just that in Portuguese: There is an exemple in "C", but didn't help me: int fWriteData(void *handle, const BYTE *data, const int dataLen, char *msgErro)
  2. E

    Question How to receive a handle in an External Procedure

    Thanks for all replies!! It worked for me receiving as a "INT64". But now I have a new problem: send a parameter as a "byte". Considering the OpenEdge documentation, is not possible to receive/send a parameter as "system.byte". Has anyone ever seen this before?
  3. E

    Question How to receive a handle in an External Procedure

    Hello guys. I'm calling an external procedure (WEBTAEncoderLib.dll) to encode a bank file (bank name: Bradesco, from Brazil). In one of the methods to encode the file, I receive a handle value that I need to pass to another method. Like this: Method "fInitEncoder" return me a Handle. This...
Top