1) It is, indeed, a plugin and not a DLL
2) The plugin uses Asm-created graphic routines. No DBPro routines
3) The plugin is not multi-thread
Upon further testing, I've indicated the problem is backbuffer related. My routine draws to an allocated buffer. The buffer is then copied to the DBPro backbuffer. It is the copying that is slowing the process. If I remove DBPro's
copy memory statement, the routines FPS increases from 6FPS to 120+ FPS. Is there any known fast method to copy to DBPro's backbuffer?