[CONNECT C++] "STATE_RESET" definition
HI,I can not find "STATE_RESET" definition. Could you please help me?Best,
View Article[CONNECT C++] mdlSystem_setFunction
Hi, Please forgive me not spending much time to learn the CONNECT SDK. I really can not find the following functions: mdlClipboard_setFunction(CLIPBOARD_SET_PASTE, sc_ClipboardDataFormats);...
View Article[connect c++] where to find ConsHdr
HelloMdlApi\mscons.h(380) : error C2504: 'ConsHdr' : base class undefinedI miss this baseclass! Where can I find it?Thanks and kind regardsSigi
View Article[CONNECT C++] mdlText_getFontName
Hi,I can not find the "mdlText_getFontName". Where is it defined? //MSCORE_EXPORT StatusInt mdlDialog_itemGetValue // ( // MSValueDescrR itemValue, /* <= place to put the...
View Article[CONNECT C++] "mdlSystem_expandCfgVar" can not be found
Hi,My older MDL is using a function call "mdlSystem_expandCfgVar". I can not find it. could you kind tell me what function call should be used to replace this?Best,
View Article[CONNECT C++] mdlText_create
Hi,The "mdlText_create" can not be found. What function can I use to replace this?Is there a list of all functions which are replaced by new name in CONNECT SDK?Best,
View ArticleLinestyle Detail API
Is there an API in any language for either V8 or CONNECT that extracts details about a custom line style from its resource file? Customer is looking for "Snappable", "Physical", "Annotation Scale...
View Article[V8i C++] MstnElementSetTool and memory usage
I've begun twiddling with VS2005's memory state functions ( _CrtMemState ) to compare memory usage in an attempt to convince myself that my tools do/do not have memory leak issues. I get random...
View Article[V8i Vba] Macro for Pipe Break line
Hi Good afternoon All,I am trying to create one macro for Pipe break symbol ( See attachment). I am in the learning phase now.By using the macro record option, I have got the following Vba code. Please...
View Article[CONNECT C++]mdlText_getCurrentFont
Hi,I can not find the function call "mdlText_getCurrentFont" in "deprecated10_0" and other "include" folder. Could you please tell me what kind of function should I use to replace this one?Best,
View ArticleSilent Installation ProStructurs for MicroStation
Hello,I have to write an installation script in batch for a silent installation of ProStructers SS5.Although I have made changes in the Setup.ini and required parameters are set, but the GUI is...
View Article[CONNECT C++]make file questions
Hi,I finally get all my files compiled. I have two separate C++ files and generated two object files.#------------------------------------------------# Compile the source files for the...
View ArticleNeed to modify a .ma file
Hello BENTLEY COMMUNITIES, I contact you, to ask how to edit the .ma files in MICROSTATION. I'm going to explain you, why i should do that. In the begenning, i had make a tool for place many cells in...
View Article[CONNECT C++] link errors
Hi, I got following errors. I can not find out why.1>LINK : fatal error LNK1181: cannot open input file 'C:\Program.obj'1> BMAKE: call trace1> line: 404,...
View Article[V8i SS2 VBA] color chooser control
Hi,I wanted to jazz up my program a little by adding the color picker/chooser control talked about in this link:www.la-solutions.co.uk/.../MVBA-Tips.htmwhich links...
View Article[CONNECT C++] link merge objects files
Hi,I generated two object files. But link can not find second object file. How can I fix it? where I can specify the object files for linker?Thank you so much!
View Article[V8i SS3 C#] ChangeTracking and Element-Templates
Hi,I would like to track when the users changes the template of an element or creates elements with an template. My problem is that the event is fired before the template is written (as an XAttribute...
View ArticlePassing in Point3D with late binding
Hello. I have a VBA project in Excel that is working when I have references turned on.However this caused issues for some users that did not have Microstation installed, so I decided to convert it to...
View Article[CONNECT C++] unresolved external symbol
Hi,Which library has following functions:unresolved external symbol "__declspec(dllimport) struct _iobuf * __cdecl mdlTextFile_open(wchar_t const *,int)" unresolved external symbol...
View Article使用Fence操作编辑dgn元素时,程序执行无响应的问题。
本人想使用代码实现对某个视图窗口中的所有元素的复制以及编辑操作,使用了以下的代码:mdlFence_fromView(0);mdlParams_setLock(0, ACTIVELOCK_FENCEVOID);mdlParams_setLock(1, ACTIVELOCK_FENCECLIP);mdlState_startFenceCommand(editElementAtFence, NULL,...
View Article