Is there any way to prevent ecc from mangling names of C functions?
For example, in CocoaDispatch.ec:
- Code: Select all
bool CocoaDispatch_OnCreate(EcereWindowRef ref);
the symbol CocoaDispatch_OnCreate gets transformed to ___ecereNameSpace__ecere__gui__drivers__CocoaDispatch_OnCreate. I would prefer to use the original function name than the one generated by ecc.
Thanks!