Advertisement
Guest User

Untitled

a guest
Aug 15th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ..\cpp_ffi.cpp: In function 'void NimMainModule()':
  2. ..\cpp_ffi.cpp:93:9: error: request for member 'greet' in '"Woop"', which is of non-class type 'const char [5]'
  3. "Woop".greet();
  4. ^~~~~
  5. ..\cpp_ffi.cpp:95:18: error: 'print_something' was not declared in this scope
  6. print_something();
  7. ^
  8. Hint: [Link]
  9. g++.exe: error: ..\cpp_ffi.o: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement