Pelles C forum

C language => Beginner questions => Topic started by: kc2idv on October 26, 2010, 03:36:49 AM

Title: POLINK: error: Unresolved external symbol '_fptr'.
Post by: kc2idv on October 26, 2010, 03:36:49 AM
I am teaching a glass in C programming and one of my students came up with this error. All modules compile without errors but the build throws this error, the help file doesn't list the _fptr. Can anyone tell me what compiler linker option is causing this?
Title: Re: POLINK: error: Unresolved external symbol '_fptr'.
Post by: lingo on October 26, 2010, 07:53:49 AM
Hi,

look inside the sources of your scholar. There may be defined this fptr!
Otherwise, if we should help you, we need the sources also.

HTH
lingo