Browse By Tags

  • [Connect C++ Update 16] Using Visual Studio 2019

    Hi All, I was hoping to get started with C++ MDL development and didn't have the hard drive space or desire to uninstall my current devenv (VS2019 Pro) and then have to reinstall VS2017 along with all the same features / extensions... so long story…
  • Define a ACS with rotation Matrix

    Hi, I'm using the function RotMatrix :: InitFrom2Vectors( DVec3dCR xVector, DVec3dCR yVector) to initialise a Rotation Matrix for a new ACS. RotMatrix acsRot; DVec3d xVector, yVector; xVector.Init(0, 1, 0); yVector.Init(0, 0, 1); acsRot.InitFrom2Vectors…
  • [v8i SS3 C++] A guide to compile and debug MDL applications using Visual Studio

    Hi, Personally, I really had many difficulties to be able to find exact information about compiling and debugging MDL applications using Visual Studio. Now we prepared a documentation, with help of my colleague Mennan Kose, and publishing on below page…
  • Draw Sections along center line and offset to centerline (C# Programming for microstation V8 2004)

    Hii All, I am new to microstation development. I am using C#.net and Visual Studio 2010. I want to do offset of a center line in both side and draw sections in a certain interval to the centerline. Would anyone help me to do this without using cadinputque…
  • mdlKISolid_getSurfaceElements() crashes for a particular element, throwing a stack overflow exception

    Hi, I'm currently working with mdlKISolid_getSurfaceElements() in order to split a Smart Solid. But it is throwing a stack overflow exception and finally crashes.I guess this is because of many BSpline curves present in that solid. Can someone help…
  • Visyal Studio versions

    I used to develop applications for Microstation using Pure MDL. Since developing is encouraged using the MicrostationAPI with Visual Studio 2005, I have the following question. I have Visual Studio 2008 and can't get Visual Studio 2005 anywhere. The cureent…
  • [V8i C++] MicroStation V8i SELECTseries 2 MDL coding

    Hi all - new member, new to v8i I'm a programmer who created complex MDL (3d wireframe) models prior to taking an 8-year assignment in our IT group. I have also created dozens of utilities for designers to use, all using the old-style MicrostationJ…
  • Re: PORTING MDL-NATIVE

    Compile, Link or Build? alder76 said: I'm able to compile the examples with bmake but I'd like to compile them with visual studio 2008 There's more to creating an MDL or native-code application than simply compiling it. Your C or C++ source…
  • C++ clients for a .NET DLL

    C++ client implementations The question "How do I use .NET with my MicroStation application?" crops up frequently on these Forums. In an earlier post I described how to implement a .NET COM server . A COM server is compatible with VBA, C++,…
  • Re: link c++ with microstation

    arularasu said: I'm trying to work on MicroStation using C++ Create a DLL. #include MDL and MicroStation header ( .h ) files in your source code ( .h, .cpp ) so the C++ compiler can recognise MicroStation functions. Link with the static library ( …
  • Re: Native Code Compilation using Visual Studio 2005

    MicroStation and Viz Studio When building with Viz Studio, you must (a) tell the C++ compiler where to find the MDL header ( .h and .fdf ) files, and (b) tell the linker where to look for library ( .lib ) files. That may involve setting various Windows…
  • Re: Tutorial for MDL Application

    Visual Studio Versions senthilgeo: I want to use my VS2008. Please consult this table of MicroStation and Viz Studio versions . Regards, Jon Summers LA Solutions
  • Re: Visual Studio compiling

    Russ said: This system seems way over complicated It's not complicated, but it is definitely confusing. Here's a comparison of Visual Studio and Bentley Make that may help. Russ said: VCVarsQueryRegistry2010.mki I don…
  • Re: Crash with mdlLinkage_extractFromElement()

    VC++ Compiler Version Warren: My v08.09.04.88 program crashes when I compile it with VS2005 Release version. I'm using Visual C++ v6 with MicroStation V8.0 ... V8.9 (MicroStation XM), and Visual C++ v8 with V8.11 (MicroStation V8i). I've…
  • Re: System fault list numbers.

    Native vs. Interpreted Code Marcos: "Native code? which means that: 1) I should move all this code into VC++ or.. 2) leave it with native MDL? If the case was 1), What version of VC++? ...And what about the portability? An application…
  • Customise microstation v7 and v8

    Hi Friends, I am new to programming and really need supports from you guys. 1. Anybody can help me to use MDE for v7 or can give me a detail guide how to use v7 MDE? 2. Can anybody give me a reference guide to customise microstation v7 or v8…
  • Developing with Viz Studio

    Building Applications with Viz Studio This post attempts to answer questions about developing MDL applications using Visual Studio and the C++ compiler to create an application DLL. It is not exhaustive: for more information see the MDL Software…
  • Visual Studio

    Microsoft Visual Studio Dean ... Microsoft Visual Studio V6 is compatible with MicroStation V8 up to 2004 Edition. It includes Visual C++ v6, Visual Basic v6, and other tools. Microsoft Visual Studio .NET can be used with with MicroStation…