GrannyConverterLibrary icon indicating copy to clipboard operation
GrannyConverterLibrary copied to clipboard

Any possibility of a release/download?

Open PaulloDEC opened this issue 1 year ago • 2 comments

Hi there, I'm very interested in this project, but as someone with no experience building projects from Github I'm having trouble getting a working build in QT Creator. Is there any chance you could provide a build for download? Failing that, I'll include the error I'm getting below. Cheers, Paul.

D:\Paul\GR2FBX\src\gcl\bindings\track.h:25: error: 'shared_ptr' does not name a type; did you mean 'CharUpper'? In file included from D:\Paul\GR2FBX\src\gcl\bindings\track.cpp:1:0: D:/Paul/GR2FBX/src/gcl/bindings/track.h:25:23: error: 'shared_ptr' does not name a type; did you mean 'CharUpper'? using SharedPtr = shared_ptr<Track>; ^~~~~~~~~~ CharUpper

PaulloDEC avatar Apr 12 '23 06:04 PaulloDEC