Bentley Communities
Bentley Communities
  • Site
  • User
  • Site
  • Search
  • User
  • Welcome
  • Products
  • Support
  • About
  • More
  • Cancel
HongQiang Guo

HongQiang Guo

Likes
  • Profile
  • Activity
  • Communities
  • Friends
  • Mentions
  • Likes
  • Achievements
  • Bookmarks
  • Blog Posts
  • Questions
  • More
  • Cancel
  • RE: [MS C++]如何实现退出keyin命令

    mkt
    mkt

    郭工,我在OnDataButton里调用了ExitTool(), 然而工具并没有退出,还可以继续使用。

    • over 1 year ago
    • Bentley 中国优先社区
    • ◆ 二次开发(MicroStation编程, ProjectWise编程等)
  • 【MS CE C++】通过ElementPropertiesSetterPtr 如何设置线型 linestyle

    T-kind
    T-kind

    请问一下,通过ElementPropertiesSetterPtr 如何设置 linestyle?

    ElementPropertiesSetterPtr pPropsSetter = ElementPropertiesSetter::Create();
    pPropsSetter->SetLinestyle

    • Answered
    • over 2 years ago
    • Bentley 中国优先社区
    • ◆ 二次开发(MicroStation编程, ProjectWise编程等)
  • RE: 配置VS2005的开发环境时,无法出现语法提示,断点也无法命中

    Yongan.Fu
    Yongan.Fu

    纠正一下以上说法:MicroStation V8i版的开发官方要求是VS2005,为了能智能语法提示,您有两种选择:①安装VS的一个辅助工具以实现智能提示;②安装VS2013。
    但需要强调的是,即使安装了VS2013,我们也仅仅是用2013作为编辑器、调试器而不是作为编译器和链接器。后面两个功能仍然是用VS2005。只要你用bmake来编译V8i的代码,它会自动搜索到VS2005的cl.exe和link.exe的。
    对于大多数情况下用VS2013也能创建V8i下的代码,但对于一些特定情况,生成的代码一执行就会导致Mstn崩溃…

    • over 5 years ago
    • Bentley 中国优先社区
    • ◆ 二次开发(MicroStation编程, ProjectWise编程等)
    • _Man A
  • RE: 有关允许自定义尺寸的DialogBoxRsc的两个问题?[Microstation V8i C++]

    Yongan.Fu
    Yongan.Fu

    我在MyApp中测试了一下,如下代码可以工作。请测试:

    switch (dmP->messageType)
    	{
    	case DIALOG_MESSAGE_CREATE:
    	   dmP->u.create.interests.windowMoving	= TRUE;
    	   break;
    	case DIALOG_MESSAGE_WINDOWMOVING:
    	   if (dmP->u.windowMoving.newHeight < 180)
                    dmP->u.windowMoving…
    • over 5 years ago
    • Bentley 中国优先社区
    • ◆ 二次开发(MicroStation编程, ProjectWise编程等)
Communities
  • Home
  • Getting Started
  • Community Central
  • Products
  • Support
  • Secure File Upload
  • Feedback
Support and Services
  • Home
  • Product Support
  • Downloads
  • Subscription Services Portal
Training and Learning
  • Home
  • About Bentley Institute
  • My Learning History
  • Reference Books
Social Media
  •    LinkedIn
  •    Facebook
  •    Twitter
  •    YouTube
  •    RSS Feed
  •    Email

© 2021 Bentley Systems, Incorporated  |  Contact Us  |  Privacy |  Terms of Use  |  Cookies