Re: [GD-Windows] declspec?
Brought to you by:
vexxed72
From: Brett B. <res...@ga...> - 2005-01-08 05:45:07
|
So I booted MSVC to build and get the error to post here, and the error went away. Another programmer verified the error magically disappeared on his machine too. Classic. We had created a new project to test out some multiplatform code and without quitting put all the code in and got the errors. Somehow quitting and reloading the project fixed it. sigh. ----- Original Message ----- From: "Alen Ladavac" <ale...@cr...> To: <gam...@li...> Sent: Friday, January 07, 2005 5:37 PM Subject: Re: [GD-Windows] declspec? > Those are only for dlls, not for static libraries. Static libraries don't > need any special declarations. What exactly does the linker say? > > Alen > > ----- Original Message ----- > From: "Brett Bibby" <res...@ga...> > To: <Gam...@li...> > Sent: Friday, January 07, 2005 2:24 AM > Subject: [GD-Windows] declspec? > > > > Can someone explain to me when and how to use the __declspec(dllimport) > and > > __declspec(dllexport) specifiers? > > > > We have a few libraries that are statically linked to the game. In > > CodeWarrior this has always worked. We tried to build a MSVC project and > > the linker complains. Only when we put __declspec(dllexport) in the class > > declarations will it compile. I checked the MSDN doc and it's not very > > clear what's needed for static libraries. This must be a basic thing I > > guess, but I have always used CodeWariror and never seen this kind of > > problem. > > > > Cheers, > > -bb > > > > > > > > ------------------------------------------------------- > > The SF.Net email is sponsored by: Beat the post-holiday blues > > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > > _______________________________________________ > > Gamedevlists-windows mailing list > > Gam...@li... > > https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows > > Archives: > > http://sourceforge.net/mailarchive/forum.php?forum_id=555 > > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Gamedevlists-windows mailing list > Gam...@li... > https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows > Archives: > http://sourceforge.net/mailarchive/forum.php?forum_id=555 |