ROSIntegration icon indicating copy to clipboard operation
ROSIntegration copied to clipboard

Using ROSIntegration with another plugin (RuntimeMeshComponent

Open nitin-ppnp opened this issue 4 years ago • 0 comments

I am using ROSIntegration with another Plugin RuntimeMeshComponent (https://github.com/TriAxis-Games/RuntimeMeshComponent) and facing this build error

..\plugins\runtimemeshcomponent\source\runtimemeshcomponent\public\RuntimeMeshReference.h(81): error C2039: '_InterlockedDecrement': is not a member of 'FWindowsPlatformAtomics'

Both the plugins are working fine individually, but I am getting this error when I am using both of them in my project. I did not found much on the internet but someone posted that windows native headers are responsible for this. They are used in the ROSIntegration plugin. Is there any solution to this issue?

nitin-ppnp avatar Jun 01 '21 18:06 nitin-ppnp