mdlFontMgr_traverseAvailableFonts gone?

Hi,

I can't find the msfontmgr.fdf file anymore. Is it deprecated?

I need the function mdlFontMgr_traverseAvailableFonts. Is there any other funtion that can be used instead?

Parents
  • Thank you Jon and Jeff.

    The application is completely writen in MDL. It will take to much time to migrate the application to new MicroStation API.

    I found an other post from Jeff where he menshioned the mdlFontMgr_findNumberFromNameByFile function. This is exactly what I need.
  • MicroStation API

    Alexander:
    The application is completely writen in MDL.

    Bentley have given a few hints over the past year or so about C++. Developers should consider moving applications to a DLL written using C++ (i.e. Visual Studio).

    We can continue to call functions in the MicroStation Development Library directly, as we do in a pure MDL application. However, some functionality has moved to the MicroStation API, which contains C++ interfaces that are not available in pure MDL. You may not want to re-write your current application in C++, but the problems you have seen are indicative of what is to come.

    Regards, Jon Summers
    LA Solutions

     
    Regards, Jon Summers
    LA Solutions

Reply
  • MicroStation API

    Alexander:
    The application is completely writen in MDL.

    Bentley have given a few hints over the past year or so about C++. Developers should consider moving applications to a DLL written using C++ (i.e. Visual Studio).

    We can continue to call functions in the MicroStation Development Library directly, as we do in a pure MDL application. However, some functionality has moved to the MicroStation API, which contains C++ interfaces that are not available in pure MDL. You may not want to re-write your current application in C++, but the problems you have seen are indicative of what is to come.

    Regards, Jon Summers
    LA Solutions

     
    Regards, Jon Summers
    LA Solutions

Children
No Data