[Cmake] Problem with LoadCommand

Brad King brad . king at kitware . com
Mon, 6 Jan 2003 14:18:40 -0500 (EST)


John,

> CMake - Microsoft
> Project - Borland

Try using CMakeSetup to configure and build a CMake compiled with Borland.
Then use the Borland-compiled CMake for your project.  If this solves the
problem, then it is definately the difference in compilers.  I don't think
Borland's and Microsoft's C ABIs are compatible without some kind of
wrapper around one of them.

-Brad