cassius Posted July 17, 2013 Share Posted July 17, 2013 Running my program in release mode in vc takes 3 or 4 minutes yet running it in the editor is much quicker. Anyone know how to speed up vc? Its not a huge program. Quote amd quad core 4 ghz / geforce 660 ti 2gb / win 10 Blender,gimp,silo2,ac3d,,audacity,Hexagon / using c++ Link to comment Share on other sites More sharing options...
AggrorJorn Posted July 18, 2013 Share Posted July 18, 2013 It should not make a difference. Does it still happen when you restart your computer. Quote Link to comment Share on other sites More sharing options...
cassius Posted July 18, 2013 Author Share Posted July 18, 2013 Yeah still happens when I restart. The standalone runs and loads faster so I suppose that's what the editor runs. Quote amd quad core 4 ghz / geforce 660 ti 2gb / win 10 Blender,gimp,silo2,ac3d,,audacity,Hexagon / using c++ Link to comment Share on other sites More sharing options...
beo6 Posted July 18, 2013 Share Posted July 18, 2013 if you say "editor" do you mean the Leadwerks Editor? because the LE editor does not compile your application. Visual Studio however does compiles it before debugging. Quote Link to comment Share on other sites More sharing options...
Josh Posted July 18, 2013 Share Posted July 18, 2013 It might be that the communication / debug process in Visual Studio is slowing it down? I've never seen anything as bad as you describe, however. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
cassius Posted July 18, 2013 Author Share Posted July 18, 2013 The wating time for loading and running seems fine in the le3 editor.In vc the compile and run takes about 3 minutes but it runs ok once started. Quote amd quad core 4 ghz / geforce 660 ti 2gb / win 10 Blender,gimp,silo2,ac3d,,audacity,Hexagon / using c++ Link to comment Share on other sites More sharing options...
beo6 Posted July 18, 2013 Share Posted July 18, 2013 how large is your code? if it is very large it is possible that the compile requires some time. If it is a small code it should not take so long except your computer is slow. For me it takes only a couple of seconds to compile a small code. Quote Link to comment Share on other sites More sharing options...
cassius Posted July 18, 2013 Author Share Posted July 18, 2013 My computer is not slow( spec below) .The code is basically aggrors 3rd person tut with a page or so of my code added. The level contains three castles models and 2 characters similar to my le2 prog exept that was written in codeblocks and loads much faster. Quote amd quad core 4 ghz / geforce 660 ti 2gb / win 10 Blender,gimp,silo2,ac3d,,audacity,Hexagon / using c++ Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.