I'm trying to use the Windows API TaskDialog function. As mentioned here, this function is included in the Comctl32 library. However, this function definition is missing from the comctl32.f90 file. Can I create a definition in a new module or is it more complex for calling an API function?
↧