Hi,
As I've used Xcode to compile the dylib I've chosen to not add the .xcodeproj file in the deposit as this one may vary from one version to another. But if you know a way to create a makefile with Xcode please let me know I'll add it to the project then.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Xcode is fine -- but right now there is too much to figure out to create the xcodeproj file. So I think it does make sense to have that in the repo. Alternatively, you could explain in the INSTALL how to create this and which options to choose.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
In order to compile the code, macosx_gpib_Prefix.pch must be set in the correct field under: Project (project name) -> Build Settings (All) -> Apple LLVM 9.0 - Language -> Prefix Header
Cheers
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi I wrote Makefile for this project. It compiles, but I do not have the Agilent hardware to test.
(My goal is to add support for GPIB-USB-HS). Would some try and see if it works?
Hi,
As I've used Xcode to compile the dylib I've chosen to not add the .xcodeproj file in the deposit as this one may vary from one version to another. But if you know a way to create a makefile with Xcode please let me know I'll add it to the project then.
Xcode is fine -- but right now there is too much to figure out to create the xcodeproj file. So I think it does make sense to have that in the repo. Alternatively, you could explain in the INSTALL how to create this and which options to choose.
Hi,
In order to compile the code, macosx_gpib_Prefix.pch must be set in the correct field under: Project (project name) -> Build Settings (All) -> Apple LLVM 9.0 - Language -> Prefix Header
Cheers
No further action to be done.
Hi I wrote Makefile for this project. It compiles, but I do not have the Agilent hardware to test.
(My goal is to add support for GPIB-USB-HS). Would some try and see if it works?