Hi Hieu, I'm sharing a snippet of a doc on building windows clients. I'll probably put this up on ifolder.com. HTH.
Building iFolder client on Windows ----------------------------------- To compile iFolder on Windows we need Visual Studio 2008. There are two solutions availabe on Windows that are needed for getting the iFolder build. First, open the SimiasLib solution (<checked_out_path>/Simias/src/core/SimiasLib.sln). You would find 7 projects in it, namely FlaimWrapper, POBoxWS, Simias, SimiasClient, SimiasLib, SimiasWebService, and SyncService. More explanation on each of the project later. For now, just select the top row ( Solution 'SimiasLib' ( 7 projects)), right-click and hit build. This would take some time and build successfully. At present, the output directory is hard-coded, so you will find the output in c:\iFolder_stage Next, open the FormsTrayApp.sln (<checked_out_path>/src/UI/Windows/FormsTrayApp/FormsTrayApp.sln). You would find 8 projects in it, namely FormsTrayApp, iFolderComponent, iFolderShell, iFolderShellRes, iFolderWebService, KeyRecovery, Novell.iFolder and Novell.iFolder.Web. Select the top row (Solution 'FormsTrayApp' (8 projecets)) right click and hit build. Again this would take some time and get you the successful build. As mentioned above you will find all the output in c:\iFolder_stage folder. Now your client is ready to run. Run c:\iFolder_stage\iFolderApp.exe. This would greet you with a account creation Wizard. Let's stop this for a while and go build the server. Next, open the file “WinClientPlugins.sln” which is available in <plugins folder>/WindowsClient Select the top row and build it. The final output goes into “c:\iFolder_stage” folder //Johnny On Mon, Aug 16, 2010 at 5:51 AM, hieu phan <[email protected]> wrote: > Hi, > I would like to ask two questions. First is there a build solution > available to create the setup file in visual studio 2008? If not, can you > tell what files are needed. The second question is during a build of > FormTrayApp, specifically in the ifoldershell.h there is a fatal error, the > \iFolderComponent.tlb is missing? I try Ravi suggestion of clean the > solution and rebuild but that did not clear the error. Is there any other > way? > > -- > Thank You > Hieu > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > ifolder-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ifolder-devel > > -- [johnnyjacob.org] "May you share freely, never taking more than you give " ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ ifolder-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ifolder-devel
