Nino, (or anyone else) . . .
Im having all sorts of problems compiling this . .
Here is the debug info
Command executed:
"C:\FreeBasic\fbc.exe" "I:\DBF Stuff\framconv\framconv\FBIDETEMP.bas"
Compiler output:
I:/DBF Stuff/framconv/framconv/AsciiFrameWork.Bi(32) error 136: Default types or suffixes are only valid in -lang deprecated or qb in 'Declare Function AsRgb( ByVal FCol As Integer , ByVal BCol As Integer )'
I:/DBF Stuff/framconv/framconv/AsciiFrameWork.Bi(38) error 41: Variable not declared, Y in 'For Y = 0 To (Buffer->Size.X) * (Buffer->Size.Y)'
I:/DBF Stuff/framconv/framconv/AsciiFrameWork.Bi(55) error 136: Default types or suffixes are only valid in -lang deprecated or qb in 'Function AsRgb( ByVal FCol As Integer , ByVal BCol As Integer )'
I:/DBF Stuff/framconv/framconv/FrameBufferConv.Bi(71) error 41: Variable not declared, StartcChar in 'pchar += StartcChar * 12'
I:/DBF Stuff/framconv/framconv/FrameBufferConv.Bi(71) warning 12(0): Implicit variable allocation, StartcChar
I:/DBF Stuff/framconv/framconv/FrameBufferConv.Bi(240) error 41: Variable not declared, y in 'For y = 0 To Ysize'
I:/DBF Stuff/framconv/framconv/FrameBufferConv.Bi(242) error 41: Variable not declared, targetpos in 'targetpos = y * 80'
I:/DBF Stuff/framconv/framconv/FrameBufferConv.Bi(245) error 41: Variable not declared, X in 'For X = 0 To xsize'
I:/DBF Stuff/framconv/framconv/FrameBufferConv.Bi(301) error 77: Recursive DEFINE not allowed, found 'MIN' in 'Dim As integer MinV = MIN(R,MIN(G,B))'
I:/DBF Stuff/framconv/framconv/FrameBufferConv.Bi(303) error 41: Variable not declared, MaxV in 'If ((MaxV - MinV) < &h3f) Then'
I:/DBF Stuff/framconv/framconv/FrameBufferConv.Bi(303) warning 12(0): Implicit variable allocation, MaxV
I:/DBF Stuff/framconv/framconv/FrameBufferConv.Bi(306) error 41: Variable not declared, col in 'col = 15'
I:/DBF Stuff/framconv/framconv/FrameBufferConv.Bi(306) error 123: Too many errors, exiting
Results:
Compilation failed
System:
FBIde: 0.4.6
fbc: FreeBASIC Compiler - Version 0.18.3 (12-28-2007) for win32 (target:win32)
OS: Windows NT 6.0 (build 6000)
Phew - can anybody help?
DrewPee
ps. Nice effect though - ran the .exe and that is fantastic!!!!!!
Drew