home *** CD-ROM | disk | FTP | other *** search
- Path: familynews.cycor.ca!usenet
- From: gcaine@cycor.ca (gcaine)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: More
- Date: 24 Jan 1996 15:27:22 GMT
- Organization: Cycor Communications Inc., Coast to Coast Internet Services
- Message-ID: <593.6596T663T358@cycor.ca>
- References: <9601201749.AA00046@cliffe.demon.co.uk>
- NNTP-Posting-Host: skt-as011.cycor.ca
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
-
-
- >Thanks for the last lot of help but i am looking for something like this
- >but when i try too compile it i get
-
- >SAS/C Amiga Compiler 6.56
- >Copyright (c) 1988-1995 SAS Institute Inc.
-
- >====================
- > if(!(fh = fopen("T:xx", "w")))
- >Work-1:Steve1.c 41 Warning 225: pointer type mismatch
- > "BPTR" does not match "struct __iobuf *"
-
- >int main(int argc, char **argv)
- >{
- > struct WBArg *wbarg;
- > struct DiskObject *dobj;
- > UBYTE **tools,*textp;
- > BPTR fh;
- ^^^^
- Shouldn't that be FILE?
-
- Gary Caine Member: Team AMIGA
-
-