Welcome, Guest. Please login or register.

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

Description:

0 Members and 1 Guest are viewing this topic.

Offline Crumb

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1786
  • Country: 00
    • Show all replies
    • http://cuaz.sourceforge.net
Re: Problems with StormC demo
« 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)