- Code: Select all
D:\Swingame>set PATH=C:\FPC\2.4.0\bin\i386-win32
D:\Swingame>echo %PATH%
C:\FPC\2.4.0\bin\i386-win32
D:\Swingame>winbuild.cmd ParaPlex.exe
SwinGame.ico
************************
Compiling game using FPC
************************
Output can be found in the bin folder
A subdirectory or file bin already exists.
Free Pascal Compiler version 2.4.0 [2009/12/18] for i386
Copyright (c) 1993-2009 by Florian Klaempfl
Target OS: Win32 for i386
Compiling GameLauncher.pas
PPU Loading .\lib\SGSDK_Audio.ppu
PPU Invalid Version 91
Fatal: Can't find unit SGSDK_Audio used by MyGame
Fatal: Compilation aborted
Error: C:\FPC\2.4.0\bin\i386-win32\ppc386.exe returned an error exitcode (normal
if you did not specify a source file to be compiled)
Error...
D:\Swingame>
Any idea's?