Skip to content
Joël R. Langlois edited this page Feb 7, 2018 · 2 revisions

Hosting Plugins

  • Visual Studio should have /NXCOMPAT:NO /DYNAMICBASE:NO so as to support hosting some "very special" plugins.
  • Third party plugins tend to fuck with the CPU floating-point systems. You might have to check for denormalisation flags and clear/reset the FPU system on all threads.
Clone this wiki locally