Download Pelles C here: http://www.pellesc.se

The file name used to initialize the File Name edit control.
The first character of this buffer must be NULL if initialization
is not necessary. When the GetOpenFileName or GetSaveFileName
function returns successfully, this buffer contains the drive
designator, path, file name, and extension of the selected file.Windows 7:
If lpstrInitialDir has the same value as was passed the
first time the application used an Open or Save As dialog box,
the path most recently selected by the user is used as the
initial directory.
Otherwise, if lpstrFile contains a path, that path is
the initial directory.Windows 2000/XP/Vista:
If lpstrFile contains a path, that path is the initial directory.
Otherwise, lpstrInitialDir specifies the initial directory.Quote from: TimoVJL on June 30, 2026, 12:51:55 PMJust Enable Microsoft extensions to remove warningGood to know that, thanks for your help. The F1 help is great too, for anyone else new to Pelles C.
Quote...\MyDLL\pelles\pelles.c(3): warning #2203: Function 'my_function' can't be __stdcall, changed to __cdecl.Just Enable Microsoft extensions to remove warning
Page created in 0.065 seconds with 15 queries.