error c4439

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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_Sharma said:
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.
 
Back
Top