boghe
boghe copied to clipboard
cannot compile boghe project
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 [email protected] on 14 Jan 2013 at 7:25
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 [email protected] on 3 Apr 2013 at 8:27