Hello Marcus,
Thank you very much for your help.
I #include the xxx.h in my application's .h file, and i set the library
path, then i added the import lib in the input, but i still have link errors
each time i am tying to call the functions from xxx.dll. Please let me know
if there is any place i made mistakes.
Thanks again for your help and have a great weekend!
Vic
------------------------------
> You can do the same as in VS6: #include the DLL's header and add the import
> lib to the linker's input.Once you have done that, you can call the
[quoted text clipped - 22 lines]
> >
> > VicVic
Marcus Heege - 08 Oct 2005 22:53 GMT
I assume your problem is not related to IJW. Are you sure your header files
/ input libs would be sufficient in a native project?
If not, you first have to find the correct .lib or .obj files to add as
input sources or the corrent headers to include.
Marcus
> Hello Marcus,
>
[quoted text clipped - 40 lines]
>> >
>> > VicVic
VicVic - 11 Oct 2005 20:45 GMT
Hi Marcus,
Thanks for your time. I followed your suggestion and checked carefully of
the project i built. I found that the .lib file was changed because of the
mistake of my old settings which wrote to xxx.lib (exported, with exactly the
same file name xxx.lib).
This made me confusing because i did succeed once, and later always have the
link errors. I created the xxx.lib file and had been trying to use the
xxx.lib that i created, not the original one i should use!
When i was trying to use the wrong xxx.lib file, it could not find and link
the functions i need to call, which caused the problem.
Now i copied the original xxx.lib file again and i can compile my project
without any error.:)
I sincerely appreciate your time and patience. Thanks a lot.
Best regards,
Vic
> I assume your problem is not related to IJW. Are you sure your header files
> / input libs would be sufficient in a native project?
[quoted text clipped - 48 lines]
> >> >
> >> > VicVic