MPC icon indicating copy to clipboard operation
MPC copied to clipboard

MPC (The Makefile, Project, and Workspace Creator)

Results 23 MPC issues
Sort by recently updated
recently updated
newest added

See https://github.com/DOCGroup/ACE_TAO/issues/2148, looks the wildcards in the MPC files (`*.cpp`) doesn't work with perl 5.38 on Windows

bug

With C++Builder 12.0 (released Nov 2023) the workaround `-GE:HIGHENTROPYVA=off` is not necessary anymore

Combined with CMake scripts [in this example](https://github.com/alexchandel/test-cmake-acetao), this PR enables building ACE+TAO with IDL generation (following #164). The example links two dozen different ACE+TAO libraries including some orbsvcs with no...

Probably we get a cygwin perl or some other version, as far as I remember we had issues in the past with that, see https://github.com/DOCGroup/ACE_TAO/issues/392

Hi, CMake is an open-source, cross-platform family of tools designed to build, test and package software. It's very popular. Could you please add CMake generation support?

In windows activeX control is a very important project, but MPC doesn't support, I managed to this realization, with only a activex=1 MFC dll project can changed to ocx project.

With OpenDDS DDS_ROOT seems always to be expanded to a relative path for an example, the -use_env options doesn't seem to work. How can with MPC all environment variables be...

old: object for debug and release are mixed, because they have the same name [project_top]\output\vc9_int\VC9_agg\x86 -agg_arc.obj -agg_arrowhead.obj new: strictly separated [project_top]\output\vc9_int\VC9_agg_s\x86 -agg_arc.obj -agg_arrowhead.obj ... [project_top]\output\vc9_int\VC9_agg_sd\x86 -agg_arc.obj -agg_arrowhead.obj ...

This issue that was fixed for gnuace may need to be fixed in other templates: https://github.com/DOCGroup/ACE_TAO/pull/924