BCX COM

Kevin Diggins
Sun Jan 11 08:47:19 PST 2009


--- In BCX at yahoogroups.com, "RichCiszek" <rciszek at ...> wrote:
>
> Anyone have any ideas as to what I'm doing wrong ?
> 
> Rich

Rich,

1) I found some errors in BCX.

Find the block of code below in BCX and change the 
indexes from [1] to [Tmp], re-compile BCX 3 times.

CASE "bcx_get_com_error_desc"
Stk$[Tmp] = "BCX_GET_COM_ERROR_DESC"

CASE "bcx_get_com_error_code"
Stk$[Tmp] = "BCX_GET_COM_ERROR_CODE"

CASE "bcx_get_com_success"
Stk$[Tmp] = "BCX_GET_COM_SUCCESS"

CASE "bcx_show_com_errors"
Stk$[Tmp] = "BCX_SHOW_COM_ERRORS"


2) Below appear to be the correct calling mechanisms:


cErr = BCX_COM_ERROR  

cErr = BCX_GET_COM_SUCCESS()

IF BCX_GET_COM_SUCCESS() THEN 
Print "Yes :)"
END IF

errCode = BCX_GET_COM_ERROR_CODE() 

Temp_str1$ = BCX_GET_COM_ERROR_DESC$() 

IF BCX_COM_ERROR THEN
Temp_str1$ = BCX_GET_COM_ERROR_DESC$()

|
|
|



           



More information about the BCX mailing list