How to compile AkelPad-4.9.8-src with MinGW

English main discussion
Post Reply
  • Author
  • Message
Offline
Posts: 8
Joined: Wed Feb 03, 2021 8:31 am

How to compile AkelPad-4.9.8-src with MinGW

Post by JerryZhen »

Hi, Just want to know how to compile the AkelPad-4.9.8-src with MinGW, if there's document? Thanks.

Offline
Posts: 874
Joined: Sat Jan 16, 2010 2:03 pm

Post by opk44 »

JerryZhen
makefile + (makefile.bat | makefile-x64.bat)

Offline
Posts: 8
Joined: Wed Feb 03, 2021 8:31 am

Post by JerryZhen »

any doc for setup the develop environment? seems need to install VS2005 or VC6.0, and MinGW-w64,right?

Offline
Posts: 8
Joined: Wed Feb 03, 2021 8:31 am

Post by JerryZhen »

According to the code, find it need to install Microsoft Visual C++ Toolkit 2003 and Windows Server 2003 SP1 Platform SDK, then check paths MSSDK and VCDIR in Build-Eng.cmd and run Build-Eng.cmd.

Offline
Posts: 874
Joined: Sat Jan 16, 2010 2:03 pm

Post by opk44 »

hi, I try to compile the source code, not sure how to setup the environment, seems need to install VS2005 (it's very old version) and MinGW-w64, right?
You can use MinGW _OR_ (Toolkit 2003 + PlatformSDK). Not _AND_.

I did not use Mingw.
My tool set (Build.cmd):

Code: Select all

set VCDIR=c:\Program Files\Microsoft Visual C++ Toolkit 2003
set MSSDK=c:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK

Offline
Posts: 8
Joined: Wed Feb 03, 2021 8:31 am

Post by JerryZhen »

yes, VS toolkit works well. MinGW will fail when compile the code.
Post Reply