jeoconnor@ccgate.hac.com (John O'Connor) writes: >I am using ActivAda 5.5 for Windows NT and I am having a problem using the >posix dll (PSXDLL.DLL). When I run the program windows NT tells me that the >dll initialization failed. Here the test program I am trying to use. Unless something has changed recently, you can't run the Posix dll under the windows subsystem. That is, you can link you program to run under various subsystems, like: windows, console, posix, native. The Posix stuff won't run under the Windows subsystem, and I believe the windows stuff doesn't run under the Posix subsystem. You may have to specify a different linker option to get your program to run. And I suppose it is possible that some other code (like the RTS) is dependent on the Windows subsystem, which might preclude Posix ss stuff altogther. Then you have to build it as a separate program and using interprocess communication to make it play. >If someone from Thomson is listening I would like to know where to get the new >rts_nt.lib and install.bat files that are referenced in the above statement. I >can�t find them on the CD ROM. Forgive my "unnetly" response, but why don't you call Thomson? -Tom