I would like to use both library "windows.h" and "formatio.h".
I must use windows.h to use a really needed function called "CreateFileA" with special Flag and "WriteFile" from "windows.h".
But I would like also to use some functions from the 'formatio.h' as ScanFile, OpenFile, ReadFile, CompareString which are not part of the windows.h package.
Of course I have a complitation issue.
Does anybody have suggestion?
I am using CVI7.1 and your help will be very appreciated.