OpenTVMS Code
Status: Alpha
Brought to you by:
nomuraz
// Notes for compiling: ============================================================================================ FOR DEBUG MODE You have to do a couple of things under the solution folder: 1. Create an [solution folder]/debug/LOG folder. 2. Create an [solution folder]/debug/SF folder. 3. Create an [solution folder]/debug/SF/Advs folder 4. Create an [solution folder]/debug/SF/Flash folder 5. Create an [solution folder]/debug/SF/SeqIs folder 6. Create an [solution folder]/debug/SF/Subtitles folder 7. Create an [solution folder]/debug/SF/Templates folder 8. Create an [solution folder]/debug/SF/Videos folder 9. Create an [solution folder]/debug/CONF folder. 10. Craete an [solution folder]/debug/CONF/de.xml file and copy the text below in it. <?xml version="1.0"?> <EffectDllList> <EffectDllProperties> <etype>1</etype> <eversion>1</eversion> <epath>e1_1_0.dll</epath> <elastupdatetime>001412150609</elastupdatetime> </EffectDllProperties> <EffectDllProperties> <etype>2</etype> <eversion>1</eversion> <epath>e2_1_0.dll</epath> <elastupdatetime>001412150609</elastupdatetime> </EffectDllProperties> <EffectDllProperties> <etype>3</etype> <eversion>1</eversion> <epath>e3_1_0.dll</epath> <elastupdatetime>001412150609</elastupdatetime> </EffectDllProperties> <EffectDllProperties> <etype>4</etype> <eversion>1</eversion> <epath>e4_1_0.dll</epath> <elastupdatetime>173917270509</elastupdatetime> </EffectDllProperties> <EffectDllProperties> <etype>5</etype> <eversion>1</eversion> <epath>e5_1_0.dll</epath> <elastupdatetime>173917270509</elastupdatetime> </EffectDllProperties> <EffectDllProperties> <etype>7</etype> <eversion>1</eversion> <epath>e7_1_0.dll</epath> <elastupdatetime>004103150609</elastupdatetime> </EffectDllProperties> </EffectDllList> ============================================================================================ FOR RELASE MODE Do the same things for 'release' folder.