> I have been using 4.1.1 (with Exceed on Win98), and I just upgraded to > 4.1.3. All I have done is uninstall 4.1.1 and then run the setup > program > for 4.1.3. Something is now not quite right, since I get many error > messages. For example, in dx -edit when I open a .net file I get many > instances of: > > 0:ERROR: Executive: function does not exist > 0:WARNING: Function return values are ignored: Executive
I do not know what the 0:Error means. I saw them two during testing with some sample programs. However, as you said it worked. On first try DX 4.1.3 (MSVC/Exceed) compiled version was not reading binary files and was returning errors, e.g "1234 bytes of 1234567 bytes read, Error reading...." So, to dxexec main.c file I added #include <stdlib.h> and _fmod = O_BINARY which allowed to read binary files properly but I saw these errors and warnings too with SOME .net samples. However, I do think software works properly though it may give sometimes these annoying "WARNINGS". If one of OpenDX code expert point me where it might be coming, I will fix it. Cygwin compiled version does not have this problem. Suhaib > > The program does work, and I see the image. In dx -prompter, I get > similar > messages referring to Switch, Route, DXLOutput ... > > What have I forgotten to do? > > thanks > Gib > > NOTICE - This e-mail is only intended to be read by the named > recipient. It > may contain information which is confidential, proprietary or the > subject of > legal privilege. If you are not the intended recipient please notify > the > sender immediately and delete this e-mail. You may not use any > information > contained in it. Legal privilege is not waived because you have read > this > e-mail. > > For further information on the Beca Group of Companies, visit our web > page > http://www.beca.co.nz
