|
||||||
| General Programming Non language specific, Assembly, Linux/Unix, Mac and anything not covered in other topics. Talk about Programming Theory here. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Has anyone successfully used the ListAll() function under Linux?
No matter what I do it always returns -1 and fails to fill in the parameters. Immediately before it I'm doing a GetFirmwareVersion() which gives the right result. Here's the code: long productIDList[127]; long serialnumList[127]; long localIDList[127]; long powerList[127]; long calMatrix[127][20]; long numberFound; long res1, res2; memset(productIDList, 0, 127*sizeof(long)); memset(serialnumList, 0, 127*sizeof(long)); memset(localIDList, 0, 127*sizeof(long)); memset(powerList, 0, 127*sizeof(long)); memset(calMatrix, 0, 127*20*sizeof(long)); numberFound = 0; res1 = 0; res2 = 0; long res = ListAll(productIDList, serialnumList, localIDList, powerList, calMatrix, &numberFound, &res1, &res2); |
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Not working... | Cosmet | C and C++ | 1 | 12-21-2006 10:27 PM |
| Timer component not working in Service Application | smith | C# Programming | 5 | 11-28-2006 09:22 AM |
| Working with TADO Table | MrDiaz | Pascal/Delphi | 0 | 07-03-2006 07:28 PM |
| Line breaks not working | dirkfirst | PHP Forum | 4 | 06-16-2006 06:20 PM |
| Why this isnt working? | Creature | Java Help | 1 | 06-16-2006 08:23 AM |
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |
Goal: 100,000 Posts
Complete: 98%