Browse By Tags

  • Ways to deploy my DLL to Microstation MA file

    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.
  • MDL .ma to Native code: setup and updating an old MDL application to native code/VS for v8i SS10

    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…
  • MicroStation V8i SS4: MS_MDL v.s. MS_MDLAPPS?

    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…
  • DLL not unloaded, after MDL is closed (C++, v8i)

    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…
  • [V8i SELECTseries 3 C] DLL Load error

    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…
  • [MicroStation v8i (SELECTSeries)] C# Addin - How to call mdlCell_Create through PInvoke

    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…
  • Unable to read v8i.dgn files .

    [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…
  • .dwg to .dgn

    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…
  • 【C# MSTN V8i】用Addin方式做二次开发,想获取用户临时坐标系并在之后选择的点都在新的坐标系上的坐标。

    各位大神! 我想获取用户临时坐标系,在网上找了一些通过调用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…
  • How display transient element.

    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…
  • Microstation MDL - access raster georeferencing unit defaults

    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…
  • Detaching Attribute-Links by keeping certain valid Links

    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…
  • MicroStation V8i Minimize Event Handler

    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…
  • Reading cell library

    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…