|
||||||
| C and C++ C and C++ forum for discussing all forms of C except for C#. These languages are powerful low level languages used for creating Operating Systems, Device Drivers, compilers and much more. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
OK I get this error and I am confuzed
Code:
[Build Error] No rule to make target 'EO.o' needed by Sample.exe. Stop EO.o would be related to EO.lib which is a library i need but didnt make. I do have Sample.c and Sample.h In Project->Project Options->Files I have checked the EO.lib -> Include In Linking If i dont check that, I get many other errors such as Code:
[Linker error] undefined reference to `SuperFunction' Sample Project ---sample.c ---sample.h ---EO.lib ---Useful.h There is also the sample.dsp and sample.dsw, makefile.win, sample.layout files in the folder which I ahve not included in my project If I mark the EO.lib file for compilation I get [build error] error 255 |
| Sponsored Links |
|
|
|
|||
|
Im not an expert, but I think that *.lib files should be only linked. That means you shouldnt add it to your project, but to additional library to link. It can cause this build error. Your compiler tries to do a EO.o object from the EO.lib file, which is not a standard C/C++ files. But I can be wrong
Try it and write the news. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| VB 6.0: Tutorial, How to Make Gl***2K!! | TcM | VB Tutorials | 12 | 09-28-2008 11:53 AM |
| VB 6.0: Tutorial, How to make a GIF in your application | TcM | VB Tutorials | 17 | 07-01-2008 03:26 PM |
| Can someone make me simple bot to .... | Icejam | Request Services (Paid) | 3 | 01-17-2008 07:07 AM |
| How to make and use a library | twitch | C Tutorials | 0 | 06-13-2007 04:32 AM |
| How to make Dumplings | ahsan16 | The Lounge | 2 | 01-11-2007 10:55 PM |
| Xav | ........ | 1323.18 |
| MeTh0Dz|Reb0rn | ........ | 1053.7 |
| morefood2001 | ........ | 879.43 |
| John | ........ | 877.37 |
| marwex89 | ........ | 869.98 |
| WingedPanther | ........ | 834.24 |
| Brandon W | ........ | 749.07 |
| chili5 | ........ | 310.39 |
| Steve.L | ........ | 241.84 |
| dcs | ........ | 216.02 |
Goal: 100,000 Posts
Complete: 82%