This is a discussion on esql -bc compilation error for esql.cpp within the Informix forums, part of the Database Server Software category; --> When I try to compile my .ec file with the esql -bc command, the compiler complains about not finding ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| When I try to compile my .ec file with the esql -bc command, the compiler complains about not finding a file named "Files\Informix\Client-SDK\incl\esql.cpp". I presume that the "Files" part of the above file path should have been "Program Files". Anyway, even if that is corrected it would not help as there is no file named esql.cpp on my Win2K workstation. I launch esql command with the following options: esql -dcmdl -bc -I%INFORMIXDIR%\incl -I%INFORMIXDIR%\incl\esql -I%INFORMIXDIR%\incl\dmi -I%INFORMIXDIR%\incl\public informix_database_esqlc_interface.ec INFORMIXDIR is set to C:\Program Files\Informix\Client-SDK I'm using IBM Informix Client SDK 2.81 with Borland C++ Builder V6 and teh compiler output says "Borland C++ 5.6 for Win32". What's gone wrong here? Fairly new to working in Windows environment as I've used UNIX workstations before. |
| ||||
| If INFORMIXDIR is set to C:\PROGRA~1\Informix\Client-SDK things go slightly better. adam_at_vnl@postmaster.co.uk (Adam S) wrote in message news:<c9164b54.0401230943.7d40291b@posting.google. com>... > > INFORMIXDIR is set to C:\Program Files\Informix\Client-SDK > |