DPCT1079¶
Message¶
Replace “Placeholder” with the file path of the dynamic library.
Detailed Help¶
The first argument of dlopen()
or LoadLibraryA()
should be the path to the
dynamic library (for example. .so
on Linux* or .dll
on Windows*).
Suggestions to Fix¶
Build the dynamic library from the migrated module file and replace “Placeholder” with the file path.