Skip to content

Common FAQ.

DK edited this page Sep 26, 2023 · 2 revisions

DLL plugin has failed to load correctly. incompatible with current version of game

Author needs to specify their version independence flag in SFSEPlugin_Version data in PCH.h.

How to add new source files? How to make them show up in the solution?

Source files placed in Plugin/src directory will be linked to the project when you make/regenerate the msvc solution. Supported file extensions are '.asm', '.c', '.cc', '.cpp', '.cxx', '.h', '.hpp', '.hxx', 'inc', '.inl', '.ixx'.