J
jesus rodriguez via .NET 247
I've downloaded a visual studio 2003 project, that creates a.dll, the project is opensource, and i tried to add newfunction, everything works if i add the functions in one of theexisting source files of the project, but if i add a new sourcecode and try to call the new function from one of the existingfiles i get always this error.
This project before create the .dll file, it creates a .lib file,and i guess that this is used for creating the .dll file, as faras i could see, inside this .lib file there are references toall functions defined in any pre-existing file, but none fromthe new source files.
i'm mad triying to fix this, but no luck at all!!!!
Could anyone help me!!!
This project before create the .dll file, it creates a .lib file,and i guess that this is used for creating the .dll file, as faras i could see, inside this .lib file there are references toall functions defined in any pre-existing file, but none fromthe new source files.
i'm mad triying to fix this, but no luck at all!!!!
Could anyone help me!!!