Author Topic: FBA v0.2.95.22 out,^_^  (Read 31919 times)

Offline Badablek

  • Jr. Member
  • **
  • Posts: 63
  • Karma: +0/-0
  • Member
FBA v0.2.95.22 out,^_^
« Reply #60 on: February 01, 2005, 03:32:27 PM »
Quote from: iq_132
I tried it before... it just gave me errors...


wowwww strange...works fine for me  :confused: (version 22 and 23)

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
FBA v0.2.95.22 out,^_^
« Reply #61 on: February 01, 2005, 04:19:16 PM »
lol, just figured it out...

I'd added this to main.cpp for the avi recording...
It's from an older FBA.

Code: [Select]
int AppError(char *szText, int bWarning)
{
SplashDestroy(1);

AudSoundStop();
// MessageBox(hScrnWnd, szText, (bWarning ? APP_TITLE " Warning" : APP_TITLE " Error"), MB_OK | (bWarning ? MB_ICONWARNING : MB_ICONERROR) | MB_SETFOREGROUND);
AudSoundPlay();

return 0;
}


Offline osv29

  • New Member
  • *
  • Posts: 5
  • Karma: +0/-0
  • Junior Member
FBA v0.2.95.22 out,^_^
« Reply #62 on: February 01, 2005, 04:29:31 PM »
Quote from: Badablek
wowwww strange...works fine for me  :confused: (version 22 and 23)


hey thanks ....for me works great with version 23

Offline DethXec

  • Newbies
  • *
  • Posts: 43
  • Karma: +0/-0
  • Neo·FBA |dev|
    • Another dot in the Universe
FBA v0.2.95.22 out,^_^
« Reply #63 on: February 26, 2005, 03:10:53 AM »
Quote from: PRican25
well i got the mingw for iq (big thx) and grabed the fba src but when i typed make it gave me this error:
Code: [Select]
C:\FBA>make
Making normal build...
ECHO is off.
The syntax of the command is incorrect.
make[1]: *** [init] Error 1
make: *** [mingw] Error 2

Put this files on /bin dir: echo.exe, mkdir.exe, rm.exe, sh.exe and touch.exe. You can get them from http://unxutils.sourceforge.net

Good Luck :D
« Last Edit: May 10, 2005, 12:50:18 PM by iq_132 »