Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Function Signature Decoration
Function Signature Decoration [message #768112] Mon, 19 December 2011 10:49 Go to next message
Eclipse UserFriend
I'm trying to compile a C++ shared object library to be used as an API from an OpenEdge application. When I call the library object, I'm getting an "Could not find the entrypoint (3260)" error.

In my research, the problem may be because function names are being decorated to the full function signature as per C++ standard. Is there a way to fix this through Eclipse?
Re: Function Signature Decoration [message #768119 is a reply to message #768112] Mon, 19 December 2011 11:04 Go to previous message
Eclipse UserFriend
Issue was resolved by specifying "extern "C"" in the function prototype.
Previous Topic:How to clean workspace paths?
Next Topic:vera++ Code Style Tool Integration
Goto Forum:
  


Current Time: Thu Jul 10 18:47:26 EDT 2025

Powered by FUDForum. Page generated in 0.06901 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top