Thanks. Funny how MSVC++ let that that typo slip by as just a warning.
Darn last-minute changes get me every time.
-Nathan
Chris Huff <chr### [at] yahoocom> wrote...
> I have just compiled a Mac version of MegaPOV. However, CodeWarrior gave
> me this error:
> Error : cannot convert
> 'struct Media_Struct **' to
> 'struct Media_Struct *'
> MEDIA.C line 474 IMEDIA *AA_Search_Media=Media_List;
>
> I haven't had a chance to look at the code and make sure this fix is
> correct, but I changed the line
> IMEDIA *AA_Search_Media=Media_List;
> to
> IMEDIA *AA_Search_Media = *Media_List;
> and all seems well.
>
> --
> Chris Huff
> e-mail: chr### [at] yahoocom
> Web page: http://chrishuff.dhs.org/
Post a reply to this message
|