What is a FIC file? The FIC file in WinDev is a compiled version of a HyperFileSQL Database. The acronym FIC stands for “Fichier de Code” in French, which translates to “Code File” in English. In WINDEV, a FIC file is a compiled file that contains the executable code of a project. The file has the extension .fic and it is created when you compile a WINDEV project. Once a project is compiled into a FIC file, it can be distributed to users as an executable program or an installation pac...