Vistual studio community 2017

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

Henk
Posts: 7218
Joined: Mon May 27, 2013 10:31 am

Re: Vistual studio community 2017

Post by Henk »

Nothing new. If your data model is not right you are in trouble. Twenty years ago I heard if your data model isn't right you have to start all over again.

Few years ago someone told me that database changes should not be a problem. I did not believe him and I still think he is wrong. Maybe small changes in data model are do-able.
Henk
Posts: 7218
Joined: Mon May 27, 2013 10:31 am

Re: Vistual studio community 2017

Post by Henk »

Extending a data model is a different story. If extension means you 'only' need to add.
User avatar
stegemma
Posts: 859
Joined: Mon Aug 10, 2009 10:05 pm
Location: Italy
Full name: Stefano Gemma

Re: Vistual studio community 2017

Post by stegemma »

I had have some problem me too with VS2017 but I have solved all of them, with a few googling. Now I'm satisfied with this IDE, more than with any of the other ones. Recently I've found usefull NetBeans but just for html/php projects. For C++ I think that VS2017 is the best choice.

Good luck with your... two thousands errors! ;)
Author of Drago, Raffaela, Freccia, Satana, Sabrina.
http://www.linformatica.com
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: 12540
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: 7218
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 :