zoukankan      html  css  js  c++  java
  • ProE二次开发之VS2005+ProE Wildfire 4.0开发环境配置

    下载:配置文档

    一、新增头文件路径

    **********************Include Files*********************
    Tools->Options->Projects and Solutions->VC++ Directories->Include files
    [ProE Path]\protoolkit\includes
    [ProE Path]\prodevelop\includes
    [ProE Path]\protoolkit\protk_appls\includes

    二、新增库文件路径

    **********************Library files*********************
    Tools->Options->Projects and Solutions->VC++ Directories->Library files
    [ProE Path]\protoolkit\i486_nt\obj
    [ProE Path]\prodevelop\i486_nt\obj

    三、对应同步模式开发之Dll程式

    1、增加静态库文件

          [Linker->Input]   Additional:
          ------------------

      mpr.lib
      wsock32.lib
      psapi.lib
      protk_dllmd.lib
      prodev_dllmd.lib

    四、对应异步模式之Exe程式

    首先设置环境变量:PRO_COMM_MSG_EXE  = <ProE Path>\i486_nt\obj\pro_comm_msg.exe

    如本人的电脑上设置的PRO_COMM_MSG_EXE = F:\PTC\Wildfire4\i486_nt\obj\pro_comm_msg.exe

    1、增加静态库文件

          [Linker->Input]   Additional:
          ------------------

      wsock32.lib
      mpr.lib
      psapi.lib
      protkmt.lib
      ptasyncmt.lib  

    2、忽略静态库文件

         Release版本Ignore:
         -----------------
         msvcrt.lib

         Debug版本Ignore:
         -----------------
         msvcrtd.lib

  • 相关阅读:
    组件间通信
    Android抓包方法(一)之Fiddler代理
    汉字转拼音
    post请求参数问题
    post请求参数设置
    swagger
    IfcPresentationDefinitionResource(介绍定义资源)
    Java计算两个日期之间的时间差(毫秒数)
    IfcPresentationAppearanceResource(外观定义资源)
    IfcMeasureResource(度量资源)
  • 原文地址:https://www.cnblogs.com/Hisin/p/2431925.html
Copyright © 2011-2022 走看看