RE: Re: [Connect Update 5 C ] Trouble getting compiler to recognize windows...
(Please visit the site to view this file)Here you go, thanks!
View ArticleRE: [CONNECTION C++]How do I lock the AccuDraw direction
A line element doesn't have a well defined normal. Just supply ACCUDRAW_SetXAxis and let AccuDraw come up with the full rotation by taking into account the current "base" rotation. The flags you...
View ArticleRE: [MICROSTATION V8i SQLITE ODBC]
Can you confirm if your is Access 32-bit or 64-bit, and if you created a 32-bit ODBC data source connection for MicroStation V8i? MicroStation V8i is 32-bit and requires a 32-bit registered ODBC...
View ArticleRE: Re: [Connect Update 5 C ] Trouble getting compiler to recognize windows...
Hi Maury,Sorry for not responding sooner. Your output and mine line up correctly to the point of failure location(possibly wrong version or file permission access to) windows.h when called via...
View ArticleRE: [V8i C++] Using Standard PUSHBUTTON_OK in Modal DialogBox
As a general design practice. Most application code up to this point in time simply checks the return code status of the dialog open function for being a specific state/action (e.g. PUSHBUTTON_OK or...
View Article[CONNECT C++] Programatically build text string containing the "plus/minus"...
I am attempting to build a text string in my app that includes the Century Gothic glyph for the "plus/minus" symbol. I can see that it has escape code \177 and Unicode name U+00B1. When I attempt to...
View ArticleRE: Re: [Connect Update 5 C ] Trouble getting compiler to recognize windows...
Bob, Thank you! Uninstalling the newer toolkit seems to have fixed the problem. I believe that one was installed by Visual Studio 2017 as it had a install date of March 2017.
View ArticleRE: [V8i C++] Using Standard PUSHBUTTON_OK in Modal DialogBox
I would like to verify the user has had some selections for two OptionButtons that are on the dialog before closing it. The OptionButtons have a sub-item with a text string like "Make a Choice"...
View ArticleRE: Re: [Connect Update 5 C ] Trouble getting compiler to recognize windows...
Very good to hear. I have a colleague here that has both on their new system 2017 installed first, 2015 second and they are not having issues. I will check their path (registration) to see if both...
View ArticleRE: Re: [Connect Update 5 C ] Trouble getting compiler to recognize windows...
I just checked and their configuration only has the newer (now required "Windows Kits" feature for C++ developers) Windows Kits version (10.0.15063.0) registered in their configuration. The moral of...
View ArticleRE: [V8i C++] Using Standard PUSHBUTTON_OK in Modal DialogBox
Hi Bruce,There are a couple delivered dialog examples that can be used as a starting point for comparison.C:\Users\ROBERT~1.HOO\DOCUME~1\MDLPRO~2>findstr -snip mdlDialog_openModal *...
View Article[V8i C++] Using Standard PUSHBUTTON_OK in Modal DialogBox
I've got a modal DialogBox that includes the built-in PushButtons PUSHBUTTON_OK and PUSHBUTTON_Cancel. I'd like to (somehow) attach a hook function to these so when they are pressed, I can do some...
View ArticleRE: [CONNECTION C++]How do I lock the AccuDraw direction
Thank you for my detailed how to use this function. I have achieved the Lock axis operation, But the locked axis is not in plane I want to,there has a angle between the locked axis and the drawing...
View ArticleRE: [CONNECT C++] Programatically build text string containing the...
[quote user="Bruce Reeves SRNS"]I get the fraction "35/64" displayed[/quote]Hi Bruce,could this be an issue with the active font? As an example using MicroStation internal font 3 (Engineering), the...
View ArticleRE: [ABD SS5 VBA] Scan Reference and Copy Graphical Elements Failing
Trying changing:Dim myCopy As CopyContextTo:Dim myCopy As New CopyContext
View ArticleRE: [ABD SS5 VBA] Scan Reference and Copy Graphical Elements Failing
Thanks for your reply Barry. I tried that and it didn't change anything. I send the mvba file to a co-worker, and it looks like it works on his machine, which has me even more confused. We did have to...
View ArticleRE: [CONNECTION C++]How do I lock the AccuDraw direction
It sounds like your tool is actually working properly now. As I mentioned previously, AccuDraw is intended to work off of the base rotation established by the person using your tool.The reason you...
View ArticleRE: [ABD SS5 VBA] Scan Reference and Copy Graphical Elements Failing
Not sure why as you should need to comment that out as it defaults to true anyway.Does your code also include the line:CommandState.UpdateElementDependencyState
View ArticleRE: [ABD SS5 VBA] Scan Reference and Copy Graphical Elements Failing
[quote user="Amador Ontiveros"]Thanks for your reply Barry. I tried that and it didn't change anything. I send the mvba file to a co-worker, and it looks like it works on his machine, which has me even...
View ArticleRE: [ABD SS5 VBA] Scan Reference and Copy Graphical Elements Failing
So after further testing, the code does not work when creating a new file using ABD default seed, but it works flawlessly using our company created seed file. I don't understand why that would be.
View Article