amiga.org
     
iconAll times are GMT -6. The time now is 08:34 PM. | Welcome to Forum, please register to access all of our features.

» Amiga.org » Operating System Specific Discussions » Amiga OS » Amiga OS -- Development » Problems with StormC demo

Amiga OS -- Development This particular forum deals with issues regarding development for all versions of AmigaOS.

Reply
 
Thread Tools Display Modes
Old 10-14-2002, 10:09 AM   #1
Desler
Technoid
Points: 5,646, Level: 48 Points: 5,646, Level: 48 Points: 5,646, Level: 48
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Apr 2002
Posts: 242
Default Problems with StormC demo

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!!!
Desler is offline   Reply With Quote
Old 10-14-2002, 10:41 AM   #2
jaokim
Technoid
Points: 5,325, Level: 46 Points: 5,325, Level: 46 Points: 5,325, Level: 46
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jun 2002
Posts: 199
Default Re: Problems with StormC demo

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?
jaokim is offline   Reply With Quote
Old 10-14-2002, 10:42 AM   #3
Kronos
Resident blue troll
Points: 13,368, Level: 75 Points: 13,368, Level: 75 Points: 13,368, Level: 75
Activity: 2% Activity: 2% Activity: 2%
 
Kronos's Avatar
 
Join Date: Feb 2002
Posts: 3,871
Default Re: Problems with StormC demo

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
Kronos is offline   Reply With Quote
Old 10-14-2002, 10:58 AM   #4
Desler
Technoid
Points: 5,646, Level: 48 Points: 5,646, Level: 48 Points: 5,646, Level: 48
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Apr 2002
Posts: 242
Default Re: Problems with StormC demo

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!!!
Desler is offline   Reply With Quote
Old 10-14-2002, 11:00 AM   #5
Desler
Technoid
Points: 5,646, Level: 48 Points: 5,646, Level: 48 Points: 5,646, Level: 48
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Apr 2002
Posts: 242
Default Re: Problems with StormC demo

Quote:
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?
Looks like storm dosent recognise basic parts of the code. like the 'void main()' part
__________________
The horse is a fierce predatory animal!!!
Desler is offline   Reply With Quote
Old 10-18-2002, 03:53 PM   #6
Crumb
Defender of the Faith
Points: 11,878, Level: 71 Points: 11,878, Level: 71 Points: 11,878, Level: 71
Activity: 33% Activity: 33% Activity: 33%
 
Crumb's Avatar
 
Join Date: Mar 2002
Posts: 1,724
Default Re: Problems with StormC demo

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)
Crumb is offline   Reply With Quote
Reply

Bookmarks

Tags
demo , problems , stormc

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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