Re: export global variables in DLL
From: Steffen Michael (steffen.michael_at_imms.de)
Date: 02/25/04
- Next message: Paul: "Saving bitmaps images of the CView, possible?"
- Previous message: Steffen Michael: "export global variables in DLL"
- In reply to: Steffen Michael: "export global variables in DLL"
- Next in thread: RickL: "Re: export global variables in DLL"
- Reply: RickL: "Re: export global variables in DLL"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 25 Feb 2004 12:52:15 +0200
I declared it in the dll- header file like
__declspec( dllexport) extern int IX;
After including the header-file in the exe I compiled the program
without errors, but I get a linker error like:
Not resolved external signal "int X"
thanks steffen
Steffen Michael schrieb:
> Hi,
> how I have to declare global variables in a dll for exporting?
> thanks,
> steffen
- Next message: Paul: "Saving bitmaps images of the CView, possible?"
- Previous message: Steffen Michael: "export global variables in DLL"
- In reply to: Steffen Michael: "export global variables in DLL"
- Next in thread: RickL: "Re: export global variables in DLL"
- Reply: RickL: "Re: export global variables in DLL"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|