Coder Social home page Coder Social logo

Add Appveyor integration about rmlui HOT 7 CLOSED

mikke89 avatar mikke89 commented on September 4, 2024
Add Appveyor integration

from rmlui.

Comments (7)

viciious avatar viciious commented on September 4, 2024

The compiler error looks legit to me. I think that forward declaring a type and then using it as a field or as an array primitive is undefined behaviour.

from rmlui.

mikke89 avatar mikke89 commented on September 4, 2024

Forward declaring it is fine as long as the underlying type is not used. We could solve this by declaring all the destruct/copy/move/destruct members of the parent class, but we might as well just include the header to solve it.

from rmlui.

mikke89 avatar mikke89 commented on September 4, 2024

Does this mean you are giving the C++17 version a go? :)

from rmlui.

viciious avatar viciious commented on September 4, 2024

no, why? :P

from rmlui.

viciious avatar viciious commented on September 4, 2024

I'm getting the following issues now:

ElementInfo.obj : error LNK2019: unresolved external symbol "class Rocket::Core::StringBase<char> __cdecl Rocket::Core::ToString(class Rocket::Core::Transform const &)" (?ToString@Core@Rocket@@YA?AV?$StringBase@D@12@AEBVTransform@12@@Z) referenced in function "public: static bool __cdecl Rocket::Core::TypeConverter<class std::shared_ptr<class Rocket::Core::Transform>,class Rocket::Core::StringBase<char> >::Convert(class std::shared_ptr<class Rocket::Core::Transform> const &,class Rocket::Core::StringBase<char> &)" (?Convert@?$TypeConverter@V?$shared_ptr@VTransform@Core@Rocket@@@std@@V?$StringBase@D@Core@Rocket@@@Core@Rocket@@SA_NAEBV?$shared_ptr@VTransform@Core@Rocket@@@std@@AEAV?$StringBase@D@23@@Z) [C:\projects\librocket\Build\RocketDebugger.vcxproj]
ElementDataGridRow.obj : error LNK2019: unresolved external symbol "public: static double __cdecl Rocket::Core::Clock::GetElapsedTime(void)" (?GetElapsedTime@Clock@Core@Rocket@@SANXZ) referenced in function "public: bool __cdecl Rocket::Controls::ElementDataGridRow::UpdateChildren(void)" (?UpdateChildren@ElementDataGridRow@Controls@Rocket@@QEAA_NXZ) [C:\projects\librocket\Build\RocketControls.vcxproj]

from rmlui.

viciious avatar viciious commented on September 4, 2024

Please do not close unresolved issues

#13

from rmlui.

mikke89 avatar mikke89 commented on September 4, 2024

You're right, thank you! Still learning :)

from rmlui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.