Conceptual misunderstanding
I have always believed that .lib were pieces of code which could be included in my compiled code
While .dll were pieces of code that stayed external.
However my Code Warrior compiler won't link to a dll
unless the .lib file is available.
This line alone will not do the job.
"extern void WINAPI ReadProjectName(char * ProjectName);"
The name of the dll file is not even used.
Can anyone explain please this to me? *<|
'If its hard to write it should be hard to read'
I have always believed that .lib were pieces of code which could be included in my compiled code
While .dll were pieces of code that stayed external.
However my Code Warrior compiler won't link to a dll
unless the .lib file is available.
This line alone will not do the job.
"extern void WINAPI ReadProjectName(char * ProjectName);"
The name of the dll file is not even used.
Can anyone explain please this to me? *<|
'If its hard to write it should be hard to read'