Vistual studio community 2017

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

Michael Sherwin
Posts: 3196
Joined: Fri May 26, 2006 3:00 am
Location: WY, USA
Full name: Michael Sherwin

Re: Vistual studio community 2017

Post by Michael Sherwin »

I'm having trouble with 2 thousand errors as well. Unfortunately the errors are all in my DNA.
If you are on a sidewalk and the covid goes beep beep
Just step aside or you might have a bit of heat
Covid covid runs through the town all day
Can the people ever change their ways
Sherwin the covid's after you
Sherwin if it catches you you're through
jdart
Posts: 4366
Joined: Fri Mar 10, 2006 5:23 am
Location: http://www.arasanchess.org

Re: Vistual studio community 2017

Post by jdart »

What is this IDE you speak of? All you need is a terminal and emacs.

I have had no special problem with VC++ but I am not using C#.

--Jon
Dann Corbit
Posts: 12538
Joined: Wed Mar 08, 2006 8:57 pm
Location: Redmond, WA USA

Re: Vistual studio community 2017

Post by Dann Corbit »

jdart wrote:What is this IDE you speak of? All you need is a terminal and emacs.

I have had no special problem with VC++ but I am not using C#.

--Jon
I like code::blocks on Ubuntu.
Using Visual Studio has made me lazy
Taking ideas is not a vice, it is a virtue. We have another word for this. It is called learning.
But sharing ideas is an even greater virtue. We have another word for this. It is called teaching.
Daniel Anulliero
Posts: 759
Joined: Fri Jan 04, 2013 4:55 pm
Location: Nice

Re: Vistual studio community 2017

Post by Daniel Anulliero »

Dann Corbit wrote:
jdart wrote:What is this IDE you speak of? All you need is a terminal and emacs.

I have had no special problem with VC++ but I am not using C#.

--Jon
I like code::blocks on Ubuntu.
Using Visual Studio has made me lazy
I use code::blocks too but on win 7
It is free , good , have a profiler
I think it is sufficent to do my hobby , and I think it is sufficent for a "no progress" engine too :lol:
Isa download :
Henk
Posts: 7216
Joined: Mon May 27, 2013 10:31 am

Re: Vistual studio community 2017

Post by Henk »

Thirty years ago I was using vi too. Using OO to open a new line and :wq to quit and saving edits.

And 'i' to insert a character.
pkumar
Posts: 100
Joined: Tue Oct 15, 2013 5:45 pm

Re: Vistual studio community 2017

Post by pkumar »

Hi Daniel,
I use code::blocks too - an old version(12.11) on win 7. I tried a recent version(16.01). While compiling, the display goes haywire - then recovers. I did not understand why. After this happened several times I went back to the old version. Which is your version and have you faced any such problem?

Regards
Daniel Anulliero
Posts: 759
Joined: Fri Jan 04, 2013 4:55 pm
Location: Nice

Re: Vistual studio community 2017

Post by Daniel Anulliero »

pkumar wrote:Hi Daniel,
I use code::blocks too - an old version(12.11) on win 7. I tried a recent version(16.01). While compiling, the display goes haywire - then recovers. I did not understand why. After this happened several times I went back to the old version. Which is your version and have you faced any such problem?

Regards
Hello
I think I use a recent version and these things didn't happened for me . This evening I'll say to you the exact version I use , I'm not at home.(show a screen shot of your problem if you can).
But I remember I leaved the 12 .xx version because I never made the profiling plug in working properly.
Best
Isa download :
User avatar
Look
Posts: 364
Joined: Thu Jun 05, 2014 2:14 pm
Location: Iran
Full name: Mehdi Amini

Re: Vistual studio community 2017

Post by Look »

pkumar wrote:Hi Daniel,
I use code::blocks too - an old version(12.11) on win 7. I tried a recent version(16.01). While compiling, the display goes haywire - then recovers. I did not understand why. After this happened several times I went back to the old version. Which is your version and have you faced any such problem?

Regards
If you want, you can try this new RC version:

http://forums.codeblocks.org/index.php/ ... 265.0.html
Farewell.
User avatar
cdani
Posts: 2204
Joined: Sat Jan 18, 2014 10:24 am
Location: Andorra

Re: Vistual studio community 2017

Post by cdani »

Dann Corbit wrote:
jdart wrote:What is this IDE you speak of? All you need is a terminal and emacs.

I have had no special problem with VC++ but I am not using C#.

--Jon
I like code::blocks on Ubuntu.
Using Visual Studio has made me lazy
Using Visual Studio has made me go much faster than any other alternative, starting from vi, pascal, delphi... Why have to do strange things instead of just producing? I'm not interested on doing things by hand.
tttony
Posts: 268
Joined: Sun Apr 24, 2011 12:33 am

Re: Vistual studio community 2017

Post by tttony »

Dann Corbit wrote:
jdart wrote:What is this IDE you speak of? All you need is a terminal and emacs.

I have had no special problem with VC++ but I am not using C#.

--Jon
I like code::blocks on Ubuntu.
Using Visual Studio has made me lazy
There is no doubt that VS is the best IDE to debug, also you can add some add-on to get a better experience