From: | David McMinn |
Date: | 19 Sep 2001 at 18:48:37 |
Subject: | [amiga-c] RE: StormC problems...ekk! |
Hi Allen
>How do I, using StormC 3 include a precompiled object? I have written
>a few classes which I want to use all over the place, i.e in different
>programs. I have add them into the project and the appear in the
>project manager as Objects but the linker will fail.
1) You have #include'd some header file to define the classes so your source
code knows about them?
2) Are the objects in a format Storm will understand? I don't know what it's
compatibility is like, and there is suposed to be a standard Amiga object
format, but you know how things go :)
It's also a good idea I think to make sure all your compiler options are the
same when you are compiling the object files and your programs, i.e. data
model, cpu, debugging, etc.
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/