31 E:\Dev-Cpp\include\d3drm.h redefinition of typedef 'LPDIRECT3DRM'
31 E:\Dev-Cpp\include\d3drm.h redefinition of typedef 'LPDIRECT3DRM'
WIN_TYPES(IDirect3DRM, DIRECT3DRM);
typedef struct IDirect3DRM *LPDIRECT3DRM;
Kaysakado said:K, I'll go check.
EDIT: ZOMG it worked. Now to go copy and paste stuff from 1.09 to 1.08!
Delete + Repost: 'K, I got an error. (Well, actually about 10 errors, explaining in detail later)
Code:31 E:\Dev-Cpp\include\d3drm.h redefinition of typedef 'LPDIRECT3DRM' 31 E:\Dev-Cpp\include\d3drm.h redefinition of typedef 'LPDIRECT3DRM'
This is the redefinition:
And this is the first defenition:Code:WIN_TYPES(IDirect3DRM, DIRECT3DRM);
Code:typedef struct IDirect3DRM *LPDIRECT3DRM;
Which line should I delete? (By the way, the other errors were redefenitions, but both lines were the same, so it didn't matter whihc one I deleted)
WinZip said:Error reading header after processing 0 entries.
hahahahahah, heck no, WinZip do not support tar.gz, use WinRAR or tar -zxvf foobar.tarKaysakado said:WinZip said:Error reading header after processing 0 entries.
Kaysakado said:EDIT: Long story short: It didn't work.
E:\Documents and Settings\Rafat\My Documents\SRB2\Sonic 3 Ability\src\win32\fabdxlib.c In function `myEnumModesCallback':
125 E:\Documents and Settings\Rafat\My Documents\SRB2\Sonic 3 Ability\src\win32\fabdxlib.c syntax error before '.' token
E:\Documents and Settings\Rafat\My Documents\SRB2\Sonic 3 Ability\src\win32\fabdxlib.c In function `ClearSurface':
420 E:\Documents and Settings\Rafat\My Documents\SRB2\Sonic 3 Ability\src\win32\fabdxlib.c syntax error before '.' token
E:\Documents and Settings\Rafat\My Documents\SRB2\Sonic 3 Ability\src\win32\fabdxlib.c In function `LockScreen':
538 E:\Documents and Settings\Rafat\My Documents\SRB2\Sonic 3 Ability\src\win32\fabdxlib.c syntax error before '.' token
E:\Documents and Settings\Rafat\My Documents\SRB2\Sonic 3 Ability\src\win32\Makefile.win [Build Error] [../../objs/Mingw/Win32/fabdxlib.o] Error 1