Curious DDE Linker Error
Bill Antonia (2466) 130 posts |
For a while now I’ve been using the DDE applications seperately, compiling then linking the object files together. However, recently I tried to compile a simple C program and allow the compilation to go on to invoke the linker. What I get is the following error: Compiling and Linking in seperate stages works fine, any clues? The linker I’m using is version 5.37 and the C compiler is version 5.85. P.S. I’ve never seen a hostlib file before. |
David Pitt (3386) 1248 posts |
This oddity has been fixed in cc 5.86. Further details are here. |
Bill Antonia (2466) 130 posts |
Thanks, but can you tell me how to sort this on my install? Do I need an upgrade? |
David Pitt (3386) 1248 posts |
An upgrade really fixes the issue. A bodge is to copy |
Bill Antonia (2466) 130 posts |
Thank you, that did the job. I had an email back in February and downloaded the upgrade then whilst at school, but I no longer work there. I’m hoping I got the download somewhere so I can update my working system. |