gdnative_cpp_example icon indicating copy to clipboard operation
gdnative_cpp_example copied to clipboard

GDNative C++ example for tutorial

Results 6 gdnative_cpp_example issues
Sort by recently updated
recently updated
newest added

When I try the plugin compile `scons platform=windows generate_bindings=yes x64=yes` into gdnative_cpp_example of the [GDNative Tutorial](https://docs.godotengine.org/es/stable/tutorials/scripting/gdnative/gdnative_cpp_example.html) it gives me this error: `scons: Reading SConscript files ... scons: done reading SConscript...

Currently, the `SConstruct` file isn't specifying any variables to generate the program database (.pdb) file for the native code in the debug configuration on Windows. I think it should default...

Not initialising time_emit under GDExample::_init() prevent signal from firing.

**OS/device including version:** Windows 8.1 64bit, 8GB AMD FX 6350 6 core Recent VS2017 install Dev prompt may be needed to build libgdexample on Win8.1 http://docs.godotengine.org/en/latest/tutorials/plugins/gdnative/gdnative-cpp-example.html **Builds successfully from a...

**OS**: Debian Buster **Steps to reproduce** ``` $ cd godot-cpp $ scons platform=linux headers=../godot_headers generate_bindings=yes $ cd .. $ scons platform=linux ``` **Expected results** Builds without errors **Actual results** ```...