Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29277 Discussions

Driving Microstation object library to create a dgn

oakland1paul2
Beginner
717 Views
Can Intel Visual Fortran interface with and use the Bentley Microstation DGN 8.9 Object Library (or later)? My objective is to create Microstation XM (or v8i) dgn files from within Visual Fortran. Currently, I have the 10.1 compiler integrated with Visual Studio 2005. If 10.1 can't do it, can the most recent version? Thanks very much.
0 Kudos
1 Reply
Lorri_M_Intel
Employee
717 Views

Is there any knowledge built-into Visual Fortran about DGN? No.

However, aquick "google" turned up a sitedescribingOpenDGN.

There it says Microstation V8 can interface with C; if it can interface with C, it can interface with Fortran. If you get information on how to interface with C, you can declare your Fortran interfaces to conform.

There is also reference to other "open" libraries that read/write DGN format.Again, if they are accessible from C,they are accessible from Fortran.

I hope this helps --

- Lorri

0 Kudos
Reply