Marcelo Silva Nascimento Mancini

Results 61 comments of Marcelo Silva Nascimento Mancini

Humm you sure? I have seen a lot of times dialogs which could show a message box when selecting invalid things and it would back to selecting the thing. Btw...

Humm usually I saw them showing without closing the window, but that's ok for now

> Rest arguments section needs a link to or at least a mention of `haxe.Rest` API I added that and a notice that it is also possible to use spread...

> No, this needs a more elaborate introduction to clarify that we don't support full overloads and such things. The documentation for this has to be approached differently, so I...

Yea, a table with things like: d.manyProjectsThreshold, d.disabledRootGlobs. Those things would be really helpful

This is the error I get: ``` data >=0.0.0 @modules\data depends on hipengine_api >=0.0.0 @hipreme_engine ~master depends on hipengine_api >=0.0.0 @C:\Users\Hipreme\Documents\Programming\D\HipremeEngine ``` Which usually happens when you have 2 projects...

Usually we have the zig zag red line with 'the class ComponentA does not implement the methods (method list) from (class or interface) Component

How can I solve FATAL_ERROR,SDL2::SDL2 and/or SDL2::SDL2main don't seem to contain any kind of IMPORTED_IMPLIB* or IMPORTED_LOCATION* CMake Error at C:/Users/Hipreme/Documents/Redist/SDL2-2.0.16/SDL2Config.cmake:94 (get_filename_component) ? It is related to not finding SDL2Targets.cmake....

I was able to generate SDL2Targets.cmake by: cmake --configure sdlDir cmake --build . --target install It would be really enlightening having those build instructions somewhere. But I still need to...

So I discovered that the problem seems to be that it dependends on kernel32.dll, if you guys have any idea on how to solve that, I would be happy