cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
#pragma data_seg gcc equivalent?
#pragma data_seg gcc equivalent?
Jul 17, 2010 at 4:03pm UTC
Null
(957)
Hi, is there something similar to
#pragma data_seg()
for GCC-mingw? I want to share few variables between all instances of dll. On microsoft compiler this can be done using
#pragma data_seg(".shared")
.
Thanks for help.
Topic archived. No new replies allowed.