Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

c example #41

Closed
shakfu opened this issue Mar 18, 2023 · 1 comment
Closed

c example #41

shakfu opened this issue Mar 18, 2023 · 1 comment

Comments

@shakfu
Copy link

shakfu commented Mar 18, 2023

Hi @blueloveTH

Very cool project. Thanks very sharing!

Incidentally, I had trouble compiling the c-example on macOS 12.6.3 (Monterey) x86_64 without changing this line

VM* vm = pkpy_new_vm(true);

to

pkpy::VM* vm = pkpy_new_vm(true);

using

clang++ --std=c++17 -o demo demo.cpp
@shakfu shakfu closed this as completed Mar 19, 2023
blueloveTH added a commit that referenced this issue Mar 19, 2023
@blueloveTH
Copy link
Collaborator

Thanks for your report. It has been fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants