PerlFFI / FFI-Platypus-Lang-CPP

Documentation and tools for using Platypus with the C++ programming language
Other
4 stars 1 forks source link

Handle platforms with leading _ #4

Closed plicease closed 9 years ago

plicease commented 9 years ago

related: https://github.com/plicease/FFI-Platypus/issues/25#issuecomment-72319615

plicease commented 9 years ago

This works around it for OS X https://github.com/plicease/FFI-Platypus-Lang-CPP/commit/c732569080b3117f196ba7c3051d03198f5cd1db

Better to probe for the issue at build time and work around it at run time.

Even better is to implement the FFI::DLL::Symbols or what ever described in the Platypus issue.