RealtimeMeshComponent icon indicating copy to clipboard operation
RealtimeMeshComponent copied to clipboard

Using RMC with another plugin (ROSIntegration)

Open nitin-ppnp opened this issue 3 years ago • 2 comments

This might not be the RMC issue but I am asking here because I am clueless

I am using RMC with another Plugin ROSIntegration (https://github.com/code-iai/ROSIntegration) 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?

PS: I am currently using PMC for my project and it works fine without any build errors. I want to switch to RMC because the normal calculation for my procedural mesh is too costly to run per frame and dropping the frame rate significantly.

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

@nitin-ppnp did you manage to solve this?

wetoo-cando avatar May 27 '22 03:05 wetoo-cando

@wetoo-cando No, gave up on RMC

nitin-ppnp avatar May 27 '22 13:05 nitin-ppnp

Closing as this is now a replaced version of the plugin so previous issues likely won't apply exactly. If you continue to have this issue on the new version, please feel free to reopen!

Thanks!

Koderz avatar Mar 06 '23 15:03 Koderz