JaciBrunning / Pathfinder

Cross-Platform, Multi-Use Motion Profiling and Trajectory Generation
MIT License
255 stars 78 forks source link

Malloc error with c++ #56

Closed ebot1234 closed 5 years ago

ebot1234 commented 5 years ago

Every time I use the malloc function and build my project it just simply states that there is an invalid conversion from void* to segment.

ebot1234 commented 5 years ago

Fixed it, malloc is a little different in c++ than C.