UG/NX二次开发(消息框)

#include <uf.h>
#include <uf_ui.h>
extern "C" DllExport void ufusr(char* param, int* retcode, int param_len)
{
    uc1601("大jiji", 1);
}

extern "C" DllExport int ufusr_ask_unload()
{
    return UF_UNLOAD_IMMEDIATELY;//一般都用这个,方便调试
}

 

posted @ 2023-02-02 16:09  DST2022  阅读(56)  评论(0编辑  收藏  举报