Jump to content

[ADA DOS Cursor Commands] cygwin.dll NOT cygwin1.dll


Recommended Posts

Hello Guys

 

im using ADA to create a fire and security system in a DOS interface, at university i have used some command line things like:

 

      Put(Item => Ascii.Esc);
     Put(Item => "[0m");

     Put (Item => Ascii.Esc);
     Put (Item => "[s");

 

i dont know but im prety sure these are the ones comming from cygwin, anyways the compiled program when i bring it home asks for cygwin.dll, so i install the latest version and it says its out of sync because its the new cygwin1.dll so i take the the one from university and bring it hiome just the cygwin.dll and put it in the directory of the ADA program i made, it works fine but the functions arnt there so i cant recompile.

 

what do i do cos the older version whith cygwin.dll is no longer available ?

 

thanks for any help

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.