• Ways to deploy my DLL to Microstation MA file

    Ajomon George
    Ajomon George
    I am trying to find a way to deploy my dll built in c++ to my microstation application. Could you please suggest the steps to deploy it and convert to microstation ma and dll file? I am using Micrstation v8i SS6.
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • MDL .ma to Native code: setup and updating an old MDL application to native code/VS for v8i SS10

    Gary Shay
    Gary Shay
    Hi all - the new year's come around and we've got some new requests from our Engineering group that need to be addressed. The biggest one is an update to an automation program that was written in MDL and limped along in the old environment through v8i…
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • MicroStation V8i SS4: MS_MDL v.s. MS_MDLAPPS?

    Sui Huang
    Sui Huang
    Hi MicroStation Experts, I am using a MicroStation V8i SS4. Anybody know the key difference between the two variables: MS_MDLSPPS and MS_MDL? In help document I saw the description: MS_MDLAPPS (Visible MDL Applications): Search path(s) for MDL…
    • over 3 years ago
    • MicroStation
    • MicroStation Forum
  • DLL not unloaded, after MDL is closed (C++, v8i)

    Ines Wieland
    Ines Wieland
    Hello, I am just writing a short MDL for v8i (select series 4) in C++ that should mark all Elements in the file (by changing the line-weight), that fit to certain Database-criteria. There is a Modal Dialog that allows to Switch on or off 4 different…
    • over 4 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [V8i SELECTseries 3 C] DLL Load error

    MarkSmit
    MarkSmit
    Hi, We are experiencing a problem with a client receving an error message while trying to run our MDL application. The following message is displayed: Dll Loader: unable to find kernel32.dll MDL Loader: Unable to load library (DLL or MDL shared library…
    • Answered
    • over 4 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [MicroStation v8i (SELECTSeries)] C# Addin - How to call mdlCell_Create through PInvoke

    Michael Laws
    Michael Laws
    Hi, I'm looking to call mdlCell_create from my C# addin, I've implimented the VBA decleration but stuck on how to call it. Any thoughts welcome. Alternativly can anyone give me some guidence on how to call this in a VBA environment? [DllImport…
    • over 4 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Unable to read v8i.dgn files .

    Varun B
    Varun B
    [08.11.09.292 V8i SS3] [C++ Visual studio 2015] I am reading a v8i.dgn file using mdl API's , but for some reason , i cant open/read the read only file . Code :: //Name - File name with complete path int iOpenStatus = mdlSystem_newDesignFile…
    • over 4 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • .dwg to .dgn

    Sadiq Khan
    Sadiq Khan
    DATA: .dwg format multiple files saved in a specific folder (folder name: Project 1) Each file contains graphics data inside the title block .dgn single file saved at specific folder location. (contains title block only) folder name (autosac…
    • over 5 years ago
    • MicroStation
    • [Archived] FileFormats Forum
  • 【C# MSTN V8i】用Addin方式做二次开发,想获取用户临时坐标系并在之后选择的点都在新的坐标系上的坐标。

    Hua.Yang
    Hua.Yang
    各位大神! 我想获取用户临时坐标系,在网上找了一些通过调用MDL函数的方法。 以下是我的代码,但是在 mdlCurrTrans_rotateByRMatrix(pMdlToUor, 1);这一句中报错:Attempted to read or write protected memory. This is often an indication that other memory is corrupt. mdlCurrTrans_begin(); mdlCurrTrans_identity…
    • Answered
    • over 5 years ago
    • Bentley 中国优先社区
    • ◆ 二次开发(MicroStation编程, ProjectWise编程等)
  • How display transient element.

    Mark F.
    Mark F.
    I use microstation V8i (SS3) and programming in MDL. I use function mdlTransient_addElemDescr { msTransientElmP = (TransDescrP)mdlTransient_addElemDescr (msTransientElmP, edPP, TRUE, 0xffff, NORMALDRAW, TRUE, TRUE, FALSE); . . . mdlState_startDefaultCommand…
    • over 5 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Microstation MDL - access raster georeferencing unit defaults

    Wes Toews
    Wes Toews
    Hi, through MDL (or can accept an answer in any development interface, just to get started) I'm trying to access the 'Default Unit Settings' parameters, specifically the values contained in the "Sister File 1 Unit" and "Raster File 1 Unit" inputs, as…
    • over 5 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Detaching Attribute-Links by keeping certain valid Links

    Ines Wieland
    Ines Wieland
    Hi everyone, I am writing an MDL-application for Microstation v8i [SS4] that is connected to a database. To make sure, that only valid MSLinks are attached I want to Stripoff all unneccessary MSLinks, by keeping the valid Links, because this check…
    • over 6 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • MicroStation V8i Minimize Event Handler

    Leslie Small
    Leslie Small
    I have an MDL Application that looks for the minimize event in MicroStation and minimizes one of my own application windows if the event is caught. I'm using mdlWindow_setFunction (WINDOW_MODIFYEVENTS, myOwn_WindowEvent) , but I no longer recieve an…
    • over 12 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8i Programming Forum
  • Reading cell library

    frlar
    frlar
    Hi I have a problem reading a cell library that contains cells built up by cells. And the problem only is for cells, no other element types. When I read the library my callback function from the scan critera gets these elements: From cell 1: shape…
    • over 12 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8i Programming Forum