Bentley Communities
Bentley Communities
  • Site
  • User
  • Site
  • Search
  • User
  • Welcome
  • Products
  • Support
  • About
  • More
  • Cancel
Gary Shay

Gary Shay

Likes
  • Profile
  • Activity
  • Communities
  • Friends
  • Likes
  • Achievements
  • Bookmarks
  • Blog Posts
  • Questions
  • More
  • Cancel
  • RE: [CONNECT C++] Fatal link error: module machine type 'x64' conflicts with target machine type 'x86'

    Robert Hook
    Robert Hook
    Hi Gary Shay , MicroStation CONNECT Update SDK 17.0 is available, the most current, recommended and preferred release to try to work with (whenever possible). The Individual MicroStation SDK Announcements are listed on the MicroStation CONNECT Releases…
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: [CONNECT Native C++] Filleting Lines in V7 / V8i vs. CONNECT Edition

    Robert Hook
    Robert Hook
    Hi Gary Shay , The SDK provides 2 examples related to using Constraint2d constraints that may help when ready: examples\Constraints\constraint2ddemo examples\Constraints\ParametricModelingExample The SDK also provides 1 example related to using…
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: CONNECT Edition (10.15.00.74) Migrate to C++ from MstnJ - cannot find mdlResource_loadFromStringList

    Jon Summers
    Jon Summers
    Gary Shay said: got stuck not knowing that it was deprecated A major reason for the change is Unicode. The old MDL functions used 8-bit character arrays. MicroStation CONNECT is almost entirely 16-bit Unicode. Additionally, rather than use byte arrays…
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: CONNECT Edition (10.15.00.74) Migrate to C++ from MstnJ - cannot find mdlResource_loadFromStringList

    Robert Hook
    Robert Hook
    Hi Gary Shay , In the MicroStation CONNECT Edition Update 5 Deprecated functions topic (MicroStationAPI.chm and/or SDKHelp ) this is the suggested migration recommendation: Removed: StatusInt mdlResource_loadFromStringList (WChar *pwString, RscFileHandle…
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • CONNECT Edition (10.15.00.74) Migrate to C++ from MstnJ - cannot find mdlResource_loadFromStringList

    Gary Shay
    Gary Shay
    Hi, Working on migrating an application from interpreted MDL (written in MicrostationJ and ported to V8i SS3). I'm slogging through the code to get a clean compile and am having problems figuring out how to handle the string list messaging that was…
    • Answered
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: [CONNECT Ed. 10.15.00.74 C# Addin] VS2019 Commands key-in not loading when following the basic example in the wiki

    Jon Summers
    Jon Summers
    Gary Shay said: The version I'm seeing is 8.0.0.0 Examine your .csproj file. You'll find one or more XML ItemGroup elements. They contain the paths to your project references... <ItemGroup> <Reference Include="Bentley.DgnPlatformNET"> <HintPath…
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: [CONNECT Ed. 10.15.00.74 C# Addin] VS2019 Commands key-in not loading when following the basic example in the wiki

    Gary Shay
    Gary Shay
    I don't know if this is pertinent, but when I build it, I get the following: Build started... 1>------ Build started: Project: TestCmd, Configuration: Debug x64 ------ 1>CSC : warning CS1762: A reference was created to embedded interop assembly 'Bentley…
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: MDL .ma to Native code: setup and updating an old MDL application to native code/VS for v8i SS10

    Robert Hook
    Robert Hook
    Hi Gary Shay , MicroStation V8i SS10 customizations should use the latest/last release listed in MicroStation V8 SDKs (v08.11.09.867) and respective/supported Microsoft Visual Studio 2005 requirement. Newer versions of Visual Studio may work on very…
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: MDL .ma to Native code: setup and updating an old MDL application to native code/VS for v8i SS10

    Jan Šlegr
    Jan Šlegr
    Hi Gary, Gary Shay said: I really want to port this MA to a native code DLL I agree it's good idea to finish pseudocode to native code migration on V8i platform at first. And later to migrate the native code to CE separately. Gary Shay said: I still…
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: MDL .ma to Native code: setup and updating an old MDL application to native code/VS for v8i SS10

    Jon Summers
    Jon Summers
    Gary Shay said: Is there a primer anywhere? Don't forget the native-code examples delivered with the V8 i SDK. All are built using C++ tools. The MDL functions are supplied in Windows libraries ( *.lib ) files. An MDL app is a Windows Win32 project…
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: [MDL V8i SS10] BMake Error in Source during compile, trouble finding .H files in folder %MS%\MDL\Include

    Jan Šlegr
    Jan Šlegr
    Hi Gary, Gary Shay said: Where can I get the latest MDL Programmer's Guide for V8i? Everything is delivered together with SDK installation. You mentioned you use MicroStation V8i (SELECTseries 4) SDK, so the documentation should be available in MicroStation…
    • over 4 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: [MDL V8i SS10] BMake Error in Source during compile, trouble finding .H files in folder %MS%\MDL\Include

    Robert Hook
    Robert Hook
    Hi Gary Shay , I am not sure how much time I might be able to look at this, but it would be helpful if you could provide (append all) the following items into a single text log file. e.g. %temp%\BUILD-OUTPUT.txt MicroStation Developer Shell Shortcut…
    • over 4 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: Microstation V8i SDK programming environment (SS10)

    Jon Summers
    Jon Summers
    Gary Shay said: I'm not even sure if I should be installing Visual Studio Here's a table of Viz Studio versions matched to MicroStation versions. But, as Jan writes above, if you're writing plain old MDL built to pseudo-code you may not need a C++ build…
    • over 4 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: Microstation V8i SDK programming environment (SS10)

    Jan Šlegr
    Jan Šlegr
    Hi Gary, there has not been SDK for V8i (SELECTseries 10) released, so you should you SDK for previous V8i (SELECTseries 4). Unfortunately V8i SDK is not available for download anymore, so you will have to crete Service Ticket to ask Bentley support…
    • over 4 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: Microstation v7 MDL: Fixing old application to new work process

    Jon Summers
    Jon Summers
    Unknown said: I can use the Covert To Solid command in Microstation to turn it into a solid like I want, but I'll be darned if I can figure out what it's doing! Look at the structure of a cone element in <mselems.h> /*----------------------------…
    • over 8 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
Communities
  • Home
  • Getting Started
  • Community Central
  • Products
  • Support
  • Secure File Upload
  • Feedback
Support and Services
  • Home
  • Product Support
  • Downloads
  • Subscription Services Portal
Training and Learning
  • Home
  • About Bentley Institute
  • My Learning History
  • Reference Books
Social Media
  •    LinkedIn
  •    Facebook
  •    Twitter
  •    YouTube
  •    RSS Feed
  •    Email

© 2023 Bentley Systems, Incorporated  |  Contact Us  |  Privacy |  Terms of Use  |  Cookies