Search found 2 matches
- Thu Sep 21, 2017 17:17
- Forum: Developers Developers Developers
- Topic: R6 not loading FFGL plugin
- Replies: 2
- Views: 6542
Re: R6 not loading FFGL plugin
Thank you, I've ported my code to the repo you've linked, works just fine in R6 now.
- Wed Sep 20, 2017 17:45
- Forum: Developers Developers Developers
- Topic: R6 not loading FFGL plugin
- Replies: 2
- Views: 6542
R6 not loading FFGL plugin
I have a custom FFGL plugin that works on R4. I wanted to try it out in R6 today, but it wasn't showing up in the list. I assumed the switch from x86 to x64 was to blame, so I recompiled the .dll for 64 bit following these steps: https://msdn.microsoft.com/en-us/library/9yb4317s.aspx . However, now ...