Samisa Abeysinghe wrote:
Kapila Dissanayake wrote:
Hi all
I 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_CALL
When I change the macro definition to #define
AXIS2_DECLARE(type) type
it compiles fine. Any thoughts please.
Ooops, looks like we have trouble with the calling convention and dll
import :(
There seems to be a problem in the way we have used the DECLARE in case
of function pointers. Got to fix this.
Thanks
Kapila