Repo for Gazebo 9 development. Starting from entity_component_system_prototype branch on gazebo repo. This repo will be merged back into the gazebo repo in the future.
0
stars
1
forks
source link
Determine if typeid works accross DLL boundaries on windows #29
There seem to be a lot of mentions that RTTI/typeid() does not work accross DLL boundaries on windows. If that's the case most APIs on Entity, EntityComponentDatabase, and EntityQuery have to change.
I've done some googling, but haven't found conclusive documentation. Testing this would be a good idea.
Original report (archived issue) by Shane Loretz (Bitbucket: Shane Loretz, GitHub: sloretz).
There seem to be a lot of mentions that RTTI/typeid() does not work accross DLL boundaries on windows. If that's the case most APIs on
Entity
,EntityComponentDatabase
, andEntityQuery
have to change.I've done some googling, but haven't found conclusive documentation. Testing this would be a good idea.