Re: MDL using C++code convert to .mke file etc.
Hello sir Jan,You are right. This is noted sir and thank you for the advice. I'll try to modify the code and look for some related source code to apply. Thank you.Best Regards,Aldrin
View ArticleRe: Debug/BreakPoint MDL using C++?
Hello sir,What does error below mean? First step I did: I entered bmake -a -ddebug myappSecond: Attach to process and select ustation.exe and click attach. Third: Put breakpoint, but there is a...
View ArticlemdlElement_setSymbology
Hello,I encountered error when I entered bmake -a in MicroStation Dev Shell. See image below.Using line of code below.The ouput I want to do is to change the color of line and line string elements.Best...
View ArticleRe: Debug/BreakPoint MDL using C++?
Hi Aldrin,Aldrin Almia:What does error below mean?It's Visual Studio message, not MicroStation specific, so you should post your question to some Microsoft developers forum. Did you at least try to use...
View ArticleRe: mdlElement_setSymbology
Hi Aldrin,have you realized there is no question in your post, but information only? ... so in fact, there is nothing to answer?I am thinking if you are serious about this post. The error is...
View ArticleRe: mdlElement_setSymbology
Hello sir Jan,Honestly I'm trying to add code to change the color of line and line string. I got those code inside red box from some of the forums and applied. I'm doing try and error since I'm new to...
View ArticleRe: Debug/BreakPoint MDL using C++?
Hello sir Jan,This is noted sir.Thank you.Best Regards,Aldrin
View ArticleRe: mdlElement_setSymbology
Aldrin Almia:I'm doing try and error since I'm new to this one and I'm not familiar to the code.Try and error without knowing at least basics before is one of the worst approaches I know. Learn C and...
View ArticleRe: mdlElement_setSymbology
Hello sir Jan,This is noted sir. Thank you.Respectfully yours,Aldrin
View ArticleRe: mdlElement_setSymbology
The MDL function reference help document describes each MDL function in detail. It includes …The formal function prototype, which includes the argument list. Viz Studio IntelliSense uses that...
View ArticleRe: mdlElement_setSymbology
Aldrin Almia:See image below...It's great that you post a screenshot to illustrate your problem. However, the screenshot is not easy to read...The text is smallThe error message is dark red on a black...
View ArticleRe: mdlElement_setSymbology
The compiler is telling you that you need more that one argument passed in. This is not VB/VBA where there is a concept of optional parameters. C requires more attention to detail. The first...
View Article[v8i SS2 MDL] Getting level ID of a Cell
Hi,I am getting a nested Cell's level ID using the code below. But this code fails because there is Smart Solid header which does not contain any level ID in the element information below.So, it...
View ArticleRe: [v8i SS2 MDL] Getting level ID of a Cell
A cell header is non-graphic and does not have a level. Since each graphic component of a cell may have its own level, it would not make sense for the cell header to have a level.Ahmet Sedat ALIS: if(...
View ArticleRe: [v8i SS2 MDL] Getting level ID of a Cell
Jon Summers:A cell header is non-graphic and does not have a level. Since each graphic component of a cell may have its own level, it would not make sense for the cell header to have a level.Ahmet...
View ArticleRe: [v8i SS2 MDL] Getting level ID of a Cell
Brien Bastings:Actually the type 2 cell header IS a graphic element ...Oops! Thanks for pointing that out.
View ArticleRe: [v8i SS2 MDL] Getting level ID of a Cell
Hi Jon & Brien,Thank you for your valuable information and help.Below code solved my problem. I am not checking element type is CELL_HEADER_ELM because I used MODIFY_REQUEST_NOHEADERS option which...
View ArticleRe: mdlElement_setSymbology
Hi Aldrin,Other developers already replied your post in detail.Here are some examples of mdlElement_setSymbology() function usage from MicroStation V8 MDL Function Reference. If you don't want to use...
View ArticleRe: mdlElement_setSymbology
Hello All,Thank you. I understand. However, i tried to load it but the line elements and line strings color didn't change. I set color = 1, is it wrong?However, I think Mr. Jan is correct, I need to...
View ArticleStandard Documentation of MDL API
Hello,May I know where I can find Standard Documentation of MDL API? I'm learning MDL and without studying C, C++ and documents of MDL, it's impossible for me to learn. Thank you. ^_^Best Regards,Aldrin
View Article