Poster | Thread |
Heinz
|  |
Re: New Version of AmiDevCpp: v 0.9.7 (beta) Posted on 4-Apr-2007 8:04:23
| | [ #1 ] |
|
|
 |
Regular Member  |
Joined: 10-Oct-2005 Posts: 212
From: Unknown | | |
|
| When starting a new Project from Menu File->New->Project, it may take 30-40 seconds before the Templates Dialog appears. So dont be afraid, the IDE isnt crashed. It just takes a little to parse the new Template File Format, and there are more Templates. |
|
Status: Offline |
|
|
nubechecorre
|  |
Re: New Version of AmiDevCpp: v 0.9.7 (beta) Posted on 4-Apr-2007 15:18:13
| | [ #2 ] |
|
|
 |
Cult Member  |
Joined: 21-Nov-2003 Posts: 895
From: San remo -Italy- | | |
|
| |
Status: Offline |
|
|
Heinz
|  |
Re: New Version of AmiDevCpp: v 0.9.7 (beta) Posted on 4-Apr-2007 15:36:31
| | [ #3 ] |
|
|
 |
Regular Member  |
Joined: 10-Oct-2005 Posts: 212
From: Unknown | | |
|
| Quote:
But it's only for Windows or is also for amiga ? |
It's an integrated Development Environment, that is running under Windows. You can create executables for all amiga-like systems with it. So, in a way, it is for amiga too... |
|
Status: Offline |
|
|
Sidewinder
|  |
Re: New Version of AmiDevCpp: v 0.9.7 (beta) Posted on 5-Apr-2007 13:41:24
| | [ #4 ] |
|
|
 |
Regular Member  |
Joined: 10-Mar-2003 Posts: 152
From: Saint Paul, Minnesota, USA | | |
|
| I installed this 0.9.7, but whenever I go to create a new project I get a window saying that several paths to WinAVR could not be found. It offers to correct the problem for me, but the message then reappears several times before I get to the new project window. The same thing occurs each time I attempt to create a new project. Any ideas on how to correct this problem? |
|
Status: Offline |
|
|
Heinz
|  |
Re: New Version of AmiDevCpp: v 0.9.7 (beta) Posted on 9-Apr-2007 12:26:43
| | [ #5 ] |
|
|
 |
Regular Member  |
Joined: 10-Oct-2005 Posts: 212
From: Unknown | | |
|
| @sidewinder
I use to AmiDevCpp to program Atmel Mikrocontrollers, so I created a compilset for it. DevC++ should be able to remove the compilerset. If it isnt, there are two possible solutions:
Easy Solution: Install WinAVR
http://winavr.sourceforge.net/
Clean Solution:
Open
C:\Documents and Setting\Application Data\Dev-Cpp\Dev-Cpp.ini
with a TextEditor and remove:
Quote:
[CompilerSets_5] gcc.exe=avr-gcc.exe g++.exe=avr-g++.exe gdb.exe=gdb.exe make.exe=make.exe windres.exe=windres.exe dllwrap.exe=dllwrap.exe gprof.exe=gprof.exe Options=0000000000000000000000 cmdline= LinkLine= CompAdd=0 LinkAdd=0 Bins=C:\WinAVR\avr\bin; C=C:\WinAVR\avr\include; Cpp=C:\WinAVR\avr\include; Lib=C:\WinAVR\avr\lib;
|
|
|
Status: Offline |
|
|