problem with dll

E

Eddie

When I use “IP Helper API’s functions” In my program, all is ok. until I
run it on Windows 98.

On Windows Xp everything is ok.

On 98 I get an error:

MsgBox:

File MyApp.exe is
linked with missing export IPHLPAPI.DLL:GetPerAdapterInfo




I checked it with IPHLPAPI.DLL 5.0.1717.2 and 5.1.2600.2.

The first one is from 98 and I get with it this error.

The second one is from xp (works fine), but she won’t work when I copy
it do 98.



How to fix his problem?
 
J

jacob navia

Eddie said:
When I use “IP Helper API’s functions” In my program, all is ok. until I
run it on Windows 98.

On Windows Xp everything is ok.

On 98 I get an error:

MsgBox:

File MyApp.exe is
linked with missing export IPHLPAPI.DLL:GetPerAdapterInfo




I checked it with IPHLPAPI.DLL 5.0.1717.2 and 5.1.2600.2.

The first one is from 98 and I get with it this error.

The second one is from xp (works fine), but she won’t work when I copy
it do 98.



How to fix his problem?

This has noting to do with the C language.

<off topic>

Do not use the function GetPerAdapterInfo if you run under windows 98.

Or, another solution is to avoid windows 98 forever.

</off topic>
 
K

Kenneth Brody

Eddie said:
When I use “IP Helper API’s functions” In my program, all is ok. until I
run it on Windows 98.

On Windows Xp everything is ok.

On 98 I get an error:

MsgBox:

File MyApp.exe is
linked with missing export IPHLPAPI.DLL:GetPerAdapterInfo [...]
How to fix his problem?

This is off-topic for comp.lang.c, and comp.os.ms-windows.programmer is
probably a better place to ask.

The short answer is "don't use this program on Win98".

A slightly longer answer is "GetPerAdapterInfo is only available on XP,
Win2000, and Win2003". (Check the documentation.)

If you absolutely need to run this on Win98, then you will need to ask
comp.os.ms-windows.programmer if there is a way to get the same info on
a Win98 box.

--
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody | www.hvcomputer.com | |
| kenbrody at spamcop.net | www.fptech.com | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+

FroX-Mozilla-Status: 00099 2004
X-Mozilla-Status: 0801
X-Mozilla-Status2: 00000000
FCC: /H|/Netscape/Users/kenbrody/mail/Sent
Message-ID: <[email protected]>
Date: Mon, 02 Aug 2004 13:31:19 -0400
From: Kenneth Brody <[email protected]>
Reply-To: Ken and Laura Brody <[email protected]>
X-Mozilla-Draft-Info: internal/draft; vcard=0; receipt=0; uuencode=0; html=0; linewidth=0
X-Mailer: Mozilla 4.76 [en] (Win98; U)
X-Accept-Language: en
MIME-Version: 1.0
To: (e-mail address removed)
Subject: BFC Maker county data
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

I have installed my copy of BFC Maker on my system and would like to get the
property data CD for Westchester County, NY. What is required for me to get
this?

Also, I have a quick licensing question. I have installed and registered the
software on my computer at the office, but I would also like to be able to
install it on my laptop and take it on the road. Is this possible, without
having to pay for a second copy?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,066
Latest member
VytoKetoReviews

Latest Threads

Top