Random Homebrew: Oblivion vista portal 1.0
windows Vista flash portal for 2.70+PSP'S.WIDE SELECTION of flash games and apps.
By Oliver C.f [...]
Friends: Coding 'n Cracking - Nymphaea - PS3 Forum - darkforestgroup - daxhordes.org - Tgames - coldbird - gopsp.it - pspstation.org - prometheus - hgoel.info - MakeSmartTV - ps vita

Eclipse problem

Discuss about your favorite (gaming...or not) devices here. The most popular ones will end up getting their own categories
Programming discussions for your favorite Device

Re: Eclipse problem

Postby m0skit0 » Fri Sep 30, 2011 9:41 am

BTW, which compiler are you using? Because you did install a compiler, didn't you? Eclipse doesn't come with a compiler...

JJS wrote:You write that the symbols could not be "resolved", so I guess this is a linker error? If so, are you linking with libstdc++?

Usually, if you have your compiler set up correctly adn CDT plugin installed, Eclipse should link correclty with the correct libraries.
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"
User avatar
m0skit0
Guru
 
Posts: 4787
Joined: Mon Sep 27, 2010 6:01 pm

Re: Eclipse problem

Postby Wdingdong » Fri Sep 30, 2011 2:42 pm

Nickolas wrote:Did you install it on a custom path? Also try uninstalling any plugins.

Yes, I did install it on a custom path, a sub-directory. Does it cause a problem?

m0skit0 wrote: You have CDT plugin installed, I assume...

No.

m0skit0 wrote: are you linking with libstdc++?

Nope.


BTW, which compiler are you using? Because you did install a compiler, didn't you? Eclipse doesn't come with a compiler...

What's the difference between compiling and building? I thought the building option in Eclipse compile it.


I haven't installed a thing except Eclipse C++ IDE and mingw(got it as a solution while googling, but didn't help).
Eclipse is complicated. I'm a learner. Can you suggest something simpler?
// Big thanks to people who share information !!!
Wdingdong
 
Posts: 127
Joined: Tue Aug 02, 2011 5:34 pm

Re: Eclipse problem

Postby m0skit0 » Mon Oct 03, 2011 7:05 am

Wdingdong wrote:No.
Wdingdong wrote:I haven't installed a thing except Eclipse C++ IDE

If you installed C++ Eclipse, then you have CDT. Please make sure you installed C++ Eclipse and not standard Eclipse (which does not work with C/C++).

Wdingdong wrote:I haven't installed a thing except Eclipse C++ IDE and mingw

Eclipse doesn't really install, you just extract it. And you should install MinGW first and Eclipse second, so it'll detect the compiler.

Wdingdong wrote:What's the difference between compiling and building?

None, it's the same. It's just to find a word that will fit for any language since Eclipse supports a wide range of programming languages.

Wdingdong wrote:Eclipse is complicated. I'm a learner. Can you suggest something simpler?

I assume you're on Windows. Notepad++ and compile using the Windows command line (cmd.exe).

If you still want to try, go to Window -> Preferences -> C/C++ -> Build. What you got there?
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"
User avatar
m0skit0
Guru
 
Posts: 4787
Joined: Mon Sep 27, 2010 6:01 pm

Re: Eclipse problem

Postby Wdingdong » Wed Oct 05, 2011 4:27 pm

m0skit0 wrote:I assume you're on Windows. Notepad++ and compile using the Windows command line (cmd.exe).


