Skip to content
/ xcom Public

A component system for C++ highly inspired by COM

License

LGPL-2.1, LGPL-2.1 licenses found

Licenses found

LGPL-2.1
LICENSE
LGPL-2.1
COPYING.LIB
Notifications You must be signed in to change notification settings

emiruner/xcom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xcom

A component system for C++ highly inspired by COM.

Uses C++ templates.

See xcomidl project for IDL compiler.

To build:

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/installprefix ..
make install

This will compile and install to installprefix directory.

About

A component system for C++ highly inspired by COM

Topics

Resources

License

LGPL-2.1, LGPL-2.1 licenses found

Licenses found

LGPL-2.1
LICENSE
LGPL-2.1
COPYING.LIB

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published