|
Register or have you forgotten your password?
|
|
|
| Amiga OS -- Development This particular forum deals with issues regarding development for all versions of AmigaOS. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 | ||||||||
|
Technoid
![]()
Join Date: Apr 2002
Posts: 242
|
Im currently looking for a decent c++ compiler for the amiga. Therefore I recently tried to download the demoversion of the StormC compiler. I unpacked the archive, installed it properly, made the required assigns and so on... Atleast I thought I did, because when I tried to use the compiler I got a bunch of strange errormessages.
The program I was trying to compile was a simple 'Hello world' prog but got errors like 'no known function main' :-? Are there any others who have had similar problems? Im new to the C++ world so any help would be much appriciated
__________________
The horse is a fierce predatory animal!!! |
||||||||
|
|
|
|
|
#2 | ||||||||
|
Technoid
![]()
Join Date: Jun 2002
Posts: 199
|
What does your source code look like?
Are you having problems compiling, or getting the compiling to start at all. I.e. are the error messages for the source or from Storm itself? |
||||||||
|
|
|
|
|
#3 | ||||||||
|
Resident blue troll
Join Date: Feb 2002
Posts: 3,871
|
StormC-demo ? Where's that from ? The only one I know is the preview
version that came out before 1.0. If you want to develop anything Amiga-specific, you gone need the DEV-CD which (in version 2.1) comes with StormC_V3 (full version).
__________________
1. Make an announcment. 2. Wait a while. 3. Check if it can actually be done. 4. Wait for someone else to do it. 5. Start working on it while giving out hillarious progress-reports. 6. Deny that you have ever announced it 7. Blame someone else |
||||||||
|
|
|
|
|
#4 | ||||||||
|
Technoid
![]()
Join Date: Apr 2002
Posts: 242
|
The version of the demo is 2.0 link to demo readme
Link to download Would REALLY like to test out the product before I spend 420$ on the full version
__________________
The horse is a fierce predatory animal!!! |
||||||||
|
|
|
|
|
#5 | |||||||||
|
Technoid
![]()
Join Date: Apr 2002
Posts: 242
|
Quote:
__________________
The horse is a fierce predatory animal!!! |
|||||||||
|
|
|
|
|
#6 | ||||||||
|
Defender of the Faith
![]()
Join Date: Mar 2002
Posts: 1,724
|
have you added the required link libraries to the project? Select Add Library(s) in the Project Menu.
I don't know with stormC demo, but with the full versions you should check that you have storm.lib and amiga.lib in the project. In the project preferences the first include path is usually StormC:Include ummm and your hello world should be: #include <stdio.h> int main(void) { printf("Amiga Rules!\n"); return(0); } that should compile without any errors or warnings.
__________________
The only spanish amiga news web page/club: Club de Usuarios de Amiga de Zaragoza (CUAZ) |
||||||||
|
|
|
![]() |
| Bookmarks |
| Tags |
| demo , problems , stormc |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Commodore 128 Globe demo better than Amiga Boing Demo? | redrumloa | Alternative Operating Systems | 2 | 02-13-2008 05:59 PM |
| WO2097 demo and Warp3D problems | balrogsoft | Amiga Gaming | 6 | 11-29-2006 06:43 AM |
| Problems with state of the art demo.. | Tomas | Amiga Software Issues and Discussion | 2 | 08-28-2004 01:32 PM |
| Problems with Picasso and Stormc | Emufreak | Amiga OS -- Development | 7 | 11-28-2003 01:37 AM |
| StormC 4 and CVS | Sidewinder | Amiga OS -- Development | 5 | 03-22-2003 05:42 PM |