Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » LNK1104: cannot open file 'kernel32.lib (I already checked out other topics)(It happens whenever I run any kind of c++ code.)
icon5.gif  LNK1104: cannot open file 'kernel32.lib (I already checked out other topics) [message #1006357] Thu, 31 January 2013 02:20 Go to next message
jj pdn is currently offline jj pdnFriend
Messages: 2
Registered: January 2013
Junior Member
I already checked out other forums, so don't tell me that I need to check out other forums!
Anyways,this is all I have in my c++ program:

#include <iostream>

using namespace std;

int main ()
{
cout << "Yo!" << endl;
return 0;
}

AND IT ****ING DOESN'T WORK! Mad
So, why doesn't it work? Confused
I just installed and tried out Eclipse so I may have missed something Embarrassed .
Feel free to ask me for more information and thanks in advance!
Re: LNK1104: cannot open file 'kernel32.lib (I already checked out other topics) [message #1006520 is a reply to message #1006357] Thu, 31 January 2013 14:53 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 1/31/2013 7:22 AM, jj pdn wrote:
> I already checked out other forums, so don't tell me that I need to
> check out other forums!
> Anyways,this is all I have in my c++ program:
>
> #include <iostream>
>
> using namespace std;
>
> int main ()
> {
> cout << "Yo!" << endl;
> return 0;
> }
>
> AND IT ****ING DOESN'T WORK! :x So, why doesn't it work? :? I just
> installed and tried out Eclipse so I may have missed something :blush: .
> Feel free to ask me for more information and thanks in advance!

I won't advise you to ask this question in the Eclipse CDT forum, where
those who actually use Eclipse for C/C++ development hang out, because
you've already checked that forum out. Let's just pray someone from that
forum visits the newcomers' forum and decides to answer you here.
Previous Topic:Java Virtual Machine
Next Topic:BIRT error message
Goto Forum:
  


Current Time: Fri Apr 26 10:34:26 GMT 2024

Powered by FUDForum. Page generated in 0.08493 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top