Molebox Source Code

Custom Title Activated
Loyal Member
Joined
Mar 26, 2012
Messages
1,465
Reaction score
131
I have found this link for Molebox source code but, was wondering if anyone has tried this or has successfully compiled it with Windows 7 64 Bit. If so, please share the correct steps to compile it. Thank you.

 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830


Scroll down, it tells you how to build.
 
Custom Title Activated
Loyal Member
Joined
Mar 26, 2012
Messages
1,465
Reaction score
131
I have already followed their instructions. The only thing created is some of the dlls but, the exe file is never made. This is why I was asking for help. Thanks
 
Custom Title Activated
Loyal Member
Joined
Mar 26, 2012
Messages
1,465
Reaction score
131
Ok I have managed to at least get one EXE to be created but, am getting an error with the following code:
from pefile import *
ModuleNotFoundError: No Module named 'pefile'

I have installed pefile with python 2.7 but, still same error. Is there a set of steps that I am missing? Any help would be appreciated. Thank you.
 
Custom Title Activated
Loyal Member
Joined
Mar 26, 2012
Messages
1,465
Reaction score
131
Having an issue with makefile.mak. The error is down below. Any help would be appreciated. Thank you.