Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
Browse By Tags
All tags
MicroStationAPI
C plus plus
Boost
C++
event-handling
MDL
mdl C++
MDL programming
MDL V8i
mdlScanCriteria
MicroStation API
MicroStation SDK API
MicroStation V8i
MicroStation V8i c
MicroStationV8i
namespaces
Programming
v8i
mdlScan_xxx using C++ API?
Scott Ferwerda
I'm needing to search for certain element types in the active drawing. I see the sample code for cell libraries that uses the mdlScan_xxx routines. But I can't find an equivalent in the C++ API. Is there something newer / better / shinier than mdlScan_xxx…
over 13 years ago
MicroStation Programming
[Archived] MicroStation V8i Programming Forum
Change the design file from another thread (C++, V8i)
Tuspe
I'm running a TCP server that communicates with another program in a second thread (boost). I'm trying to open a new design file from that thread by using the next command but it fails with an access violation. Opening files works from the main thread…
over 11 years ago
MicroStation Programming
[Archived] MicroStation V8i Programming Forum
Re: error C3861 : 'DrawLineString3d': Identifier not found.
Jon Summers
C++ Namespaces Unknown said: error C3861 : 'DrawLineString3d': Identifier not found. Examine the MicroStationAPI documentation carefully. Note that DrawLineString3d lives in namespace Bentley::Ustn::IDrawGeom . To use an object in a namespace…
over 13 years ago
MicroStation Programming
[Archived] MicroStation V8i Programming Forum
Re: Trouble Compiling MDL to V8i
Jon Summers
C++ does not require you to use Visual Studio Marcos: I will keep using the original MicroStation tools for years to come, apart of Visual Studio ... For many reasons it's worthwhile moving to C++ for MicroStation application development…
over 13 years ago
MicroStation Programming
[Archived] MicroStation V8i Programming Forum
C++ Precompiled Headers
Jon Summers
C++ Precompiled Headers The notes in MicroStationAPI.h include the following suggestion: If you have more than one source file linked into a single .dll, you should definitely use precompiled header files. How do we tell C++ to use…
over 13 years ago
MicroStation Programming
[Archived] MicroStation V8i Programming Forum