Re: Making my own IDE...

2003-09-28 Thread L.M. Fridael

Tom Frauenhofer [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]

 Another alternative - use the Eclipse IDE platform (downloadable from
 http://www.eclipse.org) and the C/C++ Development Toolkit plugin, tied
into
 prc-tools.  It's free and you can easily extend it to add editors for
other
 things (for example, you can try one of the free PilRC tool builders if
you
 don't want to edit the PilRC source directly, or you could buy Falch.net's
 PilRC Designer for $29 and tie it into the .prc files yourself...).  You
 should even be able to tie in GDB debugging.

Has anyone tried graphical debugging with prc-eclipse [1] and the GDB from
PRC Tools 2.3? If so, how did it work? I don't want to upset my existing
Falch.net/Cygwin installation by installing PRC Tools 2.3. I don't have
testing machine to try it out either.

I'm using Falch.net right for Palm development, but I would switch to
Eclipse in an instant if only it had working graphical GDB debugging(my main
reason for sticking with Falch.net). The GDB text interface is just too
cumbersome.


Regards
-Laurens

[1] http://www.redfelineninja.dsl.pipex.com/software.html#eclipse




-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/


Re: Making my own IDE...

2003-09-27 Thread John McDowell
Baxter,

I've heard of PilotMAG. What's your experience been with it?

John Mc

Baxter [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]

 Take a look at PilotMAG.  It's a front-end for the prc-tools/cygwin
 compiler.  It was $25 when I bought it.


 --
 -
 Free software  - Baxter Codeworks  www.baxcode.com
 -


 Sean [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]
 
  The problem is, I only have about $50 (soon to be $100-$150, hopefully),
 so
  unless anyone knows about a professional IDE for that amount, I'm stuck
 with
  Visual C++ and Visual Basic.
  Mathew B. Parker [EMAIL PROTECTED] wrote in message
  news:[EMAIL PROTECTED]
  
   Save yourself alot of headaches and dump C++.
  
   I use Delphi (Object Pascal), for all my stuff. (I am working on a
 similar
   project)
  
   Plus, you can actually read the code when youre done. ;-)
  
   Regards,
   Matt Parker
  
   At 05:00 PM 9/25/2003, you wrote:
   I'm thinking about making my own IDE for the palm. I probably won't
