i'm trying to compile a project on VS2010 for 64 bits wrote in C and use CUDA 5.0 and GLib. I already had a working profile for 32 bits and everything goes ok.
On configuration manager i created a new context for 64 bits with settings copied from the 32 bits one. Then, i updated Glib paths for 64 bits version and had set CUDA C/C++-> Target Machine Platform to "64 bit".
Well, it compiles ok, but when i try to run get the error:
The application couldn't be initialized correctly (0x000007b).
Am i forgeting something?