RE: [CONNECT C# Addin] LevelHandle.Name throws Access Violation
Hopefully Update 2 has fixed the problem I was encountering. Installed Update 2 and compiled against the new SDK and the problem no longer appears!
View ArticleRE: [V8i - MDL/CPP] Bug in mdlPattern_addAssociative in V8i SS4 (8.11.09.832)
I was able to run your code and place hatches successfully in the following combinations. 1. Built your code on the latest developer build of MicroStation V8i Ss4 and ran it on MicroStation...
View ArticleRE: Selection Set
[quote user="Cata M"]Hello everybody[/quote]Welcome to the Programming Forum!Please follow the MicroStation Programming forum best practices.Identify Your PlatformPlease identify the version of...
View ArticleRE: Selection Set
I modified the previous post. Sorry for that! Thank you! My Microstation version is V8. 05.02.55. I prefer BASIC because it seems to be easier for me.
View ArticleRE: [V8i - MDL/CPP] Bug in mdlPattern_addAssociative in V8i SS4 (8.11.09.832)
I've now installed MicroStation SDK 08.11.09.829 and rebuilded my test application and now it works fine in Ss4 BUT NOT in Ss3!!! Does this mean that we need to have two different versions of our...
View ArticleRE: [CONNECT C# Addin] LevelHandle.Name throws Access Violation
Thanks for the valuable information and the confirmation Update 2 solves the issue! :-) Jan
View ArticleRE: [CONNECT MicroStationAPI] mscompge.fdf duplicate #define
Hi Jon, thank you for letting us know. Defect 536429 is filed to address this issue. Thanks Artur
View ArticleRE: Selection Set
Hi Cata,[quote user="Cata M"]I prefer BASIC because it seems to be easier for me.[/quote]I don't think so. MicroStation BASIC and VBA are pretty the same languages. Maybe BASIC is easier for the first...
View ArticleSelection Set
Hello everybody. In the beginning, my english is too bad, so sorry for that!I'm novice in microstation programming, so I need you to help me for some questions in simple BASIC, not VBA.My Microstation...
View ArticleRE: [Connect VBA] Problem with rotation matrix3d
Thank you for providing the complete example code. I have tested with the recent V8i SS4 and CONNECT Edition Update 2 build 10.2.0.39 with different sets of (startpoint, endpoint, distance). But in all...
View ArticleRE: Connect C++ Iterating TextStyles
Hi! You are right about the semicolon, but it dit not solve the problem.Find below the source and the error message from the compiler:
View ArticleRE: [V8i - MDL/CPP] Bug in mdlPattern_addAssociative in V8i SS4 (8.11.09.832)
Works for me too. This also explains why this occurred in ss2 while compiling with the ss3 SDK.
View ArticleRE: Connect C++ Iterating TextStyles
Here's an extract from the TextStyleIterator class from the SDK supplied with MicroStation CONNECT Update 2...struct TextStyleIterator : std::iterator<std::forward_iterator_tag, DgnTextStyleP...
View ArticleConnect C++ Iterating TextStyles
Hi!How do I iterate the TextStyles defined in a designfile using the C++ Connect API?I have tried the following, but the iter++ statement won't compile:DgnFileP dgnObjP =...
View ArticleRE: [V8i] Icons sizes and color types supported/required for MicroStation
Hi Bruce, I guess the imported icon sizes should be the same as Tools Size options in Preferences > Look and Feel: 16x16, 24x24 and 32x32. The same sizes are mentioned also in Setting Up Projects...
View ArticleRE: [V8i] Icons sizes and color types supported/required for MicroStation
It looks like 16 x 16, 24 x 24, and 32 x 32 icons in either (or both) 8-bit and 32-bit color.
View ArticleRE: [V8i] Icons sizes and color types supported/required for MicroStation
[quote user="Bruce Reeves SRNS"]in either (or both) 8-bit and 32-bit color.[/quote]I was not able to find any information about icons color depth both in MicroStation and my BDN docs archive.In my...
View Article[V8i] Icons sizes and color types supported/required for MicroStation
When I create in icon file (.ico) I get many sizes and color types. For example: 32 bit color16 x 1620 x 2024 x 2432 x 3240 x 4048 x 48 256 bit color16 x 1632 x 3248 x 48 16 bit color16 x 1632 x 32 So...
View ArticleRE: [V8i VBA or .NET Addin] Linestyle definition location
Hi Mike, I am pretty sure there is no such method or property available in VBA COM API. I guess it would be possible using MDL, but checking MDL API documentation, the line style API seems to be quite...
View ArticleRE: [connect C++]The property 'NMakeBuildCommandLine' doesn't exist
If you open the (Desktop or Start menu) MicroStation CONNECT Edition SDK (Developer Shell) as Administrator, then type BuildAllExamples.bat does this allow you to compile (all examples) properly? If...
View Article