Displaying 1 result from an estimated 1 matches for "_cdeclspec".
Did you mean:
__declspec
2001 Oct 17
2
win32sdk shared memory issue -- proposed change of code
...y attention by "Ram'on Garc'ia Fern'andez <ramon@jl1.quim.ucm.es>"
that there is yet an even simpler solution to the issue of cross-DLL access of variables in the data segment.
Although a variable may be exported either from the module definition file, or explicitly
via _cdeclspec(dllexport) -- unlike procedures (functions), it is mandatory for a DLL
client to access that variable via _cdeclspec(dllimport).
It is unnecessary to allocate dynamic memory and then copy pointers
to that allocated memory, as is done with the vorbis/win32/src/shmmap.h and
vorbis/win32/src/shmmap...