Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Running server/client without compiling in vb6 everytime?


Guest
 Share

Recommended Posts

I was wondering how I run my server/client without having to get on vb6 and compile all the coding everytime. If I just bring my server/client up normally without compiling again then the changes i did in the coding doesn't change the game engine any, solution?
Link to comment
Share on other sites

One you made some changes with VB6 just hit Ctrl+F5 which will do a full compile run of the program your running in VB. Then once you tested out whatever you added then you can go ahead an compile. Just run through the IDE ;D
Link to comment
Share on other sites

Hit the blue play button at the top or press F5 or press Ctrl+F5\. I recommend the last one Ctrl+F5 cause it does a full compile so if there are any errors in your code where it may be within the program they will get picked up ;D
Link to comment
Share on other sites

Ah! So that's your problem I thought you were looking for a way to run the engine without having to compile to EXE :P Well then….the only thing I can think of is that you aren't saving your work once you've changed it.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...