cpp_dll export error #459
Replies: 4 comments 1 reply
|
Oops, yes, that's poor design and needs fixing. Edit:
I'm presuming you mean that clipper.h has functions named using classnames (which is confusing). |
|
I'm hoping this is now fixed in the latest commit. |
|
Delphi is little behind. Stack overhead? Memory manager overhead? |
Yes, it's slower. Sadly the relatively small Delphi user base means that Embacadero can't compete with the likes of Microsoft and the resources they can throw at their C++ compiler. |
Uh oh!
There was an error while loading. Please reload this page.
hi.
cpp_dll now exports properly, but an error is reported when using it. I found that in the clipper.h file, the classes RectClip and RectClipLine have methods with the same name, and the VS compiler prompts that "rc" uses an undefined class "Clipper2Lib::RectClip::RectClip" in line 204, how to solve it?
All reactions