IonicWind Software

IWBasic => General Questions => Topic started by: dossic on April 16, 2008, 08:42:57 AM

Title: missing DirectInputCreateEx
Post by: dossic on April 16, 2008, 08:42:57 AM
Hi!

I need to develop a software on Win98 with EB 1.61.   In my Win2000 laptop, everything goes fine.
When I try to compile under Win98, a  linker error "unresolved extern _imp_DirectInputCreateEx" is occurring.
I do not know what is the reason; unfortunately, I need to have it running on 98. Could anybody help me?

On this Win98 machine, examples and other software complie well and work fine.

Yours  Carlo
Title: Re: missing DirectInputCreateEx
Post by: Ionic Wind Support Team on April 16, 2008, 08:58:04 AM
Carlo,
You need to have DirectX 7.0 or later installed.

Paul.
Title: Re: missing DirectInputCreateEx
Post by: dossic on April 16, 2008, 11:12:14 AM
Thanks!!!

Carlo