Welcome, Guest
Username: Password: Remember me
Discussions for CodeTyphon Studio Installation and Setup.
  • Page:
  • 1

TOPIC:

How to recompile FPC with -dTEST_WIN32_SEH 7 years 10 months ago #9685

  • Avra
  • Avra's Avatar Topic Author
  • Visitor
  • Visitor
To try naming threads in threads debug window I need to recompile FPC with specific option. Where do I insert this option and how do I recompile FPC?

CT5.7 with latest updates for 5.8, WinXP SP3

Please Log in or Create an account to join the conversation.

Last edit: by Avra.

How to recompile FPC with -dTEST_WIN32_SEH 7 years 10 months ago #9687

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Sir, my suggestion

1) Go to
C:\codetyphon\ScriptsWin\x_FPC_Win32_Build.bat
line 44
ECHO -------------------------------------------------------
ECHO                  Build FreePascal 32bit 
ECHO -------------------------------------------------------
START /D ..\fpcsrc\ /B /WAIT ..\fpc\fpc32\bin\i386-win32\make.exe all

add
ECHO -------------------------------------------------------
ECHO                  Build FreePascal 32bit 
ECHO -------------------------------------------------------
START /D ..\fpcsrc\ /B /WAIT ..\fpc\fpc32\bin\i386-win32\make.exe all OPT="-dTEST_WIN32_SEH"


2) use CTCenter=> FreePascal=>FPC 32 bits Build
PilotLogic Architect and Core Programmer
The following user(s) said Thank You: Avra

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.
  • Page:
  • 1