[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Using C++ DLM's With IDL?



I need to call some outside code from IDL. I created a 
shared object file, using a C++ compiler (g++). When I call
a function from the DLM from the IDL command prompt, I get
the error:

Symbol not found: cerr

(There are other symbols not found.)

Is it possible to use C++ shared objects for DLM's ?
(I have to use some classes for my routine.)

Thanks.

K. Banerjee