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).  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         I'm hoping this is now fixed in the latest commit.  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         Delphi is little behind. Stack overhead? Memory manager overhead?  | 
  
Beta Was this translation helpful? Give feedback.
-
        
 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.  | 
  
Beta Was this translation helpful? Give feedback.
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?
Beta Was this translation helpful? Give feedback.
All reactions