SOLVEEED!

I've solved it by telling PureBASIC compiler to pass this option to polink:
    
    
    /EXPORT:fileno
    

I haven't yet understood what was going on. But I do understand that his option 
exports the "fileno" symbol, which was the only one left in the error reports.

Can anyone help understand why this symbol was missing, what it refers to?

Shouldn't Nim have taken care of it? Or does Nim give for granted that some C 
code importing the header files will handle it?

It seems such a small issue, yet it kept me turning in circles for quite a long 
time...

Reply via email to