IonicWind Software

IWBasic => General Questions => Topic started by: TexasPete on May 21, 2008, 06:08:43 AM

Title: ntdll is not in my library file
Post by: TexasPete on May 21, 2008, 06:08:43 AM
Larry or Paul Turley
I have tried to compile larry Wsiwig class. I now have the compiler find the library files and the include files. I am getting an error in the linking. It say that it cannot find
ntdll file in the ebasic Library lib folder. I have tried to reinstall ebasic. That did not replace the library it needed.
Sincerely,
Texas Pete
Title: Re: ntdll is not in my library file
Post by: LarryMc on May 21, 2008, 06:24:33 AM
In the IDE select the TOOLS menu item.
Then click the CREATE IMPORT LIBRARY menu item

When the select dll dialog comes up click on ntdll.dll then c;ick open.

That will create the ntdll.lib and put it in the proper folder.

From the forum I've seen one other person have that problem when they installed EBasic.

Larry
Title: Re: ntdll is not in my library file
Post by: TexasPete on May 21, 2008, 02:18:09 PM
Larry you are a godsend. What is that file for?
A simple explaination will suffice when you have the time.
Texas Pete
Title: Re: ntdll is not in my library file
Post by: LarryMc on May 21, 2008, 02:39:36 PM
Quote from: TexasPete on May 21, 2008, 02:18:09 PM
What is that file for?
I have no idea. ???

Larry
Title: Re: ntdll is not in my library file
Post by: Bruce Peaslee on May 21, 2008, 02:51:08 PM
Here is one answer:

http://www.computerhope.com/issues/ch000960.htm (http://www.computerhope.com/issues/ch000960.htm)