ms-iot / BusProviders

Repository for Windows IoT Core Bus Provider Libraries
MIT License
40 stars 44 forks source link

Project does not compile #5

Closed jamessdixon closed 8 years ago

jamessdixon commented 9 years ago

After pulling down a forked repo, I tried to compile the 2 CPP projects (PwmPCA9685 & PwmSoftware). It says it successfully compiles, but no .dll is generated in the .bin folder. Also, the references from the SamplePWMConsumer project are broken.

capture

Recompiling does not fix it. Trying to remove and reattach the references also throws an exception.

jessekaplan commented 9 years ago

We've not been able to reproduce this problem. You should be able to find the binaries (for an ARM build) in this path: BusProviders-develop\PWM\ARM\Debug

Have you tried creating a new C++/CX project (for desktop)? It's possible this is a configuration issue.

Thanks, Jesse

ooeygui commented 8 years ago

We cannot repro this issue