Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » ctrllib.icpp there was errors
Re: ctrllib.icpp there was errors [message #41646 is a reply to message #41643] Tue, 07 January 2014 16:33 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3359
Registered: August 2008
Senior Veteran
Hello Masu

__cdecl and extern "C" do not mean the same: While _cdecl refers to the “C” calling convention, extern "C" refers to the “C” naming convention.

extern “C” is used in C++ code to indicate that the function is “C” function and the compiler should not mangle function name.

Please confirm that you can compile and link successfully in both 32 and 64 bits. The linker will require the extern "C" as _clearfp() follows "C" naming.


Best regards
Iñaki
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to install Upp under Ubuntu 12.04 from PPA
Next Topic: How can I make a menu item display in bold?
Goto Forum:
  


Current Time: Sat May 04 21:05:12 CEST 2024

Total time taken to generate the page: 0.02603 seconds