CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: LouisCypher

Search: Search took 0.02 seconds.

  1. Re: "extern "C" void (*)(int)" cannot be converted to type "void (*)(int)"

    1 // ConsoleClose.cpp
    2
    3 #include "StdAfx.h"
    4
    5 #include "ConsoleClose.h"
    6
    7 #include <signal.h>
    8
    9 static int g_BreakCounter = 0;
    10 ...
  2. Re: "extern "C" void (*)(int)" cannot be converted to type "void (*)(int)"

    Hello,

    thank you for the reply - this code compiles successfully on cygwin unix emulator. Looks like it's up to compiler (IBM XL C/C++ in my case). What can be done in code to resolve this ?
    ...
  3. "extern "C" void (*)(int)" cannot be converted to type "void (*)(int)"

    Hello,

    could you help me with the following error ?

    1 // ConsoleClose.cpp
    2
    3 #include "StdAfx.h"
    4
    5 #include "ConsoleClose.h"
    6
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured