MAJigsaw77 / hxdiscord_rpc

Haxe/hxcpp @:native bindings for Discord RPC.
https://lib.haxe.org/p/hxdiscord_rpc
MIT License
20 stars 7 forks source link

Strange Compile Error #3

Closed DetectiveBaldi closed 6 months ago

DetectiveBaldi commented 6 months ago

When using the latest release of the library, I get an error message when I try to compile. image This code worked fine previously however it seems to not work, although no significant changes have been made to the source. A pastebin with my code can be viewed here, although it's basically just the example in samples, with a few small changes

MAJigsaw77 commented 6 months ago

On the line 25 in your code you should add DiscordRichPresence.create();, mostly these are issues from hxcpp, not from the library itself really.

DetectiveBaldi commented 6 months ago

I tweaked the code a little bit, and that seemed to fix the issue, so ig I'll close this.

MAJigsaw77 commented 6 months ago

I tweaked the code a little bit, and that seemed to fix the issue, so ig I'll close this.

Sometimes hxcpp can do weird stuff and that's kinda it.