fusion

Problem installing wordpress child themes.

Hi, I've tried to install either the Fusion or Thematic child themes for my blog. My Wordpress directory is located at myblog/wordpress while my domain is just myblog (example). Everything works fine with both basic themes or the parent Fusion or Thematic themes. When I install a child theme for either framework, I can view the previ...

.NET assembly loading problem

I'm maintaining the build process for our application which consist of an ASP.Net application, two different Win32 services and other sysadmin related applications. I want to end up with the following configuration to be used both when debugging & deploying. libraires/ -- Contains shared assemblies used by all other apps. web/ ...

boost fusion: strange problem depending on number of elements on a vector

I am trying to use Boost::Fusion (Boost v1.42.0) in a personal project. I get an interesting error with this code: #include "boost/fusion/include/sequence.hpp" #include "boost/fusion/include/make_vector.hpp" #include "boost/fusion/include/insert.hpp" #include "boost/fusion/include/invoke_procedure.hpp" #include "boost/fusion/include/mak...

Specify Search Path for .net assembly binding/Fusion in app.config?

I have an application that depends on other .net assemblies. When I start the application, I get an error that an assembly or one of its dependencies cannot be loaded. I do not want to put the assemblies into the GAC or into the Directory of the application. Is there a way (app.config?) to tell .net to look into a given path when trying...

What is the proper use of boost::fusion::push_back?

// ... snipped includes for iostream and fusion ... namespace fusion = boost::fusion; class Base { protected: int x; public: Base() : x(0) {} void chug() { x++; cout << "I'm a base.. x is now " << x << endl; } }; class Alpha : public Base { public: void chug() { x += 2; cout << "Hi, I'm an ...

How to use boost::fusion::transform on heterogeneous containers?

Boost.org's example given for fusion::transform is as follows: struct triple { typedef int result_type; int operator()(int t) const { return t * 3; }; }; // ... assert(transform(make_vector(1,2,3), triple()) == make_vector(3,6,9)); Yet I'm not "getting it." The vector in their example contains elements all of...

Where can I find boost::fusion articles, examples, guides, tutorials?

I am going to go ahead and shamelessly duplicate this question because the accepted answer is essentially "nope, no guides" and it's been nearly a year now since it's been asked. Does anyone know of any useful articles, guides, tutorials, etc. for boost::fusion besides the barebones documentation on boost.org? (which I'm sure is great a...

VMWare Fusion 3 on Mac Delete Snap Shot

I turned on AutoProtect and then decided I didn't want it. I found a several Gig size file in my VM folder. I tried to delete it after Shutting Down the VM (Win 7) But when I restarted Win 7 it complained that the snapshot files were needed. I restored them and was ok. How do I get rid of these AutoProtect created snapshot files? ...

Installing Win32 shared SxS policy via WiX 3.0 MSM fails for 2nd app

I am attempting to author a merge module for use by multiple application installers to install a Win32 Shared SxS Assembly and its associated Policy. I'm using WiX 3.0 to generate the MSM and test MSIs. So far it works fine on XP-SP3/Vista-SP2/Win7 for the first app installer that runs … but on XP-SP3 the second app installer fails bec...

Fully Qualified Type Resolution in .NET

Simple question (comes up in SharePoint 2010, but that's not really relevant). How does: <add name="LdapMembershipProvider" type="Microsoft.Office.Server.Security.LdapMembershipProvider, Microsoft.Office.Server, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" ...resolve when the actual type (LdapMembershipProvide...

Javascript via Ajax

Hi. How can i start javascript via ajax ? html file <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>FusionCharts 3.0 Dashboard</title> <script language="JavaScript" src="../FusionCharts.js"></script> <script language="JavaScript" src="../PowerMap.js"></script> <script type="text/javascri...

.NET Fusion logger: What is the difference between Default and Native Images?

In the .NET fusion logger (FUSLOGVW.exe) what do the two options in the lower right of the screen do? Log Categories + Default + Native Images And how can I use either one to diagnose a mixed-mode assembly problem? ...

Running XAMPP on Windows through VMWare Fusion on a MAC, how do I configure apache to use my shared folders (Z:) as the web root?

Environment: Main platform: MAC OSX 10.6 Secondary platform via VMWare Fusion: Windows 7 64-bit Background: I'm running MAMP Pro on the MAC side with a webroot at "/www". I need to test websites in IE thus requiring a Windows installation. I installed XAMPP on my Windows side and changed the apache root directory to "Z:\www", the ...

Oracle fusion middleware - Reports 11g - graph background color

I have created a graph in oracle reports 10G/11G for the following query. Select object_type,count(*) from user_objects group by object_type In 10g I have got the graph with white background where as in 11g I have got the graph with gradient effect.I have changed the plot area background (with white color) also but there is no change ...

Assembly reference not found, even though the assembly is in the same directory

We're currently developing an add-in for some software. We decided to develop in .NET, even though the application is written in some native language. Since there were some problems directly creating the external interface in .NET, we decided to build a bridge DLL in C++/CLI, which does some basic initialization and then loads our manage...

error: boost.fusion::for_each() and struct derived from boost.tuple

Hi all! on compilation this code: struct any_type: boost::tuple<std::string, std::string, std::string> { ... }; struct functor { void operator()(const std::string& v) { std::cout << v << std::endl; } }; int main() { any_type type; boost::fusion::for_each(type, functor()); } get error: no type named 'category' in...

Linking to a .Net v2.0 assembly from a .Net v4.0 assembly also appears to link (and alias) mscorlib v2.0. Why?

I have a .Net assembly which imports an assembly linked against the v2.0 runtime. The problem I'm having is that when I try to run some tests on my assembly, Fusion trys to load the wrong version of a dependent assembly. After looking at the assembly manifest, I can see why: the wrong version of FSharp.Core is linked. In my build file,...

Understanding Fusion Trees?

I stumbled across the Wikipedia page for them: http://en.wikipedia.org/wiki/Fusion_tree And I read the class notes pdfs linked at the bottom, but it gets hand-wavy about the data structure itself and goes into a lot of detail about the sketch(x) function. I think part of my confusion is that the papers are trying to be very general, a...

Boost Fusion container of shared pointers (shared_ptr) causing Segmentation Fault (sigsegv) or garbage results

Edit: This issue only seems to happen with the combination of joint_view and shared_ptr. Raw pointers seem to work fine in the same scenario, as do shared pointers in a plain fusion container constructed w/ all its items at once, without adding anything more to it. Details below: I'm using mingw gcc 4.5.1 Running into a peculiar issue...

VMWare fusion NAT + host tunnel; access from vm

I'm having trouble accessing a port on my OSX host from a vm. I'm using NAT in VMware fusion. In my (OSX host) hosts file, I have the ip address for vmnet8 mapped to 'mac'. From my vm, I can 'ssh user@mac' and it works as expected: I am logged into the host. So, my hosts file is working. I have a tunnel from my OSX host to an Oracle s...