spartacus
27th May 2002, 19:23
Attached the hardcopy of a error message (as far as possible).
This error happens not in all VRC's. In live no error occurs, in deveopment the attached error occurs.

What is a "dynamic link failure" ?

Any suggestions are welcome.


Thanks
Spartacus:confused:

Han Brinkman
27th May 2002, 20:03
This probably means that your dll linked to this session is not correctly updated.

You can print the dll with ttadv2439m000, use the show prototype options and it will show you all the functions that can be handled by the dll. Probably the function you need is not included.

Try getting a new one at BGS.

Regards,
Han

alejandro
14th September 2006, 11:38
I have just had the same error in a custom dll and the explanation that gave Han, got us to the path:

We defined the especific function in the dll without 'extern' atribute.

No compile error, Dynamic link failure error when calling the function.

Thank's and regards.