get
  to
   it very soon, however, as I am still learning Visual C++. I just want
 to
   know if anyone has suggestions/comments. The IDE would probably be a
 lot
   like VFDIDE (http://www.vfdide.com/), but better, as in more like
 Visual
   C++.
   
   
   
   --
   For information on using the Palm Developer Forums, or to
unsubscribe,
   please see http://www.palmos.com/dev/support/forums/
  
  
  
  
 
 
 
 







-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/


Re: Making my own IDE...

2003-09-27 Thread Brian Smith
On Sat, 27 Sep 2003, John McDowell wrote:

 I've heard of PilotMAG. What's your experience been with it?

I'm using it for all of my Palm OS development so far, and I'm liking it
quite a bit.  Then again, I haven't done a library yet... seems a lot more
geared toward application than library development.

It does seem like some settings, partilcularly the multi-segment switch,
would be better suited as per-project instead of global.  Aside from that,
though, it's nice.

-- 
---
Brian Smith // avalon73 at arthurian dot nu // http://www.arthurian.nu/
Software Developer  //  Gamer  //   Webmaster  //  System Administrator
For every complex problem, there is a solution that is simple, neat
 and wrong. -- HL Mencken

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/


RE: Making my own IDE...

2003-09-26 Thread Tom Frauenhofer
Another alternative - use the Eclipse IDE platform (downloadable from 
http://www.eclipse.org) and the C/C++ Development Toolkit plugin, tied into 
prc-tools.  It's free and you can easily extend it to add editors for other 
things (for example, you can try one of the free PilRC tool builders if you 
don't want to edit the PilRC source directly, or you could buy Falch.net's 
PilRC Designer for $29 and tie it into the .prc files yourself...).  You 
should even be able to tie in GDB debugging.

And, again, it's all open-source.

At 12:00 AM 9/26/2003 -0700, Kishore Wani [EMAIL PROTECTED] wrote:

You can use EMACS editor for code. I am using cygwin(for windows
platform),PRC tool, PILRC, and EMACS editor.
Best Regards
Kishore Wani
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Sean
Sent: Friday, September 26, 2003 3:22 AM
To: Palm Developer Forum
Subject: Re: Making my own IDE...
The problem is, I only have about $50 (soon to be $100-$150, hopefully), so
unless anyone knows about a professional IDE for that amount, I'm stuck with
Visual C++ and Visual Basic.
Mathew B. Parker [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]

 Save yourself alot of headaches and dump C++.

 I use Delphi (Object Pascal), for all my stuff. (I am working on a similar
 project)

 Plus, you can actually read the code when youre done. ;-)

 Regards,
 Matt Parker

 At 05:00 PM 9/25/2003, you wrote:
 I'm thinking about making my own IDE for the palm. I probably won't get
to
 it very soon, however, as I am still learning Visual C++. I just want to
 know if anyone has suggestions/comments. The IDE would probably be a lot
 like VFDIDE (http://www.vfdide.com/), but better, as in more like Visual
 C++.

Tom Frauenhofer, [EMAIL PROTECTED]
http://www.beret.com 



--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/


RE: Making my own IDE...

2003-09-26 Thread David Martin
if you are going to write an IDE from scratch (rather than extending
Glade for example), consider using a cross-platform GUI toolkit such as
QT (www.trolltech.com) or WxWindows (www.wxwindows.org), or maybe write
it as a Java application so that it will run on whatever platform you
have.

my two cents,

David M

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/


Re: Making my own IDE...

2003-09-26 Thread Sean
Where could I find the C/C++ Development Toolkit plugin?
Tom Frauenhofer [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]

 Another alternative - use the Eclipse IDE platform (downloadable from
 http://www.eclipse.org) and the C/C++ Development Toolkit plugin, tied
into
 prc-tools.  It's free and you can easily extend it to add editors for
other
 things (for example, you can try one of the free PilRC tool builders if
you
 don't want to edit the PilRC source directly, or you could buy Falch.net's
 PilRC Designer for $29 and tie it into the .prc files yourself...).  You
 should even be able to tie in GDB debugging.

 And, again, it's all open-source.

 At 12:00 AM 9/26/2003 -0700, Kishore Wani [EMAIL PROTECTED] wrote:

 You can use EMACS editor for code. I am using cygwin(for windows
 platform),PRC tool, PILRC, and EMACS editor.
 
 
 Best Regards
 Kishore Wani
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Sean
 Sent: Friday, September 26, 2003 3:22 AM
 To: Palm Developer Forum
 Subject: Re: Making my own IDE...
 
 
 The problem is, I only have about $50 (soon to be $100-$150, hopefully),
so
 unless anyone knows about a professional IDE for that amount, I'm stuck
with
 Visual C++ and Visual Basic.
 Mathew B. Parker [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
  
   Save yourself alot of headaches and dump C++.
  
   I use Delphi (Object Pascal), for all my stuff. (I am working on a
similar
   project)
  
   Plus, you can actually read the code when youre done. ;-)
  
   Regards,
   Matt Parker
  
   At 05:00 PM 9/25/2003, you wrote:
   I'm thinking about making my own IDE for the palm. I probably won't
get
 to
   it very soon, however, as I am still learning Visual C++. I just want
to
   know if anyone has suggestions/comments. The IDE would probably be a
lot
   like VFDIDE (http://www.vfdide.com/), but better, as in more like
Visual
   C++.

 
 Tom Frauenhofer, [EMAIL PROTECTED]
 http://www.beret.com







-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/


Re: Making my own IDE...

2003-09-26 Thread Keith Rollin
At 1:45 PM -0400 9/26/03, Sean wrote:
Where could I find the C/C++ Development Toolkit plugin?
It's on the Eclipse site.  You can poke around the downloads area, 
but IIRC, the URL is http://www.eclipse.org/cdt.

-- Keith

--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/


Making my own IDE...

2003-09-25 Thread Sean
I'm thinking about making my own IDE for the palm. I probably won't get to
it very soon, however, as I am still learning Visual C++. I just want to
know if anyone has suggestions/comments. The IDE would probably be a lot
like VFDIDE (http://www.vfdide.com/), but better, as in more like Visual
C++.



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/


Re: Making my own IDE...

2003-09-25 Thread Mathew B. Parker
Save yourself alot of headaches and dump C++.

I use Delphi (Object Pascal), for all my stuff. (I am working on a similar 
project)

Plus, you can actually read the code when youre done. ;-)

Regards,
Matt Parker
At 05:00 PM 9/25/2003, you wrote:
I'm thinking about making my own IDE for the palm. I probably won't get to
it very soon, however, as I am still learning Visual C++. I just want to
know if anyone has suggestions/comments. The IDE would probably be a lot
like VFDIDE (http://www.vfdide.com/), but better, as in more like Visual
C++.


--
For information on using the Palm Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/


--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/


Re: Making my own IDE...

2003-09-25 Thread Sean
The problem is, I only have about $50 (soon to be $100-$150, hopefully), so
unless anyone knows about a professional IDE for that amount, I'm stuck with
Visual C++ and Visual Basic.
Mathew B. Parker [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]

 Save yourself alot of headaches and dump C++.

 I use Delphi (Object Pascal), for all my stuff. (I am working on a similar
 project)

 Plus, you can actually read the code when youre done. ;-)

 Regards,
 Matt Parker

 At 05:00 PM 9/25/2003, you wrote:
 I'm thinking about making my own IDE for the palm. I probably won't get
to
 it very soon, however, as I am still learning Visual C++. I just want to
 know if anyone has suggestions/comments. The IDE would probably be a lot
 like VFDIDE (http://www.vfdide.com/), but better, as in more like Visual
 C++.
 
 
 
 --
 For information on using the Palm Developer Forums, or to unsubscribe,
 please see http://www.palmos.com/dev/support/forums/







-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/


Re: Making my own IDE...

2003-09-25 Thread Dominique Basson
There is nothing wrong with Visual C++. Some will recommend Delphi, others
C++ Builder (both Borland)as alternatives. Choose whatever makes you happy!

And good luck with the project ...

Dominique

Sean [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]

 The problem is, I only have about $50 (soon to be $100-$150, hopefully),
so
 unless anyone knows about a professional IDE for that amount, I'm stuck
with
 Visual C++ and Visual Basic.
 Mathew B. Parker [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
 
  Save yourself alot of headaches and dump C++.
 
  I use Delphi (Object Pascal), for all my stuff. (I am working on a
similar
  project)
 
  Plus, you can actually read the code when youre done. ;-)
 
  Regards,
  Matt Parker
 
  At 05:00 PM 9/25/2003, you wrote:
  I'm thinking about making my own IDE for the palm. I probably won't get
 to
  it very soon, however, as I am still learning Visual C++. I just want
to
  know if anyone has suggestions/comments. The IDE would probably be a
lot
  like VFDIDE (http://www.vfdide.com/), but better, as in more like
Visual
  C++.
  
  
  
  --
  For information on using the Palm Developer Forums, or to unsubscribe,
  please see http://www.palmos.com/dev/support/forums/
 
 
 
 







-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/


Re: Making my own IDE...

2003-09-25 Thread Baxter
Take a look at PilotMAG.  It's a front-end for the prc-tools/cygwin
compiler.  It was $25 when I bought it.


--
-
Free software  - Baxter Codeworks  www.baxcode.com
-


Sean [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]

 The problem is, I only have about $50 (soon to be $100-$150, hopefully),
so
 unless anyone knows about a professional IDE for that amount, I'm stuck
with
 Visual C++ and Visual Basic.
 Mathew B. Parker [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
 
  Save yourself alot of headaches and dump C++.
 
  I use Delphi (Object Pascal), for all my stuff. (I am working on a
similar
  project)
 
  Plus, you can actually read the code when youre done. ;-)
 
  Regards,
  Matt Parker
 
  At 05:00 PM 9/25/2003, you wrote:
  I'm thinking about making my own IDE for the palm. I probably won't get
 to
  it very soon, however, as I am still learning Visual C++. I just want
to
  know if anyone has suggestions/comments. The IDE would probably be a
lot
  like VFDIDE (http://www.vfdide.com/), but better, as in more like
Visual
  C++.
  
  
  
  --
  For information on using the Palm Developer Forums, or to unsubscribe,
  please see http://www.palmos.com/dev/support/forums/
 
 
 
 







-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/


RE: Making my own IDE...

2003-09-25 Thread Kishore Wani
You can use EMACS editor for code. I am using cygwin(for windows
platform),PRC tool, PILRC, and EMACS editor.


Best Regards
Kishore Wani


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Sean
Sent: Friday, September 26, 2003 3:22 AM
To: Palm Developer Forum
Subject: Re: Making my own IDE...


The problem is, I only have about $50 (soon to be $100-$150, hopefully), so
unless anyone knows about a professional IDE for that amount, I'm stuck with
Visual C++ and Visual Basic.
Mathew B. Parker [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]

 Save yourself alot of headaches and dump C++.

 I use Delphi (Object Pascal), for all my stuff. (I am working on a similar
 project)

 Plus, you can actually read the code when youre done. ;-)

 Regards,
 Matt Parker

 At 05:00 PM 9/25/2003, you wrote:
 I'm thinking about making my own IDE for the palm. I probably won't get
to
 it very soon, however, as I am still learning Visual C++. I just want to
 know if anyone has suggestions/comments. The IDE would probably be a lot
 like VFDIDE (http://www.vfdide.com/), but better, as in more like Visual
 C++.
 
 
 
 --
 For information on using the Palm Developer Forums, or to unsubscribe,
 please see http://www.palmos.com/dev/support/forums/







--
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/