RE: [V8i C# Addin] Bentley Product Passwords for Addins
I get "Access Denied" on the who is who page, but I will try steph, thanks
View ArticleRE: [V8i C# Addin] Bentley Product Passwords for Addins
[quote user="Maury"]I get "Access Denied" on the who is who page[/quote]It's on the BDN Forum. If you're a BDN member, then you should have access to that private Forum. But you have to request...
View ArticleRE: [V8i C# Addin] Bentley Product Passwords for Addins
Hmm, I should be a BDN member. Will need to look into that.
View ArticleRE: [V8i C# Addin] Bentley Product Passwords for Addins
Hi Maury,Sorry for your inconvenience with requesting a Bentley Application Passcodes allowing you to load custom applications in MicroStation derivative products. Below steps you can use to request...
View Article[V8i C# Addin] Bentley Product Passwords for Addins
Is there anyone from Bentley on the forum that can generate passwords for my addin to run in: PowerSurvey, PowerCivil, PowerDraft, and MX Roads? I am at a week waiting for someone from Bentley to get...
View ArticleRE: [V8.i C++ ss4] PointCloudHandler::GetElementRefs issue
Hello, thank you for the example. It works on my projet vs2005 if i compile in release mode. Exactly the same projet does a Debug Assertion Failed in debug mode, as explain in my first post. I use...
View Article[V8.i C++ ss4] PointCloudHandler::GetElementRefs issue
Hello,i'm using Microstation V8.i ss4 C++ sdk. I try to dynamically get point clouds attached using PointCloudHandler::GetElementRefs with a std::vector.void GetElements(){std::vector<ElementRef>...
View ArticleRE: [CONNECT C++] "mdlSystem_expandCfgVar" can not be found
Hi Zhen, it seems you did not search forum for existing discussions. In my opinion this topic was discussed already: communities.bentley.com/.../114998 With regards, Jan
View ArticleRE: [CONNECT C++] "mdlSystem_expandCfgVar" can not be found
Thank you very much Jan!!! in the "communities.bentley.com/.../114998", Jon gave a function like: mdlSystem_extExpandCfgVarNoFmt() I still can not find it. I need implements:...
View ArticleRE: [CONNECT C++] "mdlSystem_expandCfgVar" can not be found
Hi Zhen,[quote user="Zhen Li"]I need implements:[/quote]In my opinion in the referenced discussion Barry Bentley expressed clearly that mdlSystem_expandCfgVar funciton has not been implemented in...
View ArticleRE: [CONNECT C++] "mdlSystem_expandCfgVar" can not be found
[quote user="Zhen Li"]Jon gave a function like: mdlSystem_extExpandCfgVarNoFmt()[/quote]I was illustrating what is available for MDL in MicroStation V8. As the discussion Jan cites reveals, those...
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 ArticleRE: [connect c++] where to find ConsHdr
The mdlCons API remaining in the MicroStation CONNECT Edition was intended to be completely removed. However as you point out we need to remove mscons.h and mscons.fdf from the SDK. Thank you for...
View ArticleRE: [CONNECT C++] mdlText_create
mdlText_create() is deprecated, but can still be found in deprecated10_0.fdf. Consider using the C++ APIs like TextHandlerBase::CreateElement(), TextBlock API, etc instead.
View ArticleRE: [CONNECT C++] mdlText_create
Here is an older post explaining how to use the new APIcommunities.bentley.com/.../341720
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 ArticleRE: [V8i C++] MstnElementSetTool and memory usage
On exit of your MstnElementSetTool command do you keep an active selection set or clear it?FYI.With respect to the topic of instability and memory leaks I would suggest using a couple higher level...
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 ArticleRE: [connect c++] where to find ConsHdr
[quote user="Robert Hook"]The replacement for the mdlCons API is the new Constraint2d API[/quote]I see that there is an example in the SDK examples\Constraints\Constraint2dDemo
View Article