[solved] "crt/unistd.bi" ?

External libraries (GTK, GSL, SDL, Allegro, OpenGL, etc) questions.
Post Reply
D.J.Peters
Posts: 8603
Joined: May 28, 2005 3:28
Contact:

[solved] "crt/unistd.bi" ?

Post by D.J.Peters »

For a part of unzip in my library assimp I need the define of "off_t" so i incuded "crt/unistd.bi"
but on windows I get: FreeBASIC\inc\crt\win32\unistd.bi(15) error 23: File not found, "crt/getopt.bi" in '#include "crt/getopt.bi"'
Are my include files corrupt or is it a known bug ?

Thanx Joshy
Last edited by D.J.Peters on Jul 17, 2024 2:11, edited 1 time in total.
D.J.Peters
Posts: 8603
Joined: May 28, 2005 3:28
Contact:

Re: "crt/unistd.bi" ?

Post by D.J.Peters »

I got it I have only to #include "crt.bi" :-)

Joshy
Post Reply