..:: PCSX2 Forums ::..

Full Version: ZZogl -- Zero GS KOSMOS fork
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(03-02-2009, 05:56 PM)Kein Wrote: [ -> ]Zeydlitz, did you read my post about your SVN? Too selfish to give an answer for "mere mortals"?
Well, since he's developing an open source plugin, I doubt he's that selfish. You are rather rude though.
Kein, what did you expect I should say? Thank you for cooperation? I read you message and send it to sysadmin.
Oh i see, it is NOT YOUR svn. Sorry then, just wondering why there is svn if it doesn't works.
It is "mine" in meaning that it's physical location in my home :-). But I am not the sysadmin here.
Well, keep in mind if you want to move your svn at some point, that opening a google project is free, and would net you an issue tracker for ZZogl as well. Or if you just wanted a faster svn repository that was about the equivalent of what you have now, http://xp-dev.com/ is free, and gives you unlimited repositories with a total of 1.5 GB free. It just doesn't have fancy graphical viewing of commits, issue tracking, etc...
Code:
Index: opengl/GSmain.cpp
===================================================================
--- opengl/GSmain.cpp    (revision 63)
+++ opengl/GSmain.cpp    (working copy)
@@ -54,7 +54,7 @@
void (*GSirq)();
u8* g_pBasePS2Mem = NULL;
int g_TransferredToGPU = 0;
-string s_strIniPath="../inis/zerogs.ini";
+string s_strIniPath="../inis/zzogl.ini";

static BOOL g_bHidden = 0;
int g_GameSettings = 0;
Change setting file.
I prefer not to do it -- so I could swap plugins on runtime to see differences.
Code:
1>..\ZZoglVB.cpp(62) : error C2039: 'CheckScissors' : is not a member of 'ZeroGS::VB'
1>        d:\compile\zzogl\opengl\zerogs.h(536) : see declaration of 'ZeroGS::VB'
1>..\ZZoglVB.cpp(64) : error C2065: 'scissor' : undeclared identifier
1>..\ZZoglVB.cpp(64) : error C2228: left of '.y1' must have class/struct/union
1>        type is ''unknown-type''
1>..\ZZoglVB.cpp(67) : error C2065: 'frame' : undeclared identifier
1>..\ZZoglVB.cpp(67) : error C2228: left of '.fbh' must have class/struct/union
1>        type is ''unknown-type''

5 Error with your latest code.
Forget update header. BTW, the new release remove some heights-related hacks, so it could do something unexpected (only with height -- it could increase or decrease for some images onscreen).
Hello,

I tried to compile the version R66 and I was errors at end.

Code:
1>Linking...
1>ZZoglShoots.obj : error LNK2005: "bool __cdecl STOP_AVI(void)" (?STOP_AVI@@YA_NXZ) already defined in zerogs.obj
1>ZZoglShoots.obj : error LNK2005: "bool __cdecl ADD_FRAME_FROM_DIB_TO_AVI(void *,char const *,int)" (?ADD_FRAME_FROM_DIB_TO_AVI@@YA_NPAXPBDH@Z) already defined in zerogs.obj
1>ZZoglShoots.obj : error LNK2005: "bool __cdecl ADD_FRAME_FROM_DIB_TO_AVI(char const *,int,int,int,int,void *)" (?ADD_FRAME_FROM_DIB_TO_AVI@@YA_NPBDHHHHPAX@Z) already defined in zerogs.obj
1>ZZoglShoots.obj : error LNK2005: "bool __cdecl START_AVI(char const *)" (?START_AVI@@YA_NPBD@Z) already defined in zerogs.obj
1>ZZoglShoots.obj : error LNK2005: "int __cdecl AVI_Exit(void)" (?AVI_Exit@@YAHXZ) already defined in zerogs.obj
1>ZZoglShoots.obj : error LNK2005: "int __cdecl AVI_CloseFile(struct IAVIFile *)" (?AVI_CloseFile@@YAHPAUIAVIFile@@@Z) already defined in zerogs.obj
1>ZZoglShoots.obj : error LNK2005: "int __cdecl AVI_CloseStream(struct IAVIStream *,struct IAVIStream *,struct IAVIStream *)" (?AVI_CloseStream@@YAHPAUIAVIStream@@00@Z) already defined in zerogs.obj
1>ZZoglShoots.obj : error LNK2005: "int __cdecl AVI_AddText(struct IAVIStream *,int,char *)" (?AVI_AddText@@YAHPAUIAVIStream@@HPAD@Z) already defined in zerogs.obj
1>ZZoglShoots.obj : error LNK2005: "int __cdecl AVI_AddFrame(struct IAVIStream *,int,struct tagBITMAPINFOHEADER *)" (?AVI_AddFrame@@YAHPAUIAVIStream@@HPAUtagBITMAPINFOHEADER@@@Z) already defined in zerogs.obj
1>ZZoglShoots.obj : error LNK2005: "int __cdecl AVI_SetText(struct IAVIFile *,struct IAVIStream *,char *,int,int,int)" (?AVI_SetText@@YAHPAUIAVIFile@@PAUIAVIStream@@PADHHH@Z) already defined in zerogs.obj
1>ZZoglShoots.obj : error LNK2005: "int __cdecl AVI_SetOptions(struct IAVIStream * *,struct IAVIStream * *,struct tagBITMAPINFOHEADER *,char const *)" (?AVI_SetOptions@@YAHPAPAUIAVIStream@@0PAUtagBITMAPINFOHEADER@@PBD@Z) already defined in zerogs.obj
1>ZZoglShoots.obj : error LNK2005: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl dumpAVICOMPRESSOPTIONS(struct AVICOMPRESSOPTIONS)" (?dumpAVICOMPRESSOPTIONS@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UAVICOMPRESSOPTIONS@@@Z) already defined in zerogs.obj
1>ZZoglShoots.obj : error LNK2005: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl getFOURCCVAsString(unsigned long)" (?getFOURCCVAsString@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@K@Z) already defined in zerogs.obj
1>ZZoglShoots.obj : error LNK2005: "int __cdecl AVI_CreateStream(struct IAVIFile *,struct IAVIStream * *,int,unsigned long,int,int,char const *)" (?AVI_CreateStream@@YAHPAUIAVIFile@@PAPAUIAVIStream@@HKHHPBD@Z) already defined in zerogs.obj
1>ZZoglShoots.obj : error LNK2005: "unsigned long __cdecl getFOURCC(char const *)" (?getFOURCC@@YAKPBD@Z) already defined in zerogs.obj
1>ZZoglShoots.obj : error LNK2005: "int __cdecl AVI_FileOpenWrite(struct IAVIFile * *,char const *)" (?AVI_FileOpenWrite@@YAHPAPAUIAVIFile@@PBD@Z) already defined in zerogs.obj
1>ZZoglShoots.obj : error LNK2005: "int __cdecl AVI_Init(void)" (?AVI_Init@@YAHXZ) already defined in zerogs.obj
1>   Creating library h:\PS2-test\ZZgl\opengl\Win32\\bin\ZZOgl.lib and object h:\PS2-test\ZZgl\opengl\Win32\\bin\ZZOgl.exp
1>h:\PS2-test\ZZgl\opengl\Win32\\bin\ZZOgl.dll : fatal error LNK1169: one or more multiply defined symbols found
1>Project : warning PRJ0018 : The following environment variables were not found:
1>$(GL_INC_PATH)

I solved the problem of : "1> .. \ Regs.cpp (124): error C3861: 'ArraySize': identifier not found"
Alters ArraySize in ARRAYSISE and it's compile now.