[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Using C++ DLM's With IDL?
- Subject: Using C++ DLM's With IDL?
- From: "K. Banerjee" <banerkx(at)durga.adubn1.nj.home.com>
- Date: Tue, 31 Jul 2001 03:00:33 GMT
- Newsgroups: comp.lang.idl-pvwave
- Organization: Excite@Home - The Leader in Broadband http://home.com/faster
- User-Agent: tin/1.4.2-20000205 ("Possession") (UNIX) (Linux/2.2.14-5.0 (i686))
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:25908
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