Thankz people ,
I had to work a lot on my code to free it of references made to data members from the DLL and indeed I was missing out on files to link.
Now I am getting this execution time error "Memory Access violation in NTDLL.DLL 0xC0000005".
How best to debug the code at this...
OK people I'm past the issue of static variables.Took your advise Salem , and things worked out.
What's giving me hard time now is this:-
When I build my DLL , it requires a couple of files , say 1.h 2.h ..., to be included.These are listed as External Dependencies.This part is fine and I can...
Thanks for that Salem , actually i'm trying to convert a static library into a dll and have several issues like:-
1.Converting the variables in the library declared as static.
2.Many of the library files reference the static variables declared in other files of the library.How to tackle this...
Hello all ,
I'n new to writing DLLs and the foll line of code in a header file is giving me errors:-
_declspec(dllexport) static int erlStarted = 0
The error is :-
error C2201: 'erlStarted' : must have external linkage in order to be exported/imported
How do I export static data from a DLL...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.