thetacah
|
  |
| Joined: 18 Jan 2013 |
| Total Posts: 16026 |
|
|
| 20 Oct 2013 10:03 AM |
Is it the output trying to say nil, or what? |
|
|
| Report Abuse |
|
|
|
| 20 Oct 2013 10:03 AM |
| null = nil = nothing = zip |
|
|
| Report Abuse |
|
|
thetacah
|
  |
| Joined: 18 Jan 2013 |
| Total Posts: 16026 |
|
|
| 20 Oct 2013 10:05 AM |
| @AgentFirefox, I know what nil means, LOL! |
|
|
| Report Abuse |
|
|
|
| 20 Oct 2013 10:19 AM |
| Null means nil, you know what nil is don't you. So it'll the same thing, Nil is easier to understand |
|
|
| Report Abuse |
|
|
thetacah
|
  |
| Joined: 18 Jan 2013 |
| Total Posts: 16026 |
|
|
| 20 Oct 2013 10:48 AM |
| So it's not exactly the same thing? |
|
|
| Report Abuse |
|
|
|
| 20 Oct 2013 12:23 PM |
| null = nil = nothing = zip |
|
|
| Report Abuse |
|
|
adark
|
  |
| Joined: 13 Jan 2008 |
| Total Posts: 6412 |
|
|
| 20 Oct 2013 12:39 PM |
| Null is the C representation of Lua's nil, just as Lua's nil is the representation of C's null. They're effectively one and the same, but if you get an error reading NULL instead of nil, then it's an error on the C-side of the engine, which you cannot see without hacking the executable, which wouldn't exactly help your problem any-who. |
|
|
| Report Abuse |
|
|
|
| 20 Oct 2013 12:55 PM |
You actually can't get the C code from the executable. You'd be getting the assembly. ^_^ Assembly is so much fun! |
|
|
| Report Abuse |
|
|
Bassics
|
  |
| Joined: 24 Apr 2012 |
| Total Posts: 415 |
|
|
| 20 Oct 2013 12:56 PM |
Oh! You know nil?
You know nothing. <- Win |
|
|
| Report Abuse |
|
|
|
| 20 Oct 2013 12:57 PM |
| Then again, you can translate the assembly to C, so I suppose it would be possible to get C code from an executable. |
|
|
| Report Abuse |
|
|
adark
|
  |
| Joined: 13 Jan 2008 |
| Total Posts: 6412 |
|
|
| 20 Oct 2013 01:27 PM |
Also note I never said C code, just the C-side, which the Assembly therefor falls under. ^^
(Assembly is something I want to learn but never get around to doing anything with.) |
|
|
| Report Abuse |
|
|
|
| 20 Oct 2013 02:10 PM |
C is actually higher level than Assembly. :D
|
|
|
| Report Abuse |
|
|