Click here to Skip to main content
15,883,531 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
So, was looking for some source on how to use the parallel port for reading and data capturing. when finding 17 Channel Logic Analyzer by Elmue, was aroused by this project. exactly what was looking for.

now when trying to rebuild this project, this came up.
Still need to look at all the code, but while doing that, wanted to post and ask for some aid.
so, Either anyone familiar or Elmue, could you help out here?

kind regards,
Lorcan

------ Build started: Project: LogicAnalyzer, Configuration: Debug Win32 ------
Build started 9/09/2012 0:18:17.
InitializeBuildStatus:
  Touching ".\Debug\LogicAnalyzer.unsuccessfulbuild".
ClCompile:
  All outputs are up-to-date.
  Analyzer.cpp
d:\logicanalyzer_1.5\analyzer.cpp(223): error C2065: 'A' : undeclared identifier
d:\logicanalyzer_1.5\analyzer.cpp(223): error C2065: 'A' : undeclared identifier
d:\logicanalyzer_1.5\analyzer.cpp(223): error C2065: 'A' : undeclared identifier
d:\logicanalyzer_1.5\analyzer.cpp(225): error C2065: 'A' : undeclared identifier
d:\logicanalyzer_1.5\analyzer.cpp(225): error C2228: left of '.GetLength' must have class/struct/union
d:\logicanalyzer_1.5\analyzer.cpp(228): error C2065: 'A' : undeclared identifier
d:\logicanalyzer_1.5\analyzer.cpp(230): error C2065: 'A' : undeclared identifier
d:\logicanalyzer_1.5\analyzer.cpp(598): error C2065: 'L' : undeclared identifier
d:\logicanalyzer_1.5\analyzer.cpp(598): error C2065: 'L' : undeclared identifier
d:\logicanalyzer_1.5\analyzer.cpp(598): error C2065: 'L' : undeclared identifier
d:\logicanalyzer_1.5\analyzer.cpp(600): error C2065: 'L' : undeclared identifier
d:\logicanalyzer_1.5\analyzer.cpp(601): error C2065: 'L' : undeclared identifier
d:\logicanalyzer_1.5\analyzer.cpp(897): error C2065: 'P' : undeclared identifier
d:\logicanalyzer_1.5\analyzer.cpp(897): error C2065: 'P' : undeclared identifier
d:\logicanalyzer_1.5\analyzer.cpp(897): error C2065: 'P' : undeclared identifier
d:\logicanalyzer_1.5\analyzer.cpp(899): error C2065: 'P' : undeclared identifier
d:\logicanalyzer_1.5\analyzer.cpp(904): error C2065: 'P' : undeclared identifier
d:\logicanalyzer_1.5\analyzer.cpp(907): error C2065: 'P' : undeclared identifier
d:\logicanalyzer_1.5\analyzer.cpp(912): error C2065: 'P' : undeclared identifier
d:\logicanalyzer_1.5\analyzer.cpp(924): error C2065: 'P' : undeclared identifier
d:\logicanalyzer_1.5\analyzer.cpp(924): error C2065: 'P' : undeclared identifier
d:\logicanalyzer_1.5\analyzer.cpp(924): error C2065: 'P' : undeclared identifier
d:\logicanalyzer_1.5\analyzer.cpp(928): error C2065: 'P' : undeclared identifier
d:\logicanalyzer_1.5\analyzer.cpp(931): error C2065: 'P' : undeclared identifier
d:\logicanalyzer_1.5\analyzer.cpp(936): error C2065: 'P' : undeclared identifier

Build FAILED.

Time Elapsed 00:00:01.78
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Posted
Updated 8-Sep-12 19:05pm
v2
Comments
enhzflep 8-Sep-12 21:10pm    
Your best bet is to go back to the page you downloaded it from, and ask questions there. That way, Elmue will get a notification of your comments/request.

Many people don't look at the QA section. I see that Elmue was last active (in that article's posts) in June of this year. It's very likely you'll get some help from the code's author if you ask questions in the comments section of the code's article.

17 Ch Logic Analyzer

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900