Author Topic: how to compile fba for windows xp?  (Read 4430 times)

Offline robsons2007

  • Jr. Member
  • **
  • Posts: 61
  • Karma: +0/-0
how to compile fba for windows xp?
« on: October 18, 2015, 12:47:52 PM »

anyone know how to compile the fba runs on xp .for makefile.vc?

Offline Barry Harris

  • dontbeabarry
  • *
  • Posts: 1785
  • Karma: +0/-65535
  • I'm Barry Harris and I like to f*** people over
Re: how to compile fba for windows xp?
« Reply #1 on: October 18, 2015, 01:46:08 PM »
Uncomment the following in makefile;

Code: [Select]
# Build for Windows XP target (for use with Visual Studio 2012-15)
#BUILD_VS_XP_TARGET = 1
Account of Barry Harris; the traitor.
Send me an e-mail at barry@fbalpha.com letting me know how big of a piece of sh** I am.

Offline robsons2007

  • Jr. Member
  • **
  • Posts: 61
  • Karma: +0/-0
Re: how to compile fba for windows xp?
« Reply #2 on: October 18, 2015, 02:29:50 PM »
is possible in fba_src_029677 version
build for xp?

Offline Barry Harris

  • dontbeabarry
  • *
  • Posts: 1785
  • Karma: +0/-65535
  • I'm Barry Harris and I like to f*** people over
Re: how to compile fba for windows xp?
« Reply #3 on: October 19, 2015, 03:50:57 AM »
is possible in fba_src_029677 version
build for xp?

Nothing specific would be required. You're on your own finding the right tools, etc. for something that old though.
Account of Barry Harris; the traitor.
Send me an e-mail at barry@fbalpha.com letting me know how big of a piece of sh** I am.

Offline robsons2007

  • Jr. Member
  • **
  • Posts: 61
  • Karma: +0/-0
Re: how to compile fba for windows xp?
« Reply #4 on: October 19, 2015, 07:50:28 AM »
thank you