flat assembler
Message board for the users of flat assembler.

Index > High Level Languages > Most recommended freeware C/C++ compiler?

Goto page Previous  1, 2, 3, 4, 5, 6  Next
Author
Thread Post new topic Reply to topic
Maverick



Joined: 07 Aug 2006
Posts: 251
Location: Citizen of the Universe
Maverick 10 Aug 2007, 12:39
OzzY wrote:
Hi Maverick!
I have a legal copy of VS 2005 Pro I got from school.
So, I installed it. I copy \bin, \lib and \include directories.
Where can I find the required DLLs? I don't understand what you mean by "from the IDE directory".

Thanks

Orcas beta 2:
\VC\redist\x86\Microsoft.VC90.CRT\*.DLL

Use Search for Files or Folders Wink

Here's in attachment my customized VC directory dump. I tried to filter out some stuff of mine that I have in the same dirs, perhaps some remained, and please note that my dir tree contains also the WindowsCE compilers (ARM, MIPS, SH, etc.. etc..).

My directory list is relative to Orcas beta2. Always remember to use the right .LIB with the right .DLL, so don't mix VC80's .LIB with the new VC90's .DLL (one program of mine worked on Win2K but not on WinXP because I didn't pay enough notice to the LIB dir).


Description:
Download
Filename: Maverick's thin VC Orcas beta2 - DirList.zip
Filesize: 8.55 KB
Downloaded: 1328 Time(s)


_________________
Greets,
Fabio
Post 10 Aug 2007, 12:39
View user's profile Send private message Visit poster's website Reply with quote
OzzY



Joined: 19 Sep 2003
Posts: 1029
Location: Everywhere
OzzY 12 Aug 2007, 05:30
Is VC++ Orcas beta2 usable?

I've been told the .NET SDK has the compiler without IDE. I might try this instead.
Do you have any info about this?
Post 12 Aug 2007, 05:30
View user's profile Send private message Reply with quote
Furby



Joined: 01 May 2007
Posts: 74
Location: Kraków, Poland
Furby 12 Aug 2007, 07:35
visual 2008 beta 2 is superbbbb !!!
Post 12 Aug 2007, 07:35
View user's profile Send private message Reply with quote
OzzY



Joined: 19 Sep 2003
Posts: 1029
Location: Everywhere
OzzY 12 Aug 2007, 16:40
Will Visual C++ 2008 beta 2 Pro expire?
Or is it free forever?

Should I install the Pro version or the Express+PSDK?
Post 12 Aug 2007, 16:40
View user's profile Send private message Reply with quote
Maverick



Joined: 07 Aug 2006
Posts: 251
Location: Citizen of the Universe
Maverick 12 Aug 2007, 18:25
Sorry, I had the beta 1, my mistake. I am downloading (and upgrading) to beta 2 anyway, so I will report.

OzzY: sure the Pro is better.
Post 12 Aug 2007, 18:25
View user's profile Send private message Visit poster's website Reply with quote
OzzY



Joined: 19 Sep 2003
Posts: 1029
Location: Everywhere
OzzY 12 Aug 2007, 21:18
What limitations are the on the Pro edition?
I can't understand MS giving VS 2008 Pro for free. Twisted Evil
Post 12 Aug 2007, 21:18
View user's profile Send private message Reply with quote
OzzY



Joined: 19 Sep 2003
Posts: 1029
Location: Everywhere
OzzY 20 Aug 2007, 05:17
How do you rate OpenWatcom optimization?
Is it good?
Post 20 Aug 2007, 05:17
View user's profile Send private message Reply with quote
DOS386



Joined: 08 Dec 2006
Posts: 1905
DOS386 20 Aug 2007, 23:09
> How do you rate OpenWatcom optimization?
> Is it good?

NO idea Question

O*******-WATCOM 1.7 released (. Aug 18 .) - feel free to test, I probably won't Confused

CC386 3.54 released ( Aug 11 ) Smile
Post 20 Aug 2007, 23:09
View user's profile Send private message Reply with quote
f0dder



Joined: 19 Feb 2004
Posts: 3175
Location: Denmark
f0dder 21 Aug 2007, 08:59
Watcom used to have decent optimization back in the DOS days, but I dunno if they've improved on it since then - should easily beat basically non-optimizing compilers like CC386, though.
Post 21 Aug 2007, 08:59
View user's profile Send private message Visit poster's website Reply with quote
Japheth



