Evan T
06-03-2009, 11:17 PM
I'm trying to convert some of my LF90 programs to LF95.
In using the winapi, I DLL_IMPORT a bunch of functions. Most of them come in fine, but GetSaveFileName and GetOpenFileName both fail. In LF90, I was able to access these functions as
dll_import GetSaveFileNameA,GetOpenFileNameA
INTEGER :: GetSaveFileNameA,GetOpenFileNameA
Any suggestions on the new names? Or what functions I might use to open a File Save or File Open dialog box?
The program has to run in XP.
In using the winapi, I DLL_IMPORT a bunch of functions. Most of them come in fine, but GetSaveFileName and GetOpenFileName both fail. In LF90, I was able to access these functions as
dll_import GetSaveFileNameA,GetOpenFileNameA
INTEGER :: GetSaveFileNameA,GetOpenFileNameA
Any suggestions on the new names? Or what functions I might use to open a File Save or File Open dialog box?
The program has to run in XP.