Re: [mapguide-users] Differences between PUBLISHED_API and INTERNAL_API

2024-04-22 Thread Benoit Bégin via mapguide-users
Hi Jackie, I'll be totally honest, the name fooled me! I figured they'd be helper functions to hit up the mapagent.fcgi. I never really explored the "OSGeo.MapGuide.Web" objects and I've been working with Mapguide code for a while now! Thanks a lot for your super valuable input. I will defini

Re: [mapguide-users] Differences between PUBLISHED_API and INTERNAL_API

2024-04-22 Thread Jackie Ng via mapguide-users
You're mostly on the money. The purpose behind these various *_API markers is documented here and they're mainly for controlling what gets exposed to SWIG https://trac.osgeo.org/mapguide/browser/trunk/MgDev/Common/Foundation/FoundationDefs.h#L49 PUBLISHED_API and EXTERNAL_API members will be expo

[mapguide-users] Differences between PUBLISHED_API and INTERNAL_API

2024-04-18 Thread Benoit Bégin via mapguide-users
Hi, So I've decided to dust off my C++ skills and did a bit of a deeper dive into the FastCgi / HttpHandler for Mapguide. I'm trying to find new, more efficient ways to develop applications with Mapguide and making it a part of more complex systems, such as having a gRPC interface. I'm looking