Exetools  

Go Back   Exetools > General > General Discussion

Notices

Closed Thread
 
Thread Tools Display Modes
  #16  
Old 01-06-2005, 21:47
vladlp
 
Posts: n/a
I don't want to create a new Thread, as my questio is very similar with this one.
I was also avay from programming for a long time... but now come back
Can you plese recomend what i can use to compile for AMD 64 under windows xp 64 beta?

A lot of thanks
  #17  
Old 01-07-2005, 03:07
Cobi Cobi is offline
Friend
 
Join Date: Sep 2004
Location: Germany
Posts: 55
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 1 Time in 1 Post
Cobi Reputation: 0
Intel CPP 8.1 is a good choise ->
http://www.intel.com/software/products/compilers/cwin/relnotes.pdf
  #18  
Old 01-07-2005, 03:21
Satyric0n
 
Posts: n/a
Quote:
Originally Posted by vladlp
Can you plese recomend what i can use to compile for AMD 64 under windows xp 64 beta?
Recent VS2005 betas compile for x86-64 fairly well, but the most established compiler in this area is gcc.
  #19  
Old 01-07-2005, 11:50
willii
 
Posts: n/a
Smile

To vladlp:
If you want to compile for 64-bit windows xp. The best compiler is VS2005 which support compile 64-bit project directly.
VS6 and VS.net can be used also. But you should install 64-bit platform sdk and modify the project setting manual.
  #20  
Old 01-08-2005, 00:58
vladlp
 
Posts: n/a
Thanks for answer, than monday start looking for and dowload VS .NET 2005 beta
PS: Wich release of VS .NET 2005 is last one?
  #21  
Old 01-08-2005, 01:53
Satyric0n
 
Posts: n/a
Latest VS2005 beta is VS2005 December CTP.

The latest that is being publicly distributed that I know of is VS2005 November CTP, which you can get from Winbeta. If you find where to get the December CTP, please let me know!

Regards
  #22  
Old 01-08-2005, 07:12
aldente aldente is offline
VIP
 
Join Date: Jul 2003
Posts: 266
Rept. Given: 27
Rept. Rcvd 7 Times in 5 Posts
Thanks Given: 36
Thanks Rcvd at 10 Times in 9 Posts
aldente Reputation: 7
Am I the only one who hates .NET, and does not want to code .NET-apps???

It is slow, decompilable and needs a really big framework to be installed! If I want to code such crappy-applications, I can code in Java as well, as it has the same nasty features.

Don't you see all the advantages of lightweight and fast native Win32-code, produced by VC++???

I would even code in Visual Basic with all its nasty runtime-files, before creating .NET-apps!
  #23  
Old 01-08-2005, 10:32
Satyric0n
 
Posts: n/a
Big_or_what, is that a reply to anyone inparticular? Who has said anything about coding in .Net (the framework)? We have only been talking about VS .Net and 2005 (the IDEs), which are capable of producing non-.Net, pure native code. No one here has even mentioned anything other than C++... What caused this little rant?

As for hating .Net the framework, I think you are quite naive in believing that it is either slow or (always) decompilable. I can only assume you have formed an opinion of the product without ever having tried it. No offense, but this only makes you look foolish in my opinion.

Regards

Last edited by Satyric0n; 01-09-2005 at 00:14.
  #24  
Old 01-09-2005, 09:55
TQN TQN is offline
VIP
 
Join Date: Apr 2003
Location: Vietnam
Posts: 358
Rept. Given: 143
Rept. Rcvd 24 Times in 13 Posts
Thanks Given: 196
Thanks Rcvd at 168 Times in 51 Posts
TQN Reputation: 24
Some people still confuses about the VS .NET. They are thinking that using VS .NET is only for writting building .NET apps only, same as me when VS .NET 2002 released.
SatyricOn, don't need to angry, just a personal opinion of Big_or_What !!!
Regards,
  #25  
Old 01-09-2005, 22:57
sunilt
 
Posts: n/a
Wink Not A Big Fan of .NET

I believe VS.NET 200x would and will be upgraded as time passes and will have more "inbuilt stuff"
But for me what works , is WHAT client wants, if he's willing to pay more
for .NET ( hey i love it) otherwise vc++ 6 is more than enough for me!
  #26  
Old 01-10-2005, 01:44
Satyric0n
 
Posts: n/a
From the mouth of Stan Lippman himself (everyone does know who Stan Lippman is, right? Author of Essential C++, C++ Primer, etc):

