This site is no longer active and is available for archival purposes only. Registration and login is disabled.

Distributing static lib


Distributing static lib

Postby efortier » Jan 10, 2003 @ 7:19pm

Hi all.

I have several classes that I'm linking into a static lib.

Now I want to provide users with the include file to use the lib, however there is plenty of stuff in the include file that most users should not see, such as internal threads stuff and the like.

We often see other people's include file very clean and even lacking some internal stuff.

How can I achieve that? Or is it a misconception on my part and my software is just badly written?


Thanks for any help.

--Eric
User avatar
efortier
pm Insider
 
Posts: 373
Joined: May 15, 2002 @ 10:32pm


Postby Digby » Jan 10, 2003 @ 11:33pm

Can you split out the public declarations into a separate header file that you ship, and then create a private version to use for building the library? The private version could always include the public header.
Digby
pm Insider
 
Posts: 1011
Joined: Apr 29, 2001 @ 1:53pm


Return to Windows Mobile


Sort


Forum Description

A discussion forum for mobile device developers on the Windows Mobile platform. Any platform specific topics are welcome.

Moderators:

Dan East, sponge, Digby, David Horn, Kevin Gelso, RICoder

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron