OnDemand User Group

Support Forums => MP Server => Topic started by: jg on March 22, 2018, 07:19:38 AM

Title: clang/gcc to compile User Exit
Post by: jg on March 22, 2018, 07:19:38 AM
Is it possible to use clang or GCC to compile a user exit module for CMOD MP (9.5 and higher)?
Title: Re: clang/gcc to compile User Exit
Post by: Justin Derrick on March 22, 2018, 08:44:44 AM
As long as you're using a C compiler that produces proper binaries for your operating system, I don't imagine CMOD would care which one you used.

-JD.