"I have a beef with some folks out there. I have spent 3 years now within the Visual C++ team. We have a dozen exceptional compiler folks – it's too bad you don’t know them, because you would be very impressed with them – their knowledge, their passion. And yet 3 years of their work on our C++ compiler – in terms of performance, in terms of correctness, in terms of robustness – oh, and in terms of the language itself – is being dismissed by our rogue group of folks who, in an emotional protest against what they must see as an attack on C++, refuse to move from Visual C++ 6, which was fine when it was released, but isn't any longer fine. you shouldn't be using it. anymore. And they persist, and you can't talk to them, because either they are angry or they are really angry. But the bottom line is, we've poured our blood into the gosh-darn compiler. we have at least a hundred people working every day to make it better. no one else in the world cares about C++ more than we do. I know, that sounds so absurd. but that's the truth of the landscape right now. whatever Microsoft may have been in the past – and people always have stories about it. Did I tell you the one where the guy from Microsoft calls Bjarne up at home and tells him that if he doesn't make the language left recursive look ahead 1 they wouldn't go ahead with a c++ compiler. who would want to work for a company like that? I mean, you'd like to see them fail. So we all have a lot of bad feelings about Microsoft. But I think a lot of that is in the past. certainly, for me, this is a very creative and genuine place to work. I spent 1.5 working on the firebird sequence of fantasia and that was all I cared about work-wise. that is what I thought about all the time. well, the people here think about C++ all the time. it's so weird. Jeff Peill knows the language better than I do now. And these Visual 6 guys don't get it. We've poured our blood into these releases. You're just being stubborn. Compilers are works in progress. you don't want to keep using an old compiler. it's not safe. it's not good for the programmers or the business. Well, that's my beef with folks – or some folks. I really have no patience with them. I'm sorry if I've offended them."

In short, from the man behind the VC++ compiler, stop using VC++6!

See also:
hxxp://blogs.msdn.com/branbray/archive/2003/11/11/51012.aspx
hxxp://blogs.msdn.com/hsutter/archive/2003/11/17/53495.aspx

Last edited by Satyric0n; 01-10-2005 at 01:50.
  #27  
Old 01-10-2005, 02:29
aldente aldente is offline
VIP
 
Join Date: Jul 2003
Posts: 266
Rept. Given: 27
Rept. Rcvd 7 Times in 5 Posts
Thanks Given: 36
Thanks Rcvd at 10 Times in 9 Posts
aldente Reputation: 7
OK, if it also produces Win32-code and is stable - why not to use it?

I just thought Microsoft would have done the same bullshit like Borland: Their "great" Delphi 8 release just compiled .NET-executables!
  #28  
Old 01-10-2005, 05:06
Satyric0n
 
Posts: n/a
Of course, Delphi 2005 (Delphi 9) compiles both native win32 and .Net.
  #29  
Old 01-10-2005, 08:11
aldente aldente is offline
VIP
 
Join Date: Jul 2003
Posts: 266
Rept. Given: 27
Rept. Rcvd 7 Times in 5 Posts
Thanks Given: 36
Thanks Rcvd at 10 Times in 9 Posts
aldente Reputation: 7
Yes, Delphi 9 DOES so, because the programmers either noted themselves that compiling only .NET (like in Delphi 8) is bullshit, or got to know it by their customers.
  #30  
Old 01-10-2005, 17:42
AgentSmith
 
Posts: n/a
Hello all,

Interesting comments here on two platfroms. Here are my two cents on above mater:

I've been a programer for 10 years now...The first serious programing was with Borland C++ Builder 1 (since i was c fan) this was the one owesome tool.(great IDE, RAD...1 exe deployment). I was thinking to go with Microsoft Visual but after some trying i Borland way more suitable.

Then I started to work in team development, and I had to switch to Borland Delphi. The switch was simple, same vendor, different language. I worked with Delphi until 8 release. We were thinking to upgrade but we found out that 8 release is actually improvement of 7 with NET. Sadly Borland did not have time to finish Win32 support, that is why it only produces .NET.

During this period I was working also with M$ Visual C++, and i still use it.

Sorry if this post is a long one, but my point here is that complier is just a tool. For example if you need to drill something there are like a toons of vendors who supply different tools for this: BOSH, HILTY...etc. The differene between them is a performance and of course the price. Same with programing. Clients does not care which tools you use - They are interested in only one thing - applications that are easy to use and helps them to do their job.

So, if you are thinking to get back to progaming it is better to use newer techology. The .NET C++ is better, but is it worth the upgrade? If you work with .net then Yes. If not, it depends on your financial freedom. If you're have money to invest, or your employer have the money then go for it.

As for the Delphi tool, i have not played with Delphi 2005 yet. I am working with ASP.NET (C#) and what can i say...just another tool that generates an income for my life.

Just my two cents...regards to all...ASmith
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT +8. The time now is 04:50.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( Since 1998 )