Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
Browse By Tags
All tags
KEY-IN
C++
.NET
Attach
COM
Command
connect
CONNECT Edition
DgnFileLink
DgnLink
DgnURLLink
error
Function
Function key
MicroStation API
MicroStation Programming
MicroStationV8i
Programming
Reference
SDK
[CONNECT Update 16 C++] DgnLink types
Jon Summers
Here's the DgnLink class hierarchy found in the MicroStationAPI help doc... When one uses the Add Link tool in MicroStation, three choices are offered... URL and From File are covered by the types listed above ( DgnURLLink and DgnFileLink ). But…
Answered
over 1 year ago
MicroStation Programming
MicroStation Programming Forum
[MSCE C++] Add a third party VS C++ library to .mke files and build the exist project into MSCE
liu li
Hello everybody, has anybody meet this problem that change an existed VS c++ project into .mke file, thus bmake can build all the file together? or add a OpenCV additional library to the .mke file? dirToSearch = D:/xxx/install/include #thirdparty libraries…
over 3 years ago
MicroStation Programming
MicroStation Programming Forum
[CONNECT C++] Error LNK2001 calling function from another cpp file
Stefano Beccaletto
Hi, I already asked a similar question and the problem was a missing library in the *.mke file. At the moment I have my "main" .cpp file and I want to call an Initialization function from another .cpp file. I did it in a similar way to the "exampleSolids…
Answered
over 3 years ago
MicroStation Programming
MicroStation Programming Forum
[CONNECT .NET/C++] Queue command to .NET AddIn from Native App.
Jon Summers
I have a .NET AddIn that behaves as expected if I manually send a command. I have a native app. that wants to send that same command to the .NET AddIn . However, the .NET AddIn doesn't seem to see the command queued from the native app... const bool…
Answered
over 3 years ago
MicroStation Programming
MicroStation Programming Forum
KeyIn "Attach Reference" leads MicroStation to unnormal state
Marcel Pradel
Hi, in MicroStation V8i (SELECT series 2) - Version 08.11.07.446 (German) I have a problem when I try to attach a reference by Key-In. InputQueue->SendKeyin( _bstr_t( "reference attach \"c:\\file.dgn\"" ) ); After I accept the reference settings…
over 11 years ago
MicroStation Programming
[Archived] MicroStation V8i Programming Forum