General > Chit-Chat

Visual Studio

(1/2) > >>

TimoVJL:
Visual Studio is very good for programmers.

Now you can to tell to your boss, my Visual Studio is just opening a project, so i have a plenty of time to have cup of coffee:)

Eclipse used to be slowest IDE in the world, but now Visual Studio had made the best effort to to beat it with;D

Jokaste:
 ;D ;D ;D ;D

ika:
At one point I wanted to see if I could build my code in Visual Studio. (it could already be done in pocc / gcc), so after I made a new project in that folder, I realized it had put in a .vc directory that was 100MB... I still have no idea what that is for. After all, Pelles C can do all of the things I would use it for without that. Maybe the reason it takes so long to load is that it has to load files from this directory? I didn't care enough to investigate further, I just deleted all of the files related to that after seeing such a waste. Maybe if I really want to build it with cl.exe I can write a batch file for that.

TimoVJL:
These may help too ;)
https://forum.pellesc.de/index.php?topic=7330.msg27816#msg27816
https://forum.pellesc.de/index.php?topic=3250.msg24126#msg24126

Copy project file to new one and change the C compiler.

That batch file idea is good too, you can create an Add-In for it.

ika:
I forgot about this, you can just use cl.exe instead of pocc.exe in Pelles C? I remember reading a while ago you can switch out polink with microsoft's linker- so maybe I should check out these features of the program.

Now it makes me wonder how well this would work for other compilers... I will have to try this out at some point. Thanks for the help.

Navigation

[0] Message Index

[#] Next page

Go to full version