You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Dave Meier <DM...@SERENA.com> on 2007/03/01 23:25:51 UTC

[Axis2] link error - missing axis2_rest_sender_get_param_string() method

axis2_rest_sender_get_param_string  is declared and called in
rest_sender.c, but there is no method supplied.
 
 Generating Code...
   Creating library ..\deploy\lib\axis2_http_sender.lib and object
..\deploy\lib\axis2_http_sender.exp
rest_sender.obj : error LNK2019: unresolved external symbol
_axis2_rest_sender_get_param_string@12 referenced in function
_axis2_rest_sender_send@20
..\deploy\lib\axis2_http_sender.dll : fatal error LNK1120: 1 unresolved
externals
NMAKE : fatal error U1077: 'link.exe' : return code '0x460'
Stop.
 
-Dave.


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.


Re: [Axis2] link error - missing axis2_rest_sender_get_param_string() method

Posted by Dushshantha Chandradasa <du...@gmail.com>.
this is fixed now. try with the latest svn.

Dushshantha

On 3/2/07, Dave Meier <DM...@serena.com> wrote:
>
>  axis2_rest_sender_get_param_string  is declared and called in
> rest_sender.c, but there is no method supplied.
>
>  Generating Code...
>    Creating library ..\deploy\lib\axis2_http_sender.lib and object
> ..\deploy\lib\axis2_http_sender.exp
> rest_sender.obj : error LNK2019: unresolved external symbol
> _axis2_rest_sender_get_param_string@12 referenced in function
> _axis2_rest_sender_send@20
> ..\deploy\lib\axis2_http_sender.dll : fatal error LNK1120: 1 unresolved
> externals
> NMAKE : fatal error U1077: 'link.exe' : return code '0x460'
> Stop.
>
> -Dave.
>
>
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. Any unauthorized review, use, disclosure or distribution is
> prohibited. If you are not the intended recipient, please contact the sender
> by reply e-mail and destroy all copies of the original message.
>