I am very new to this, but the solutions offered by your 8090 board I just received will help our company and customers very much. Following instructions, board is connected, software downloaded,
Loaded MS Visual Basic 2008, followed your instructions, and get this error:
[color=#00BF80]Unable to load DLL ‘K8090D.dll’: The specified module could not be found. (Exception from HRESULT: 0x8007007E)[/color]
Not being a programmer, I searched around and think it has to do with me running a 64 bit op sys with windows 7 , and your sample .dll file is a 32 bit? If this isn’t the problem, do you have suggestions?
If so, can you explain how to get VB2008 to work with this sample file?
[quote]Unable to load DLL ‘K8090D.dll’: The specified module could not be found. (Exception from HRESULT: 0x8007007E)[/quote]Replace the word “module” by “DLL”, and you get:
[quote]The specified DLL could not be found[/quote]Put the DLL in a spot where Windows will search for it, the system32 folder for example