Dev-C++ (U12)
Demonstrates dynamic linking to call U12 functions from Dev-C++. 8/30/2002, 7.5 KB
Note: Dev-C++ is inactive. See the comment below about a replacement for DevC_U12.zip.
File attachment:
DAQ Devices
- UD Series (U3, U6, UE9)
- U12
- Quickstart Guide
- User's Guide
- U12 OEM PH/NTH Dimension Drawings
- Hardware Troubleshooting
- Software Options
- Installers and Drivers
- Programming
- Windows Examples
- Borland C Builder
- C Bit Operations
- C EEPROM Example
- C SPI Example
- DASYLab
- Delphi
- Delphi IO Example
- Dev-C++
- DotNet, C#, VB.NET
- Java
- LJsimplelog
- LJstream1
- LJstream2
- LabVIEW
- LabWindows/CVI
- MATLAB
- Perl
- PowerBASIC
- Python
- TestPoint
- VB6 DirectDLL
- VBA Excel
- VC6 Simple Example
- VC6 Stream Example
- VEE
- Visual Basic 6, VB6
- Visual C++ OCX
- Visual C++ DLL
- Windows Examples
- T Series
All Support Guides
Search
Shopping Cart
Testimonials
-
Man, you LabJack folks are great! ...and with fast responses! I think this will do just fine for me. THANK YOU VERY MUCH!!!—Lew, ISB, LLC

Comments
#1
Now that the Dev-C++ project is inactive and the website is down, we will find a suitable replacement that also uses GCC and update the files in the archives.
#2
Just to keep things up to date, it looks like Dev-C++'s website is back at the same address along with a link to a SourceForge project page. The above documentation has been changed to reflect this change.
#3
You need to include "#include<iostream>" and "using namespace std;" It then compiles and reports that it cannot find a dll file.
#4
Thanks for pointing out the C++ corrections.
Line 65 of "lj sample/main.cpp" reads:
if (hDLLInstance = LoadLibrary("ljackuw.dll"))so you'll need ljackuw.dll (also known as the UW driver). It comes with U12 Setup. Do you have that installed?