Okay, I got it. And, it has no problems.
And how, about Codeblocks or Turbo(I've heard about them)?
// Big thanks to people who share information !!!
Wdingdong
 
Posts: 127
Joined: Tue Aug 02, 2011 5:34 pm

Re: Eclipse problem

Postby m0skit0 » Thu Oct 06, 2011 12:47 pm

Wdingdong wrote:And, it has no problems.

Don't understand what you mean.

Wdingdong wrote:And how, about Codeblocks or Turbo(I've heard about them)?

If by "Turbo" you mean Turbo Borland, then definitely a big NO. I never used Code::Blocks.
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"
User avatar
m0skit0
Guru
 
Posts: 4787
Joined: Mon Sep 27, 2010 6:01 pm

Re: Eclipse problem

Postby Xian Nox » Thu Oct 06, 2011 1:16 pm

m0skit0 wrote:If by "Turbo" you mean Turbo Borland, then definitely a big NO.
This monstrosity is still used at our school. Looks like crap, compiles like crap, buries you in a shitload of meaningless errors. It is enough to give me a nightmare.
Spoiler
Disturbed0ne wrote:PS. EVERYONE should like girls. they're just so soft. :oops:
Moderator 80% corrupt. That's funny, I don't feel corrupt. In fact, I feel pretty good.
What looks like a blog of mine can be seen here. Or stalk me on twitter.
User avatar
Xian Nox
Moderator
 
Posts: 6065
Joined: Fri Nov 05, 2010 5:27 pm
Location: /home/xian/n-field

Re: Eclipse problem

Postby wololo » Thu Oct 06, 2011 1:48 pm

Wdingdong wrote:
m0skit0 wrote:I assume you're on Windows. Notepad++ and compile using the Windows command line (cmd.exe).


Okay, I got it. And, it has no problems.
And how, about Codeblocks or Turbo(I've heard about them)?

On windows I personally recommend Visual C++ Express. It provides both the IDE and the compiler, it's free and well supported (both by microsoft and online communities).
http://www.microsoft.com/visualstudio/e ... pp-express

My second editor of choice for C++ on windows, after Visual C++ Express, is Notepad++, mentioned above by m0skit0.

Honestly, despite their attempts at making it better, I wouldn't recommend eclipse for anything else than Java, unless you're an eclipse veteran and can't live without it.

Note however that Visual C++ is not a silver bullet. If your project uses libraries such as the stl, you need to add them in the properties of the project at some point, for the linker to find them.
I have a few US PSN codes to sell for a reasonable price (cheaper than pcgamesupply). PM me if interested, 1st come 1st serve basis..

Looking for guest bloggers and news hunters here at wololo.net, PM me!
wololo
Site Admin
 
Posts: 4642
Joined: Wed Oct 15, 2008 12:42 am
Location: Japan

Re: Eclipse problem

Postby m0skit0 » Thu Oct 06, 2011 2:34 pm

Wololo wrote:On windows I personally recommend Visual C++ Express. It provides both the IDE and the compiler, it's free and well supported (both by microsoft and online communities).
http://www.microsoft.com/visualstudio/e ... pp-express

I won't go for VS since it's closed source, contrary to all other options (Eclipse, Notepad++, etc...). This can mean MS can drop developing this IDE whenever they choose to, and you'll be stuck with an obsolete IDE (look at Turbo Borland). And anyway only guys used to (work with) VS find it great. For all others, it's not that much.

Wololo wrote:Honestly, despite their attempts at making it better, I wouldn't recommend eclipse for anything else than Java, unless you're an eclipse veteran and can't live without it.

Don't agree at all. I use Eclipse for Java, Android, C/C++ and Perl development and it works like a charm... well better than any other anyway, and I've used a lot of them (including VS and Notepad++). Also Eclipse integrates a lot of features VS does not: CVS/SVN/GIT repositories, any documentation source (not only MSDN), PMD, and so on. A lot of plugins are also available and make it very very flexible, something you can definitely not say about VS -which is understandable being MS, you have to do stuff their way or not do it at all-. And I'm no Eclipse veteran, I've been using it since one/two years or so. In fact I've been using VS way much longer than Eclipse, and IMHO Eclipse is way better for all the reasons exposed above.

Also you can't use Visual C++ for anything else than C/C++, which limits its usefulness a lot for me. I use quite a few languages, because each language/technology is suited for a set of problems. And I don't want an IDE for every single language because I don't want to install/learn to use a bunch of IDEs. If one does all the work nicely (which is Eclipse's case), then much better.
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"
User avatar
m0skit0
Guru
 
Posts: 4787
Joined: Mon Sep 27, 2010 6:01 pm

Re: Eclipse problem

Postby NightStar3 » Thu Oct 06, 2011 8:46 pm

m0skit0 wrote:Don't agree at all. I use Eclipse for Java, Android, C/C++ and Perl development and it works like a charm... well better than any other anyway, and I've used a lot of them (including VS and Notepad++). Also Eclipse integrates a lot of features VS does not: CVS/SVN/GIT repositories, any documentation source (not only MSDN), PMD, and so on. A lot of plugins are also available and make it very very flexible, something you can definitely not say about VS -which is understandable being MS, you have to do stuff their way or not do it at all-. And I'm no Eclipse veteran, I've been using it since one/two years or so. In fact I've been using VS way much longer than Eclipse, and IMHO Eclipse is way better for all the reasons exposed above.

Actually, there are some plugins out there for VS that do those things 8-)

<off-topic>
If you're a university student, you can get VS for free (one of the only situations where MS did it right) :lol:
</off-topic>
Image
User avatar
NightStar3
VIP
 
Posts: 459
Joined: Mon Sep 27, 2010 8:22 pm
Location: 0x13371A4D

Re: Eclipse problem

Postby Wdingdong » Sat Oct 08, 2011 3:26 pm

Wololo wrote:I personally recommend Visual C++ Express.

I'll surely try it.

m0skit0 wrote: And anyway only guys used to (work with) VS find it great.

It is a universally applicable to everything.

I understand how good Eclipse is for you. But, as I said, I'm a learner(beginner, noob, whatever you say), I find it complicated.
Atleast, until I get used to it.

Xian Nox wrote:This monstrosity is still used at our school.

Ours too...
// Big thanks to people who share information !!!
Wdingdong
 
Posts: 127
Joined: Tue Aug 02, 2011 5:34 pm

PreviousNext

Return to Programming

Who is online

Users browsing this forum: No registered users and 0 guests