Ryan McKinley (rmckinle++at++curly.ucsd.edu)
Tue, 1 Jul 1997 18:01:51 -0700 (PDT)
I'm trying to declare an array of pfDCS's. I tried:
pfDCS dcsArray[4];
and get the error: "storage size for 'dcsArray' isn't known"
if I try:
pfDCS *dcsArray;
dcsArray = (pfDCS*) pfCalloc(4, sizeof(pfDCS), NULL );
I get the error:
"Reference of an expression of void type or an incomplete type."
I think I have all the proper include files and compilation links. What
am I doing wrong?
Ryan McKinley
=======================================================================
List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
Submissions: info-performer++at++sgi.com
Admin. requests: info-performer-request++at++sgi.com
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:55:33 PDT