[quote user="Jon Summers"]
If you're building a native-code DLL writting with C++ then use the C++ file API. There's no need to use the old C-style file I/O provided by MDL. C++ is simpler to use, more versatile, and doesn't get you tangled up in toolSubsystem_xxx.
[/quote]
Does it mean, that I have to convert the whole MDL including MDL-Dialogs into C++ (that means to create from scratch the Dialogs as MFC-Dialogs), because then ALL must be written in C++?? I thought it would be possible to leave the existing MDL-Dialogs and to renew only the "Logical structure" that was outside from Microstation.
Are there any hints for the Microstation C++ API, which new functions replace old functions from MDL-API ? (Like a table old -> new) ?
Many thanks and best regards,
I. Wieland