>>> On 12/30/2010 at 08:30 PM, Barry Smoke <[email protected]> wrote:
> > Started visual studio(2010) as administrator, opened the core SimiasLib > solution, clean, build. > > Do I need to create a batch file to do what the prebuild scripts do, like > Grzegorz Sobanski [email protected]? > > > > There*s also the namespace errors below, so perhaps it*s just a config that > the prebuild scripts set* > > I*ll look into compiling on linux next, then try windows. > Looks like you do not have "VC++" profile installed for VS. FlaimWrapper.dll is a native library. You need to install the VC++ tools for VS 2010. iFolder3 Windows client build copies all build binaries to a hardcoded path - C:\iFolder_stage. For some reason, VS / msbuild is not able to create a folder there. From my experience, that would mean either of 2 things: * UAC is enabled or some other permission restriction exists on C:\ that doesn't allow "barrys" user to create directories * VS is not running as "Administrator". Btw, I'm not sure if anyone has attempted to build iFolder3 Windows client with .Net v4.x :) HTH, Srinidhi. ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ ifolder-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ifolder-devel
