Hi,
I'm new here and a beginner in C++. But i'm presently working on a project that requires me to connect a java client (EJB on JBoss) to a C++ program acting as server. With the help of the CORBA technology and Borland VisiBroker, i was able to a generate C++ skeleton and a java stub for my environment.
The generated C++ classes with .hh extensions for header files and .cc extension for source files have to be integrated into my server code. During compilation, my compiler doesn't recognise these .hh files as standard C++ files, requiring me to build a "Custom Build Rule" to pre-convert the .hh file to a C++ standard header file.
I did something that doesn't seem to be a "Custom Build Rule", so my program is throwin out lots of error messages. Is there anybody out there that can help me out? I'd very much appreciate a quick workaround to my prob.