News:

PDW version 3.12 released

Main Menu

building PDW. Help requested

Started by thekr1s, 03 Nov 2015, 19:48:20

Previous topic - Next topic

thekr1s

I have retrieved the source code from the GIT archive, but I have problems building it. I have failed to open  the .dsp in different versions of visual studio. Loading / converting the .dsp stops without a message or I get the message that the .dsp is corrupt.

Can anyone give some help to get the project loaded and build in visual studio?


Regards,
RMW

thekr1s

Is someone building PDW from source anyway?
To get things going I grabbed and build gnuradio / linux. Usung that now for decoding.

Discriminator

This was new for me as well. This is what I did for the latest release;

- Installed cmake 2.8.11
- Installed Visual Studio 2012 Express

- In cmake, entered the source directory and output directory (in my case both  E:/.../pdw), then  'Generate'.
- In Visual Studio, opened the generated pdw.vcxproj file and chose 'Build Solution'