I started working on the port and got a good amount of our codebase to compile using your VS integration. I want to get everything up and running with the pepper api so I can debug any issues with the VS debugger. Now I stumbled across some linker errors in your pthread library. I could reproduce it in the “hello_world_gles” sample. I just create a new thread using pthread_create and I get the following linker error:
error LNK2019: unresolved external symbol __imp__pthread_create
If I choose NaCl32 as target platform everything is working fine. I’ve added the “pthread.lib” file to the additional dependencies of the ppapi config. Do I need todo anything else?
Btw, is there any progress on the issue that the debugger is always attached to the wrong process when launching from VS?