areaDetector / ADPcoWin

EPICS area detector driver for the PCO cameras
Apache License 2.0
1 stars 4 forks source link

ADPcoWin renaming and example IOC #4

Closed BenBradnick closed 5 years ago

BenBradnick commented 5 years ago

This includes the commits which renamed the contents of the module from pcocam2 to ADPcoWin (I will close the other pull request), and now also has an example Windows IOC (builds on Windows Server 2008 with Visual Studio 2010, and IOC successfully runs on Windows Server 2012 with pco.edge 5.5 CLHS):

MarkRivers commented 5 years ago

It looks like the Makefile that builds the IOC application is including asyn.dbd, busySupport.dbd, etc. These will be included by commonDriverMakefile which will cause an error on recent versions of base. I have not actually tested this however.

BenBradnick commented 5 years ago

Unfortunately I'm only able to test this on R3.14.12.3 - I can remove those lines if you wish (unless you want to test first?).

oksanagit commented 5 years ago

I would like to test first. I have build Support, Core, and ADPcoWin libraries and ready to try.

oksanagit commented 5 years ago

I guess it needs to be merged for me to pull.

MarkRivers commented 5 years ago

I merged it. I’ll fix any problems when I get back from a trip on Monday, or I can help with some problems remotely.