emulation mode fail compiling linking problem

Hi,

I’m using visual studio 2008 with the custom build rules made by nvidia. The problem occurs only when I’m trying to get an executable file who run in emulation mode. I’m thinking it is because I use a structure declared in an other cu file. When I instantiate a variable with this structure, I always get a linking problem like this one :

What I do wrong?

thanks