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

    Edward Ashbolt
    Edward Ashbolt
    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…
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Define a ACS with rotation Matrix

    Ole Gottwald
    Ole Gottwald
    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…
    • Answered
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [v8i SS3 C++] A guide to compile and debug MDL applications using Visual Studio

    Sedat Alis
    Sedat Alis
    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…
    • over 8 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Draw Sections along center line and offset to centerline (C# Programming for microstation V8 2004)

    Manoj_Pal
    Manoj_Pal
    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…
    • over 9 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • mdlKISolid_getSurfaceElements() crashes for a particular element, throwing a stack overflow exception

    Ronn Greer
    Ronn Greer
    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…
    • over 10 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Visyal Studio versions

    Dilip Bhandarkar
    Dilip Bhandarkar
    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…
    • over 10 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [V8i C++] MicroStation V8i SELECTseries 2 MDL coding

    Gary Shay
    Gary Shay
    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…
    • over 11 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Re: PORTING MDL-NATIVE

    Jon Summers
    Jon Summers
    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…
    • over 12 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8i Programming Forum
  • C++ clients for a .NET DLL

    Jon Summers
    Jon Summers
    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++,…
    • over 12 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8i Programming Forum
  • Re: link c++ with microstation

    Jon Summers
    Jon Summers
    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 ( …
    • over 11 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8i Programming Forum
  • Re: Native Code Compilation using Visual Studio 2005

    Jon Summers
    Jon Summers
    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…
    • over 12 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8i Programming Forum
  • Re: Tutorial for MDL Application

    Jon Summers
    Jon Summers
    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
    • over 13 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8i Programming Forum
  • Re: Visual Studio compiling

    Jon Summers
    Jon Summers
    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…
    • over 12 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8i Programming Forum
  • Re: Crash with mdlLinkage_extractFromElement()

    Jon Summers
    Jon Summers
    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…
    • over 14 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 XM Edition Programming Forum
  • Re: System fault list numbers.

    Jon Summers
    Jon Summers
    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…
    • over 14 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 2004 Edition Programming Forum
  • Customise microstation v7 and v8

    Han_BFY
    Han_BFY
    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…
    • over 12 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 2004 Edition Programming Forum
  • Developing with Viz Studio

    Jon Summers
    Jon Summers
    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…
    • over 14 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 2004 Edition Programming Forum
  • Visual Studio

    Jon Summers
    Jon Summers
    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…
    • over 15 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 2004 Edition Programming Forum