• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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.
Type=Exe
Startup="Sub Main"
Command32=""
Name="makefile"
HelpContextID="0"
CompatibleMode="0"
MajorVer=1
MinorVer=0
RevisionVer=0
AutoIncrementVer=0
ServerSupportFiles=0
VersionCompanyName="VB6"
CompilationType=0
OptimizationType=0
FavorPentiumPro(tm)=0 //fatal error U1001: syntax error: Illegal character '(' in macro//
CodeViewDebugInfo=0
NoAliasing=0
BoundsCheck=0
OverflowCheck=0
FlPointCheck=0
FDIVCheck=0
UnroundedFP=0
StartMode=0
Unattended=0
Retained=0
ThreadPerObject=0
MaxNumberOfThreads=1
 
Back
Top