Some1 tell me the difference - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Some1 tell me the difference (
/showthread.php?tid=361035)
Some1 tell me the difference -
Face9000 - 19.07.2012
In Pawno,what's the difference between "Compile" and "Compile/Run"..?
Re: Some1 tell me the difference -
tyler12 - 19.07.2012
nothing
Re: Some1 tell me the difference -
Joe Staff - 19.07.2012
Pawno isn't attached to server.exe, so nothing.
Re: Some1 tell me the difference -
Face9000 - 19.07.2012
Ok thanks both.
Re: Some1 tell me the difference -
TheArcher - 19.07.2012
Well, compile is compiling the souce code. Compile/Execute it compile and execute whatever its attached, as Joe said server.exe isn't attached to pawno. However try to compile a code in C++ and do Compile & Execute, it will compile and execute a console.
Re: Some1 tell me the difference -
[P4] - 19.07.2012
The difference is also in the button itself, as far as I can see
Re: Some1 tell me the difference -
FireCat - 19.07.2012
In robotic (we use c++ [but it's a modified one]), we have a RS-232 cable to connect to our robots, so if we want, we can choose compile (just compile, scan for errors and save) or compile/run (compile, scan for errors, and "upload" to the robot)
Re: Some1 tell me the difference -
TheArcher - 19.07.2012
Quote:
Originally Posted by FireCat
In robotic (we use c++ [but it's a modified one]), we have a RS-232 cable to connect to our robots, so if we want, we can choose compile (just compile, scan for errors and save) or compile/run (compile, scan for errors, and "upload" to the robot)
|
Compile & Run depends on your compiler.