yuanjianjiang / boghe

Automatically exported from code.google.com/p/boghe
0 stars 0 forks source link

cannot compile boghe project #173

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have an issue regarding compiling tiny libraries.
I cannot compile due to a problem:
LINK : fatal error LNK1181: cannot open input file 
'C:\myboghe\boghe\Release\tinyNET.lib'

If it is a static lib then i suppose i should import it in the project, but the 
library doesn't exist at all. 

Please for help,
Dejan

Original issue reported on code.google.com by desko...@gmail.com on 14 Jan 2013 at 7:25

GoogleCodeExporter commented 8 years ago
That should be in another directory? I put the myboghe directory in 
C:\Documents and Settings\user\ and the lib may put in C:\Documents and 
Settings\user\myboghe\boghe\branches\2.0\boghe\Debug ?
When I compile, I found it has some ordering. You should compile true order and 
it can find the lib or dll file because the file may not find out when one dll 
is in front of another and be used too early.
Maybe it is the reason? (ordering problem) 

Original comment by yokuna...@gmail.com on 3 Apr 2013 at 8:27