Joined: 26 Oct 2004
Posts: 151
Japheth 21 Aug 2007, 15:58
Open Watcom optimizes reasonably good. It doesn't beat MSVC, of course. But then, we are in an ASM board and any real ASMer will code time-critical procedures in ASM, quite naturally, so the C compiler speed optimization quality shouldn't have the highest priority.
Post 21 Aug 2007, 15:58
View user's profile Send private message Reply with quote
Ehtyar



Joined: 26 Sep 2006
Posts: 51
Ehtyar 25 Aug 2007, 00:20
If you intend to use the .net compiler (C#) from the command line, you will have great great great difficulty creating forms. Might i suggest SharpDevelop, i have been very impressed with it thus far.

Ehtyar.
Post 25 Aug 2007, 00:20
View user's profile Send private message Reply with quote
rugxulo



Joined: 09 Aug 2005
Posts: 2341
Location: Usono (aka, USA)
rugxulo 29 Aug 2007, 00:16
FYI, OpenWatcom 1.7 was released recently.
Post 29 Aug 2007, 00:16
View user's profile Send private message Visit poster's website Reply with quote
OzzY



Joined: 19 Sep 2003
Posts: 1029
Location: Everywhere
OzzY 16 Dec 2007, 23:52
Visual Studio 2008 Express is out!
I downloaded the full ISO.
Anyone already tried it? Is it really good?
I heard the 2008 express already comes with PSDK, so it's a lot easier to install.
Post 16 Dec 2007, 23:52
View user's profile Send private message Reply with quote
f0dder



Joined: 19 Feb 2004
Posts: 3175
Location: Denmark
f0dder 17 Dec 2007, 14:49
OzzY wrote:
Visual Studio 2008 Express is out!
I downloaded the full ISO.
Anyone already tried it? Is it really good?
I heard the 2008 express already comes with PSDK, so it's a lot easier to install.


Seems to run fine, haven't check code generation or anything though, but I haven't run into any IDE bugs, and it doesn't seem to be slower. Time will tell if some of the intellisense bugs have been fixed Smile

_________________
Image - carpe noctem
Post 17 Dec 2007, 14:49
View user's profile Send private message Visit poster's website Reply with quote
vid
Verbosity in development


Joined: 05 Sep 2003
Posts: 7105
Location: Slovakia
vid 17 Dec 2007, 22:53
Quote:
Perhaps it might be cleaner for me to use an external preprocessor rather than FASM's built-in macroinstructions for this.

Most important of all, if some project build manager bugs were fixed. It used to suck so bad, i decided not to use MSVS at all. Thank all gods, i learned to compile properly froom command line.
Post 17 Dec 2007, 22:53
View user's profile Send private message Visit poster's website AIM Address MSN Messenger ICQ Number Reply with quote
zxcv
Guest




zxcv 21 Dec 2007, 07:59
i used only gcc, its ok
Post 21 Dec 2007, 07:59
Reply with quote
OzzY



Joined: 19 Sep 2003
Posts: 1029
Location: Everywhere
OzzY 24 Dec 2007, 04:19
Should I upgrade from Visual Studio Pro 2005 that I got from university to Visual Studio Express 2008?
Post 24 Dec 2007, 04:19
View user's profile Send private message Reply with quote
f0dder



Joined: 19 Feb 2004
Posts: 3175
Location: Denmark
f0dder 24 Dec 2007, 09:07
OzzY wrote:
Should I upgrade from Visual Studio Pro 2005 that I got from university to Visual Studio Express 2008?


Unless you need some of the functionality that the express edition doesn't have, sure thing Smile

_________________
Image - carpe noctem
Post 24 Dec 2007, 09:07
View user's profile Send private message Visit poster's website Reply with quote
OzzY



Joined: 19 Sep 2003
Posts: 1029
Location: Everywhere
OzzY 13 Feb 2008, 06:40
I've been playing with DMC C/C++ compiler. The nice thing is: it comes with a very easy to use profiler. So, if the code is not optimal, make it in ASM! Very Happy
Post 13 Feb 2008, 06:40
View user's profile Send private message Reply with quote
OzzY



Joined: 19 Sep 2003
Posts: 1029
Location: Everywhere
OzzY 13 Feb 2008, 17:31
Pelles C 5.0 BETA now has a 64-bit edition!
Very nice! I love Pelles C tools!
Post 13 Feb 2008, 17:31
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  
Goto page Previous  1, 2, 3, 4, 5, 6  Next

< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.