We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug hello guys. this the first time i am using objectbox with c++ that give me that error :
Basic info (please complete the following information):
To Reproduce See error
Code
#include "main.h" #include "objectbox.hpp" #include "objectbox-model.h" #include "task.obx.hpp" #include "stdio.h" using namespace std;
int main() { printf("Using ObjectBox version %s\n", obx_version_string());
obx::Store store(create_obx_model());
return 0 }
Logs, stack traces Severity Code Description Project File Line Suppression State Details Error LNK1120 4 unresolved externals C:\Users\myPc\source\repos\pro_one\out\build\x64-debug\pro_one C:\Users\myPc\source\repos\pro_one\out\build\x64-debug\pro_one.exe 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
hello guys.
this the first time i am using objectbox with c++ that give me that error :
Basic info (please complete the following information):
To Reproduce
See error
Code
#include "main.h"
#include "objectbox.hpp"
#include "objectbox-model.h"
#include "task.obx.hpp"
#include "stdio.h"
using namespace std;
int main()
{
printf("Using ObjectBox version %s\n", obx_version_string());
return
0
}
Logs, stack traces
Severity Code Description Project File Line Suppression State Details
Error LNK1120 4 unresolved externals C:\Users\myPc\source\repos\pro_one\out\build\x64-debug\pro_one C:\Users\myPc\source\repos\pro_one\out\build\x64-debug\pro_one.exe 1
The text was updated successfully, but these errors were encountered: