Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mrbig

Pages: [1]
1
General chat / Re: Many Happy Returns - JIM!
« on: June 26, 2008 »
Good to see you here again, and happy birthday from Argentina.

SKiDROW-SouthAmerica

2
Freebasic / Re: New intro with complete source code.
« on: January 02, 2008 »
YEAH THIS COMPILE.... NICE MESSAGE!!!

3
Freebasic / Re: New intro with complete source code.
« on: January 02, 2008 »
thank you shockwave, i download last week defacto2.exe from webpage and here found the source like this!, but a i want to compile to learn the freebasic variant, come from purebasic, but think this is more faster ... what your think???

4
Freebasic / Re: New intro with complete source code.
« on: January 02, 2008 »
one of the best, but can compile....

some can help me???

D:\Documents\Development\FreeBASIC\FreeBASIC\defacto2>fbc defacto.bas
defacto.bas(11) error 135: Only valid in -lang deprecated, found 'static' in 'op
tion static'
defacto.bas(12) error 135: Only valid in -lang deprecated or qb, found 'explicit
' in 'option explicit'
D:/Documents/Development/FreeBASIC/FreeBASIC/defacto2/a256nickpal.bas(2) error 1
36: Default types or suffixes are only valid in -lang deprecated or qb, found '.
' in 'dim shared a256nick.bmp.pal(0 to 767) as ubyte = { _'
D:/Documents/Development/FreeBASIC/FreeBASIC/defacto2/a256nickraw.bas(2) error 1
36: Default types or suffixes are only valid in -lang deprecated or qb, found '.
' in 'dim shared a256nick.bmp.raw(0 to 55799) as ubyte = { _'
D:/Documents/Development/FreeBASIC/FreeBASIC/defacto2/deflogopal.bas(2) error 13
6: Default types or suffixes are only valid in -lang deprecated or qb, found '.'
 in 'dim shared deflogo.bmp.pal(0 to 767) as ubyte = { _'
D:/Documents/Development/FreeBASIC/FreeBASIC/defacto2/deflogoraw.bas(2) error 13
6: Default types or suffixes are only valid in -lang deprecated or qb, found '.'
 in 'dim shared deflogo.bmp.raw(0 to 44719) as ubyte = { _'
D:/Documents/Development/FreeBASIC/FreeBASIC/defacto2/craxxor.bas(2) error 136:
Default types or suffixes are only valid in -lang deprecated or qb, found '.' in
 'dim shared craxxor.xm(0 to 19333) as ubyte = { _'
defacto.bas(32) error 14: Expected identifier, found 'HWAVEOUT' in 'Dim hWave As
 HWAVEOUT'
defacto.bas(50) error 136: Default types or suffixes are only valid in -lang dep
recated or qb, found ',' in 'Dim Shared img_r(256), img_g(256), img_b(256) as sh
ort'
defacto.bas(72) error 136: Default types or suffixes are only valid in -lang dep
recated or qb, found ',' in 'Dim Shared LFimg_r(256), LFimg_g(256), LFimg_b(256)
 as short'
defacto.bas(72) error 123: Too many errors, exiting

Pages: [1]