- Joined
- Jun 7, 2024
- Messages
- 1,108
- Solutions
- 29
- Reaction score
- 1,162
- Points
- 113
In your Neuz project on the Source files folder:
Put this in your common defines
Now follow the steps :
Step #1
Go to WndFiled.h and look for
Add right after :
Step #2
Go to WndFiled.cpp
Look for :
Add right after :
Look for:
Add right after :
Look for:
Add right after :
Step #3
Go to DPCertified.h and look for
Add right after :
look for
Add right after :
Go to DPCertified.cpp look for
Add right after :
Step #4
Go to DPCertifier.cpp and look for
Add right after :
- Right click -> new element and select header file (rename it httplib.h)
- Copy the code from https://raw.githubusercontent.com/yhirose/cpp-httplib/master/httplib.h and paste it in your project.
Put this in your common defines
Now follow the steps :
Step #1
Go to WndFiled.h and look for
Add right after :
Step #2
Go to WndFiled.cpp
Look for :
Add right after :
Look for:
Add right after :
Look for:
Add right after :
Step #3
Go to DPCertified.h and look for
Add right after :
look for
Add right after :
Go to DPCertified.cpp look for
Add right after :
Step #4
Go to DPCertifier.cpp and look for
Add right after :