Forum Discussion
rbris
New Contributor
7 years agoNooraini,
Thank you for your email with its URL. I downloaded the files from the URL you sent me. I followed the ReadMe instructions (as before) then created a project using the .C files from the download. (NOTE: There are only 4 “.C” files in the files I downloaded from your URL. There were 12 in the other download).
I changed the PORT from WINDOWS to EMBEDDED.
I commented out those .H files that the build complained it could not open.
I built the project.
Eventually, the build got down to exactly the same result as the other code I downloaded. Both builds have 3 errors and 33 warnings that I need to eliminate to achieve a successful build. The issues are:
o Error[Pe020]: identifier "FILE" is undefined C:\JAM STAPL player jbi22\jbi_22\code\JBISTUB.C 866
o Error[Pe020]: identifier "fp" is undefined C:\JAM STAPL player jbi22\jbi_22\code\JBISTUB.C 866
o Error[Pe070]: incomplete type is not allowed C:\JAM STAPL player jbi22\jbi_22\code\JBISTUB.C 867
o Warning[Pe223]: function "fprintf" declared implicitly C:\JAM STAPL player jbi22\jbi_22\code\JBISTUB.C 885
o . . .
o Warning[Pe223]: function "fopen" declared implicitly C:\JAM STAPL player jbi22\jbi_22\code\JBISTUB.C 1051
o etc. . . .
So, my question remains the same. Where do I get the functions and definitions required to eliminate the remaining 3 errors and 33 warnings?
Best regards,
RABrisk