LINK||fatal error LNK1181: cannot open input file 'obj\Release\obj\Release\resource.res'|

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
Jimmy
In need of some credit
In need of some credit
Posts: 1
Joined: Tue Aug 14, 2018 2:14 am

LINK||fatal error LNK1181: cannot open input file 'obj\Release\obj\Release\resource.res'|

Post by Jimmy »

Dear friend
I was a newbie learning wxWidgets. I was trying to look into the samples of wxWidgets recently.
I use Code::Block 17.12 to open the animate example from the wxWidgets 3.1.1
I keep encounter the:
LINK||fatal error LNK1181: cannot open input file 'obj\Release\obj\Release\resource.res'|
Image

I'd like to know if anyone can give me some idea or suggestion to fix this problem!

Thank you so much [-o<
User avatar
doublemax
Moderator
Moderator
Posts: 19114
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: LINK||fatal error LNK1181: cannot open input file 'obj\Release\obj\Release\resource.res'|

Post by doublemax »

wxWidgets doesn't have project files for CodeBlocks. How exactly did you "load" the sample?

Can you build the sample from the command line?
Have you tried the "minimal" sample that comes with wxWidgets?

In general, the double "obj\Release" in "obj\Release\obj\Release\resource.res" looks wrong. Double check the paths settings in CB.
Use the source, Luke!
Post Reply