8090 MS visual basic dll won't load

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?

Thanks

Fred

Hi,

Please check the link below.

[url]K8090 Software Issues]

Thank you Wrong Way. Inside the link you sent me to, the answer awaited at: [color=#BF0000]http://forum.velleman.eu/viewtopic.php?f=3&t=5363[/color]
By Vel255. Step by step instructions and my sample is now working .

I now must learn to actually program this .

Fred

No problem,

Enjoy your 8090

[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

Search Path Used by Windows to Locate a DLL
msdn.microsoft.com/en-us/library … 80%29.aspx