NX二次开发 UFUN面上动态点 UF_UI_select_with_single_dialog

NX二次开发 UFUN面上动态点 UF_UI_select_with_single_dialog

#if ! defined ( __hp9000s800 ) && ! defined ( __sgi ) && ! defined ( __sun )
#   include 
#   include 
    using std::ostrstream;
    using std::endl;    
    using std::ends;
    using std::cerr;
#else
#   include 
#   include 
#endif
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include  
#include 
#include  
#include 
#include 
#include 

#define UF_CALL(X) (report_error( __FILE__, __LINE__, #X, (X)))
static int report_error( char *file, int line, char *call, int irc)
{
    if (irc)
    {
        char err[133],msg[133];
        sprintf(

你可能感兴趣的:(2丶UFUN,ui,c++,开源)