hi list I need help  I make Dynamic-link library in c I want link it from a C++ I Create .h file like this #ifdef __cplusplus extern "C" {  // only need to export C interface if               // used by C++ source code #endif __declspec( dllimport )     static void flood_loop(MAP *map, int x, int y,                           unsigned int dst_c, unsigned  int src_c); #ifdef __cplusplus } #endif but cannot work -- Think not of them, thou hast thy music too