Connecting Tech Pros Worldwide Forums | Help | Site Map

error c4439

=?Utf-8?B?RGlwZXNoX1NoYXJtYQ==?=
Guest
 
Posts: n/a
#1: Oct 12 '07
Hi all,
I am porting an code written in VC++ to VC.Net to make it manage.
I am getting one error as::
error C4439: 'function_name' : function definition with a managed type in
the signature must have a __clrcall calling convention.
code is::extern "C" __declspec(dllexport) String* APIENTRY function_name(
String* s).
Please help me out from these errors.
Thanks.


David Wilkinson
Guest
 
Posts: n/a
#2: Oct 12 '07

re: error c4439


Dipesh_Sharma wrote:
Quote:
Hi all,
I am porting an code written in VC++ to VC.Net to make it manage.
I am getting one error as::
error C4439: 'function_name' : function definition with a managed type in
the signature must have a __clrcall calling convention.
code is::extern "C" __declspec(dllexport) String* APIENTRY function_name(
String* s).
Please help me out from these errors.
Thanks.
Dipesh:

Please do not start a new thread on the same subject, especially when
you have already asked the exact same question in the original thread.

--
David Wilkinson
Visual C++ MVP
Closed Thread