U++ framework
Do not panic. Ask here before giving up.

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: 3460
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: Wed Jul 08 15:51:43 GMT+2 2026

Total time taken to generate the page: 0.00837 seconds