Help linking curses in C++

Help linking curses in C++

Post by na8530b00-Rive » Thu, 18 Aug 1994 05:43:08



I have a problem when using the class CursesWindow and g++. It seems
that the curses library functions are ingnored by the linker and
they are displayed as undefined symbols in the g++ library.

What can I do about this?? Any sugestions???

Thanks,
Miguel Rivera

 
 
 

1. Help with C++ and curses...!

Hi,
The getch() function doesn't compile under gnu C++ compiler. And due to
very valid reason. getch is defined as wgetch(stdscr) in cursesX.h, but
wgetch is typecast as "int wgectch()". Therefore using getch function
generates a too many arguments error with wgetch. Any idea how to solve
this problem? I'm using ULTRIX.

Bibhas.
--
---------------------------------------------------------------
Bibhas Bhattacharya        |Memorial University of Newfoundland

2. [TRIVIAL] dasd_3990_erp.c typo patch

3. Plug-Ins using C++

4. Access time restrictions

5. curses curses curses

6. Adaptec 2940 U2W SCSI Card and Solaris 2.6

7. Help - want C++ generic linked-list class code

8. kde themes

9. Help Link C/C++ code

10. help : C and C++ link together

11. Help! Linking to user library with C++

12. Help linking c++ code with c

13. Curses for C++