Doug Binks

Results 176 comments of Doug Binks

This is a little more complex than I'd hoped. Currently, using the default provided instructions, cmake and glfw2.7 binaries included adding Xrandr is not required and will fail if the...

If the library and your main executable are both linked against the same version of the RuntimeObjectSystem library then the class registration via [PerModuleInterface::GetInstance()->AddConstructor( this )](https://github.com/RuntimeCompiledCPlusPlus/RuntimeCompiledCPlusPlus/blob/master/Aurora/RuntimeObjectSystem/ObjectInterfacePerModule.h#L121) should register the class...

> any classes that have the REGISTERSINGLETON macro outside of its own class. I don't quite understand what you mean by this. > A work around so far has been...

> Could it be that the entire class is being optimized out when it is within the subModule, but not when it is within Main.exe? As moving RuntimeObject01 from SubModule...

If any function which references the constructor is included, then I think this should force the constructor and the registered class to be included in linking. A quick test of...

I can't yet find a simple generic way to force the linker to always compile & link a runtime compiled class which is in a static library. The only approach...

You should only need libfreetype, but you should be able to [use the one provided](https://github.com/RuntimeCompiledCPlusPlus/RuntimeCompiledCPlusPlus/tree/master/Aurora/External/support/lib).

OK - then if the libs are in lib/MinGW that should be fine (named for whether they are 64bit or 32bit versions).

This feature request is specifically for multiple contexts with the primary use case being threaded loading of resources, rather than multithreaded rendering. A PR #1870 exists, but there is no...

I have updated to master and merged so that the PR is ready for review/merging.