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 ritu gaud <ur...@yahoo.co.in> on 2007/01/25 06:49:26 UTC

generating .dll of server

hello,
   
  how to generate math.dll (any .dll) file using server programe i.e. from math.c and math_skeleton.c in vc++ or VS2005 express edition?
   
  thanks.
   
  Urvashi.
  

 

 				
---------------------------------
 Here’s a new way to find what you're looking for - Yahoo! Answers 

Re: generating .dll of server

Posted by Nandika Jayawardana <ja...@gmail.com>.
hi ritu,

If you can take a checkout of source distribution, you can find the relevent
vc2005 projects for
axis2c , services and client programes in <axis2c checkout
directory>\ides\vc\axis2c directory.

If you are going to create the project yourself then do the following.

New Project -> Visual C++ -> win32->console application
in application setting select dll and empty project options and then add
your files to the project.
In preprosessor options add AXIS2_DECLARE_EXPORT macro.

And in linker options add axis2_engine.lib axiom.lib axis2_util.lib .

Regards
Nandika




On 1/25/07, ritu gaud <ur...@yahoo.co.in> wrote:
>
> hello,
>
> how to generate math.dll (any .dll) file using server programe i.e. from
> math.c and math_skeleton.c in vc++ or VS2005 express edition?
>
> thanks.
>
> Urvashi.
>
>
>
>
> ------------------------------
> Here's a new way to find what you're looking for - Yahoo! Answers<http://us.rd.yahoo.com/mail/in/yanswers/*http://in.answers.yahoo.com/>
>
>