skip to Main Content

Visual Studio Code – Problems creating GDExtension

I would like to create modules for Godot using C++. For that I followed this tutorial https://docs.godotengine.org/en/stable/tutorials/scripting/gdextension/gdextension_cpp_example.html. I'm using the following environment : MSYS2 with g++ v13.2 on Windows 11, python 3.11.4 and Visual Studio Code. So, I cloned this…

VIEW QUESTION

Azure – Microsoft.Graph.Models.ODataErrors.ODataError exception. Where can I find details?

I'm currently researching Microsoft Graph API using .net and Microsoft.Graph Client Library 5.0.0 (https://www.nuget.org/packages/Microsoft.Graph/) and a GraphTutorial console app (https://developer.microsoft.com/en-us/graph#get-started). When trying to grab my outlook calendar via the API, I'm getting Microsoft.Graph.Models.ODataErrors.ODataError exception. The problem is that it's not…

VIEW QUESTION
Back To Top
Search