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 Sam Carleton <sc...@miltonstreet.com> on 2008/03/21 17:03:27 UTC

development environments...

I have spent my development career in Windows using both DevStudio and
Visual Studio.  One of the reasons I am going to be using Apache C
Modules and Axis2/C is to be cross platform.  Does anyone have any
recommendations on a good cross platform development environments that
has a debugger for Apache C Modules and Axis2/C development?

Sam

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


Re: development environments...

Posted by Milinda Pathirage <mi...@gmail.com>.
Hi Thomas,
Eclipse CDT is a nice tool. You can use it for Axis2/C development. It has
some nice features like auto completing but not that mature as Java auto
completing.

Also you can use Netbeans C/C++ as IDE for C/C++ in both Linux and Windows.

Thanks

Milinda

On Sat, Mar 22, 2008 at 4:47 PM, Thomas <tc...@metrocast.net> wrote:

>
> What about Eclipse?
>
>
>
>
>
> At 04:05 AM 3/22/2008, you wrote:
> >Hi Samisa, and others,
> >
> >AFAIK, vi and gdb supports Win32. And, They are not Linux only. You can
> >build gdb on Windows (see [1]), and you can download vi for Windows, at
> >[2]. And, neither vi or gdb are Linux tools. They both are Unix tools.
> So,
> >in addition to Windows, you can use it on any Unix system.
> >
> >[1] http://sourceware.org/gdb/
> >[2] http://www.vim.org/download.php
> >
> >Regards,
> >Senaka
> >
> > > Dinesh Premalal wrote:
> > >> Hi Sam,
> > >>
> > >> "Sam Carleton" <sc...@miltonstreet.com> writes:
> > >>
> > >>
> > >>> I have spent my development career in Windows using both DevStudio
> and
> > >>> Visual Studio.  One of the reasons I am going to be using Apache C
> > >>> Modules and Axis2/C is to be cross platform.  Does anyone have any
> > >>> recommendations on a good cross platform development environments
> that
> > >>> has a debugger for Apache C Modules and Axis2/C development?
> > >>>
> > >>
> > >> emacs with cscope,
> > >> vi + gdb
> > >>
> > >
> > > Note that both of the above are Linux tools.
> >
> >
> >
> > >
> > >> thanks,
> > >> Dinesh
> > >>
> > >>
> > >
> > >
> > > --
> > > Samisa Abeysinghe
> > > Software Architect; WSO2 Inc.
> > >
> > > http://www.wso2.com/ - "Oxygenating the Web Service Platform."
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
> > > For additional commands, e-mail: axis-c-user-help@ws.apache.org
> > >
> > >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
> >For additional commands, e-mail: axis-c-user-help@ws.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-user-help@ws.apache.org
>
>


-- 
http://inf-dimensions.blogspot.com "Infinite Dimensions"
http://wsaxc.blogspot.com "Web Services With Axis2/C"

Re: development environments...

Posted by Thomas <tc...@metrocast.net>.
What about Eclipse?





At 04:05 AM 3/22/2008, you wrote:
>Hi Samisa, and others,
>
>AFAIK, vi and gdb supports Win32. And, They are not Linux only. You can
>build gdb on Windows (see [1]), and you can download vi for Windows, at
>[2]. And, neither vi or gdb are Linux tools. They both are Unix tools. So,
>in addition to Windows, you can use it on any Unix system.
>
>[1] http://sourceware.org/gdb/
>[2] http://www.vim.org/download.php
>
>Regards,
>Senaka
>
> > Dinesh Premalal wrote:
> >> Hi Sam,
> >>
> >> "Sam Carleton" <sc...@miltonstreet.com> writes:
> >>
> >>
> >>> I have spent my development career in Windows using both DevStudio and
> >>> Visual Studio.  One of the reasons I am going to be using Apache C
> >>> Modules and Axis2/C is to be cross platform.  Does anyone have any
> >>> recommendations on a good cross platform development environments that
> >>> has a debugger for Apache C Modules and Axis2/C development?
> >>>
> >>
> >> emacs with cscope,
> >> vi + gdb
> >>
> >
> > Note that both of the above are Linux tools.
>
>
>
> >
> >> thanks,
> >> Dinesh
> >>
> >>
> >
> >
> > --
> > Samisa Abeysinghe
> > Software Architect; WSO2 Inc.
> >
> > http://www.wso2.com/ - "Oxygenating the Web Service Platform."
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-c-user-help@ws.apache.org
> >
> >
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
>For additional commands, e-mail: axis-c-user-help@ws.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


