JXLee33
JXLee33
I have the same problem. You can try to add extern int ccdGJKIntersect(const void *obj1, const void *obj2, const ccd_t *ccd) before main() function. And if you find red line...
Warning means you can run it but you still have some potential problem. In most situation, it is just a useless hint. It depends on your compiler. ------------------ 原始邮件 ------------------ 发件人: "Mikez2015"
Please tell me your compiler, if you use visual stdio2015, maybe I could give you my test program. ------------------ 原始邮件 ------------------ 发件人: "Mikez2015"
This is a test program for cube, open libccdtest.sln, maybe it works. ------------------ 原始邮件 ------------------ 发件人: "Mikez2015"
At first, I used the link as I said in the comment.But then I found that it is more convenient to put some files directly into the project.I couldn't find...