-

   rss_forum_sources_ru

 - e-mail

 

 -

 LiveInternet.ru:
: 29.07.2007
:
:
: 80

:


++ Linux

, 17 2020 . 19:44 +
:
Sunless @
, , extern "C", .

. .
:
    //---------------------------------------------------------------------------
    // file boostintmod.cpp 2018.09.12
    //---------------------------------------------------------------------------
    #include "stdafx.h"
    #include "project.h"
    // -
    //---------------------------------------------------------------------------
    extern "C"
    {
    int install (int argc,char* argv[]);
    int uninstall (void);
    void SetTest (bool bT);
    // _init() - ( );
    int _init (void);
    // _fini() - .
    int _fini (void);
    }
    //---------------------------------------------------------------------------
    //---------------------------------------------------------------------------
    int _init()
    {
    int iRetC=-1;
    // -
    return iRetC;
    }
    //---------------------------------------------------------------------------
    int _fini()
    {
    int iRetC=-1;
    // -
    return iRetC;
    }
    //---------------------------------------------------------------------------
    void SetTest(bool bT)
    {
    // -
    }
    //---------------------------------------------------------------------------
    int install (int argc,char* argv[])
    {
    // -
    return iRetC;
    }
    //---------------------------------------------------------------------------
    int uninstall (void)
    {
    // -
    return iRetC;
    }

.so

https://forum.sources.ru/index.php?showtopic=419682&view=findpost&p=3838962

:  

: [1] []
 

:
: 

: ( )

:

  URL