Author Topic: PDW Open Source from 2 April 2013  (Read 15026 times)

Discriminator

  • Administrator
  • Top Member
  • ***
  • Posts: 185
    • View Profile
PDW Open Source from 2 April 2013
« on: 02 Apr 2013, 09:13:51 »
PDW is open source now. You can find the Github project repository here

radarspotters

  • Member
  • *
  • Posts: 2
    • View Profile
Re: Re: PDW Open Source
« Reply #1 on: 02 Apr 2013, 22:16:49 »
Great work. Many thanks for open sourcing this.

Code: [Select]
git.exe clone --progress -v "https://github.com/Discriminator/PDW.git" "D:\Sites\pdw"

Cloning into 'D:\Sites\pdw'...
POST git-upload-pack (200 bytes)
remote: Counting objects: 92, done.
remote: Compressing objects: 100% (88/88), done.
remote: Total 92 (delta 5), reused 91 (delta 4)

Success (5803 ms @ 02/04/2013 22:57:31)

:)

Two issues when attempting to compile using VS2012:

   
Code: [Select]
1 IntelliSense: no instance of overloaded function "std::vector<_Ty, _Alloc>::erase [with _Ty=FILTER, _Alloc=std::allocator<FILTER>]" matches the argument list
            argument types are: (FILTER *)
            object type is: FILTERLIST d:\Sites\pdw\PDW.cpp 10836 19 PDW3_0



2 IntelliSense: no instance of overloaded function "std::vector<_Ty, _Alloc>::insert [with _Ty=FILTER, _Alloc=std::allocator<FILTER>]" matches the argument list
            argument types are: (FILTER *, FILTER)
            object type is: FILTERLIST d:\Sites\pdw\PDW.cpp 10837 19 PDW3_0

Discriminator

  • Administrator
  • Top Member
  • ***
  • Posts: 185
    • View Profile
Re: Re: PDW Open Source
« Reply #2 on: 03 Apr 2013, 06:07:32 »
Great work. Many thanks for open sourcing this.

 8)

Quote
Two issues when attempting to compile using VS2012

It has been developed with Visual C++ 6.0. You may have to make adaptations to compile it with newer versions of Visual Studio. I have added a line to the Readme.

-Rene

davidf

  • Newbie
  • Posts: 1
    • View Profile
Re: PDW Open Source from 2 April 2013
« Reply #3 on: 07 Apr 2013, 02:09:46 »
Good stuff!  anyone working on porting PDW to run under linux?