creating a dll for XP/NT/2000

J

james

The only thing you need to do is either put your dll with your application
in same directory or put it in system32 if your dll is correct. So you need
to check it out. Accordind your post ,the problem seem the function didn't
be exported
 
D

Dave

I am trying to create a dll project and targeting XP, NT, and 2000.
In my current project setup, the software calling my dll has no
problems under XP. Under 2000 and NT, whenever a call to the dll is
made, I see a "Can't find file mydll.dll". I've made copies of the
dll and put it all over the place on the computer (system32, directory
that calling software is in, etc.) I can't register it either.
Despite being able to see the file, the registering command also
return something like a "file not found" message. Any clues as to
what is going on?

Thanks for the help,
David E Dickerson
 
J

Jonathan Turkanis

Dave said:
I am trying to create a dll project and targeting XP, NT, and 2000.
In my current project setup, the software calling my dll has no
problems under XP. Under 2000 and NT, whenever a call to the dll is
made, I see a "Can't find file mydll.dll". I've made copies of the
dll and put it all over the place on the computer (system32, directory
that calling software is in, etc.) I can't register it either.
Despite being able to see the file, the registering command also
return something like a "file not found" message. Any clues as to
what is going on?

This group covers standard C++, so unfortunately the closest answer
that's not off topic is this:

http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1496.html.

Seriously, post to a Windows group.

Jonathan
 

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

Forum statistics

Threads
474,159
Messages
2,570,885
Members
47,419
Latest member
ArturoBres

Latest Threads

Top