Jump to content


Photo

Compiling TobEx Source Code


  • Please log in to reply
2 replies to this topic

#1 Lamach Head

Lamach Head
  • Member
  • 24 posts

Posted 01 November 2013 - 08:00 AM

Hi,

 

I am trying to compile the source code, first unmodified, to be sure everything works. According to compile notes I've set up the MS Detours 3.0 Express Library and fetched MFC 4.2 Libraries (from VS 6.0 with service pack).

Then I got stuck on AsmJit 1.0 beta 4. I am supposed to compile the provided one (according to TobEx compile notes) and link the project to it. Which I have no clue how to compile. My C++ experience is mediocre I'd say, I am not professional programmer, just a decent modder, so it may be a total noob question.

How do I compile the AsmJit?

 

Thanks a lot.



#2 -veyn-

-veyn-
  • Guest

Posted 01 November 2013 - 10:00 AM

Install CMake, run appropriate AsmJit/Util/configure-windows-vs20??-x86.bat, open the solution that cmake creates in AsmJit/Build directory, build as usual.



#3 Lamach Head

Lamach Head
  • Member
  • 24 posts

Posted 02 November 2013 - 03:04 AM

Thank you,

I've tried cmake already, but it gave me an error (something about missing cmake file), I may try again. 

In the meantime I've found older version of TobEx code on my backup disk, in which no AsmJit was necessary to mess with. And that version works for me, so I am going on with it for now (it's TobEx beta022).