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

string converstion missing #40

Open
magick93 opened this issue Sep 3, 2017 · 0 comments
Open

string converstion missing #40

magick93 opened this issue Sep 3, 2017 · 0 comments

Comments

@magick93
Copy link

magick93 commented Sep 3, 2017

Hello

I am getting lots of c++ compiliation errors regarding strings, eg:

INFO] src/mylib_structs.cpp:245:74: error: ‘setStringFields’ was not declared in this scope
[INFO]   if (lpObject1 != NULL) setStringFields(env, lpObject1, &lpStruct->status);
[INFO]                                                                           ^
[INFO] src/mylib_structs.cpp:249:75: error: ‘setStringFields’ was not declared in this scope
[INFO]   if (lpObject1 != NULL) setStringFields(env, lpObject1, &lpStruct->regdate);
[INFO]                                                                            ^
[INFO] src/mylib_structs.cpp:253:76: error: ‘setStringFields’ was not declared in this scope
[INFO]   if (lpObject1 != NULL) setStringFields(env, lpObject1, &lpStruct->lastdate);

I understand strings are automatically converted. But I cannot see how.
The hawtjni.c file doesnt implement any string conversions.

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

1 participant