Welcome, Guest. Please login or register.

Author Topic: Problems with StormC demo  (Read 11973 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline DeslerTopic starter

  • Full Member
  • ***
  • Join Date: Apr 2002
  • Posts: 242
    • Show only replies by Desler
Problems with StormC demo
« on: October 14, 2002, 05:09:39 PM »
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!!!
 

Offline jaokim

  • Full Member
  • ***
  • Join Date: Jun 2002
  • Posts: 205
    • Show only replies by jaokim
Re: Problems with StormC demo
« Reply #1 on: October 14, 2002, 05:41:58 PM »
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?
 

Offline Kronos

  • Resident blue troll
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4017
    • Show only replies by Kronos
    • http://www.SteamDraw.de
Re: Problems with StormC demo
« Reply #2 on: October 14, 2002, 05:42:10 PM »
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
 

Offline DeslerTopic starter

  • Full Member
  • ***
  • Join Date: Apr 2002
  • Posts: 242
    • Show only replies by Desler
Re: Problems with StormC demo
« Reply #3 on: October 14, 2002, 05:58:55 PM »
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!!!
 

Offline DeslerTopic starter

  • Full Member
  • ***
  • Join Date: Apr 2002
  • Posts: 242
    • Show only replies by Desler
Re: Problems with StormC demo
« Reply #4 on: October 14, 2002, 06:00:50 PM »
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!!!
 

Offline Crumb

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1786
  • Country: 00
    • Show only replies by Crumb
    • http://cuaz.sourceforge.net
Re: Problems with StormC demo
« Reply #5 on: October 18, 2002, 10:53:12 PM »
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
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)