Welcome, Guest. Please login or register.

Author Topic: Experienced Developer, but new to Amiga  (Read 5838 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Trev

  • Zero
  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 1550
  • Country: 00
    • Show only replies by Trev
Re: Experienced Developer, but new to Amiga
« Reply #14 from previous page: March 31, 2011, 04:10:39 AM »
@plbyrd

I use a combination of Visual Studio makefile projects and my own builds of GCC. If you don't want to build GCC yourself, take Piru's advice and download zerohero's packages for Cygwin. Someone has gone through the effort of providing tighter integration between GCC, the Amiga includes, and Visual Studio, but I don't recall who.
 

Offline HenryCase

  • Hero Member
  • *****
  • Join Date: Oct 2007
  • Posts: 800
    • Show only replies by HenryCase
Re: Experienced Developer, but new to Amiga
« Reply #15 on: March 31, 2011, 10:18:53 AM »
@plbyrd
Here's a useful guide to getting an Amiga cross-compiler running in Windows:
http://utilitybase.com/article/show/2008/05/12/240/Cross+Compiling+for+OS4+or+OS3+using+MS+Visual+Studio+2005

The whole UtilityBase website is useful for Amiga coders, that's who it's aimed at. Amiga Coding should be useful too:
http://www.amigacoding.com/index.php/Main_Page
"OS5 is so fast that only Chuck Norris can use it." AeroMan
 

Offline plbyrdTopic starter

  • Newbie
  • *
  • Join Date: Nov 2006
  • Posts: 7
    • Show only replies by plbyrd
    • http://blog.paytonbyrd.com
Re: Experienced Developer, but new to Amiga
« Reply #16 on: March 31, 2011, 06:30:16 PM »
I've pieced together the underlying development environment of Cygwin and GCC used by AmiDevCpp and now am compiling from BASH without a problem.  I've found a good generic makefile that doesn't require putting each source file in the makefile, so I don't have to manage the project in AmiDevCpp any longer.  Now I've just got to solve one riddle and I'll have Visual Studio 2010 doing builds using the make file.
 

Offline HenryCase

  • Hero Member
  • *****
  • Join Date: Oct 2007
  • Posts: 800
    • Show only replies by HenryCase
Re: Experienced Developer, but new to Amiga
« Reply #17 on: March 31, 2011, 07:43:55 PM »
Quote from: plbyrd;626317
I've pieced together the underlying development environment of Cygwin and GCC used by AmiDevCpp and now am compiling from BASH without a problem.  I've found a good generic makefile that doesn't require putting each source file in the makefile, so I don't have to manage the project in AmiDevCpp any longer.  Now I've just got to solve one riddle and I'll have Visual Studio 2010 doing builds using the make file.


Nice one plbyrd. :-) Have you got any ideas for projects you'd like to try out first?
"OS5 is so fast that only Chuck Norris can use it." AeroMan
 

Offline plbyrdTopic starter

  • Newbie
  • *
  • Join Date: Nov 2006
  • Posts: 7
    • Show only replies by plbyrd
    • http://blog.paytonbyrd.com
Re: Experienced Developer, but new to Amiga
« Reply #18 on: April 01, 2011, 02:28:26 AM »
Quote from: HenryCase;626332
Nice one plbyrd. :-) Have you got any ideas for projects you'd like to try out first?


Yes.  I have a game written down on paper to do.  I'm going to write it for the C64 first using CONIO and then port it to NCurses and then release it on the Amiga.  I know people prefer graphics for games, but this one will fit well in text, I do believe.
 

Offline EDanaII

  • Hero Member
  • *****
  • Join Date: Dec 2006
  • Posts: 579
    • Show only replies by EDanaII
    • http://www.EdwardGDanaII.info
Re: Experienced Developer, but new to Amiga
« Reply #19 on: April 01, 2011, 02:50:51 PM »
The makefile generated by AmiDevCpp can be used in VS. Whenever I need a new makefile, that's exactly what I do: start the project in AmiDevCpp and then copy the makefile over to VS.

Two cents...
Ed.
 

Offline HenryCase

  • Hero Member
  • *****
  • Join Date: Oct 2007
  • Posts: 800
    • Show only replies by HenryCase
Re: Experienced Developer, but new to Amiga
« Reply #20 on: April 01, 2011, 08:37:39 PM »
Quote from: plbyrd;626422
Yes.  I have a game written down on paper to do.  I'm going to write it for the C64 first using CONIO and then port it to NCurses and then release it on the Amiga.  I know people prefer graphics for games, but this one will fit well in text, I do believe.


Sounds good, keep us posted. :-)
"OS5 is so fast that only Chuck Norris can use it." AeroMan