Re: development environments...

Posted by Senaka Fernando <se...@wso2.com>.
Hi Samisa, and others,

AFAIK, vi and gdb supports Win32. And, They are not Linux only. You can
build gdb on Windows (see [1]), and you can download vi for Windows, at
[2]. And, neither vi or gdb are Linux tools. They both are Unix tools. So,
in addition to Windows, you can use it on any Unix system.

[1] http://sourceware.org/gdb/
[2] http://www.vim.org/download.php

Regards,
Senaka

> Dinesh Premalal wrote:
>> Hi Sam,
>>
>> "Sam Carleton" <sc...@miltonstreet.com> writes:
>>
>>
>>> I have spent my development career in Windows using both DevStudio and
>>> Visual Studio.  One of the reasons I am going to be using Apache C
>>> Modules and Axis2/C is to be cross platform.  Does anyone have any
>>> recommendations on a good cross platform development environments that
>>> has a debugger for Apache C Modules and Axis2/C development?
>>>
>>
>> emacs with cscope,
>> vi + gdb
>>
>
> Note that both of the above are Linux tools.



>
>> thanks,
>> Dinesh
>>
>>
>
>
> --
> Samisa Abeysinghe
> Software Architect; WSO2 Inc.
>
> http://www.wso2.com/ - "Oxygenating the Web Service Platform."
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-user-help@ws.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


Re: development environments...

Posted by Samisa Abeysinghe <sa...@wso2.com>.
Dinesh Premalal wrote:
> Hi Sam,
>
> "Sam Carleton" <sc...@miltonstreet.com> writes:
>
>   
>> I have spent my development career in Windows using both DevStudio and
>> Visual Studio.  One of the reasons I am going to be using Apache C
>> Modules and Axis2/C is to be cross platform.  Does anyone have any
>> recommendations on a good cross platform development environments that
>> has a debugger for Apache C Modules and Axis2/C development?
>>     
>
> emacs with cscope,
> vi + gdb
>   

Note that both of the above are Linux tools.

> thanks,
> Dinesh
>
>   


-- 
Samisa Abeysinghe 
Software Architect; WSO2 Inc.

http://www.wso2.com/ - "Oxygenating the Web Service Platform."


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


Re: development environments...

Posted by Dinesh Premalal <xy...@gmail.com>.
Hi Sam,

"Sam Carleton" <sc...@miltonstreet.com> writes:

> I have spent my development career in Windows using both DevStudio and
> Visual Studio.  One of the reasons I am going to be using Apache C
> Modules and Axis2/C is to be cross platform.  Does anyone have any
> recommendations on a good cross platform development environments that
> has a debugger for Apache C Modules and Axis2/C development?

emacs with cscope,
vi + gdb

thanks,
Dinesh

-- 
http://nethu.org

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


Re: development environments...

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
Sam Carleton wrote:
> I have spent my development career in Windows using both DevStudio and
> Visual Studio.  One of the reasons I am going to be using Apache C
> Modules and Axis2/C is to be cross platform.  Does anyone have any
> recommendations on a good cross platform development environments that
> has a debugger for Apache C Modules and Axis2/C development?

Sam those are developer tools, and it entirely depends on what platform.
VS works just fine for developing code, it's your job as a programmer to
ensure it's actually portable with parallel development to other platforms,
sticking to portable APIs (e.g. apr instead of posix etc)...

I don't personally use any GUI's beyond win32 VC - gdb / dbx etc work
just fine for my debugging needs, vi works just fine for altering files
to compile correctly on other platforms, gcc is a good overall solution
but you may also want to watch solaris/ibm/hp native compilers if you
will target those (and just to have a "third compiler" agree that your
code is good).

But I hear rumor that Eclipse does a dandy job authoring C/C++ code.