You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Fred Preston (JIRA)" <ax...@ws.apache.org> on 2004/11/10 18:11:25 UTC

[jira] Assigned: (AXISCPP-183) The stubs need to include __declspec(dllexport) on all public method

     [ http://nagoya.apache.org/jira/browse/AXISCPP-183?page=history ]

Fred Preston reassigned AXISCPP-183:
------------------------------------

    Assign To: Fred Preston

> The stubs need to include __declspec(dllexport) on all public method
> --------------------------------------------------------------------
>
>          Key: AXISCPP-183
>          URL: http://nagoya.apache.org/jira/browse/AXISCPP-183
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing
>  Environment: n/a
>     Reporter: Fred Preston
>     Assignee: Fred Preston
>     Priority: Minor

>
> Problem
> When the stub is build as a DLL and the client tries to link to it, because the public interface is not exported, link errors occur.
> Solution
> By prefixing all public defined methods with '__declspec(dllexport)' in the stub generated header files, all of the method will be available to the client.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira