-
Hi,
what Do you try to do exactly? What is your folder layout?.
2009-07-14 06:37:42 UTC in FTD2xxj
-
Hi Daniel,
your assumtions are correct. ftd2xxj is a wrapper for ftd2xx. When installed correctly ftd2xx.dll is found by Windows when ftd2xxj is loaded. Windows searches within the current working directory and the system folders. The ftd2xx driver must be installed correctly and all works fine.
2009-07-14 06:34:54 UTC in FTD2xxj
-
If I understand your request correctly the if-statements does not evaluate correctly the serial number, correct?
In that case I can tell you that you have made a freshman mistake. In Java new String("abc") == new String("abc") will always evaluate to "false" because "==" checks whether the object is the same NOT equal. You have to use the equals() method of the object.
2009-07-14 06:31:19 UTC in FTD2xxj
-
Hallo Ulrich,
sorry dass ich mich jetzt erst melde. Hab Deine Anfrage durch Zufall eben gesehen. Ich versuche das bei mir mal nachzustellen. Alternativ kannst Du ja den Source-Code auschekcen und das Plugin selbst erzeugen.
2009-07-14 06:26:41 UTC in FTD2xxj