Kapila Dissanayake wrote:
Ooops, looks like we have trouble with the calling convention and dll import :(Hi allI tried to compile the util module using vc 6. It gives too many compile errors because of the use of the macro AXIS2_DECLARE defied as:#define AXIS2_DECLARE(type) AXIS2_IMPORT type AXIS2_CALLWhen I change the macro definition to #define AXIS2_DECLARE(type) typeit compiles fine. Any thoughts please.
Thanks Kapila
