Home > Mobile >  Qt problems call a Windows function
Qt problems call a Windows function

Time:10-06

In qt call the function of the two Windows there is a problem?

CodePudding user response:

LIBS +=- lshlwapi

CodePudding user response:

Try changing GetOpenFileName to GetOpenFileNameA

CodePudding user response:

This is the cause of the lack of reference libraries, find the corresponding static library, add into the pro file is ok

CodePudding user response:

The lack of reference libraries LIBS +=- lshlwapi
  •  Tags:  
  • Qt
  • Related