For those who think .NET is a fad...
Moderator: Moderators
-
- Posts: 436
- Joined: 26 Aug 2004, 08:11
thanks for the info jouninkomiko.
When I try to compile, it don't find some heather like windows.h , winsock2.h , dsound.h ... . Where can I find them?
And there is a lot of CONST xxx = yyy wich should be CONST int xxx = yyy.
When I try to compile, it don't find some heather like windows.h , winsock2.h , dsound.h ... . Where can I find them?
And there is a lot of CONST xxx = yyy wich should be CONST int xxx = yyy.
Last edited by Torrasque on 29 Jun 2005, 14:43, edited 2 times in total.
are you putting
Eitherway I thought every windows compiler had those files bundled on install anyway?#include "windows.h"
or
#include <windows.h>
hmm if xxx has already been initialised then it's valid?And there is a lot of CONST xxx = yyy wich should be CONST int xxx = yyy.
pfft I'm tired, I'll come back and edit later.int xxx;
int yyy;
CONST xxx = yyy;
- PauloMorfeo
- Posts: 2004
- Joined: 15 Dec 2004, 20:53
They seem to be nice. I've used the Web Developer because i had WinXP Home, which does not have IIS and the Visual Studio Web Developer has a built in Web Server to test our pages.jouninkomiko wrote:... Visual Studio Express. Give them a shot, they aren't bad.
However, i got a very bad impression from some other stuff... The SQL express(?) server, was continuously putting my CPU at peaks of some 40~50% performance every 3 secs. The Web Developer was handling wrong the Seession variable in my ASP pages.
I also had to install the .NET Framework 2.0 to install those.
I friend told me the problems were from the .NET 2.0 beta version and i really don't know but the truth is that my system got completely messed up. Borland C# even virtually stopped working...
I eventually formated my hard drive...

Anyway, i wouldn't really recomend people to not install (nor would i recomend them to install, anyway) those as they seemed me to be good, visually apealing and are free (as in money).
You can also order those Visual Studios (or something of the sort... Don't really know) from Microsoft. They are free and you won't even have to pay for it's shipment. All you need to do is fill out some forms and stuff...
I already have one of those waiting for me to try it out (in an expendable Windows instalation...).