Re: MDL Code Inquiry
Hello sir Yongan,I'll try to look for source code to do some display action in the callback function ElementRefScanCallback sir.Thank you.Best Regards,Aldrin
View ArticleRe: MDL Code Inquiry
Hello sir,Maybe also change the color of element. But I don't have yet source code for that. Please post for those who have sir.Thanks.Best Regards,Aldrin
View ArticleRe: MDL using C++code convert to .mke file etc.
Hi Aldrin,Aldrin Almia:May I know the output for this?Yongan wrote he didn't investigate your code and he just created small project including .mke file for you. So It's your code and as such you are...
View ArticleRe: Debug/BreakPoint MDL using C++?
Hi Aldrin,the error message is quite clear: The file HelloWorld.dll cannot be opened, so you should check if the file exists in the folder.My question is also if you start the development shell "As...
View ArticleRe: Debug/BreakPoint MDL using C++?
MIcrosoft Linker Tools Error LNK1104Another program may have the file open and the linker cannot write to itIf you have previously build HelloWorld successfully and loaded it in MicroStation then the...
View ArticleRe: Debug/BreakPoint MDL using C++?
Jon,good shot! It's so often done mistake I forgot about it completely :-) Jan
View ArticleRe: Problem While Creating Flood Area
I don't think that you will receive anything else than a 'flat' region with the 'create region' command. It is not intended to do anything else than creating a (complex) shape (!) on the current (ACS...
View ArticleRe: MDL Code Inquiry
Aldrin Almia:Can someone explain the code inside the red box below?The type mask macros (TMSKx) are defined in header file mselems.h. They let you set up the scanner to look for certain types of...
View ArticleRe: Problem While Creating Flood Area
Daniel Christopher:Red Element is the Flood Element Created using the MacroPrefer MicroStation VBA to BASIC!VBA provides methods, which BASIC does not, for working with regions. Search for region in...
View ArticleRe: MDL Code Inquiry
Hello sir Jon,Thank you for the information. I need to learn MDL and I would like to add or modify the source code by modifying the color of the line and line string elements so that I can see the...
View ArticleRe: [C/C++ MDL V8i] USTN Console - Press ENTER to continue or wait for 5s.
Is that even possible in MSTN?Does console in MSTN somehow eat key states and other stuff?Am I doing wrong something?
View ArticleRe: Debug/BreakPoint MDL using C++?
Hello sir Jon,I'll try this one. I successfully loaded the HelloWorld earlier. By unloading HelloWorld or to free the DLL file, what will I do sir? Unload it in Microstation like the image below?It...
View ArticleRe: MDL using C++code convert to .mke file etc.
Hello sir Jan,I would like to add code when it scan the line and line string elements then it will change its color, like if the color of line and line string is red, i'll change it to color green to...
View ArticleRe: [C/C++ MDL V8i] USTN Console - Press ENTER to continue or wait for 5s.
Dusan ...I don't think that it works this way. While I even don't ever used it, I think I remember that the console was a output only (think I've seen some error messages there, while mine run into the...
View ArticleRe: Debug/BreakPoint MDL using C++?
Aldrin Almia:By unloading HelloWorld or to free the DLL file, what will I do sir? Unload it in Microstation like the image below?Yes. Not bad idea to use MicroStation help file, there is a chapter...
View ArticleRe: [C/C++ MDL V8i] USTN Console - Press ENTER to continue or wait for 5s.
Michael Stark:I think I remember that the console was a output onlySo then what is function mdlSystem_getStringFromConsole for?Michael Stark:Can you tell us, why and when you you want to initiate such...
View ArticleRe: MDL using C++code convert to .mke file etc.
Aldrin Almia:I would like to add code when it scan the line and line string elements then it will change its color, like if the color of line and line string is red, i'll change it to color green to...
View ArticleRe: [C/C++ MDL V8i] USTN Console - Press ENTER to continue or wait for 5s.
brr, system("pause") is not a good idea, have a look at this http://www.gidnetwork.com/b-61.html to see why this works, and what it really does.DanPaul:to show issues during process, there must not be...
View ArticleRe: [C/C++ MDL V8i] USTN Console - Press ENTER to continue or wait for 5s.
Michael Stark:brr, system("pause") is not a good ideaI agree :) but it is only working solution for now - as I posted, all tries to use another way failed...Michael Stark:Is the message center not good...
View ArticleRe: Debug/BreakPoint MDL using C++?
Hello sir Jan,Thank you. I'll also try to follow the linked article on how to debug the code.Best Regards,Aldrin
View Article