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

posted on 2012-04-04 14:01  wangyao1052  阅读(1874)  评论(0编辑  收藏  举报

导航