Re: Is there any tool to transfer C/C++ source code to a lib file?
- From: roberson@xxxxxxxxxxxxxxxxxx (Walter Roberson)
- Date: 12 Apr 2005 21:41:50 GMT
In article <b7b95676.0504121325.6015e452@xxxxxxxxxxxxxxxxxx>,
jiing <jiing.deng@xxxxxxxxx> wrote:
>Is there any tool (or how to) to transfer C/C++ source code files to a lib file?
>I'am trying to use visual studio .Net
>and how to transfer C/C++ source code files to a dynamic linking library(DLL)?
What would you -do- with them in a DLL? You seldom want -source-
code files in a dynamic library: you usually want the -compiled-
object files in the dynamic library.
Anyhow, it sounds like you should be asking this question in a
Microsoft software development newsgroup. comp.lang.c prefers to keep
out of implementation-dependant topics.
--
"No one has the right to destroy another person's belief by
demanding empirical evidence." -- Ann Landers
.
- References:
- Prev by Date: Linked list stack and queue
- Next by Date: Re: Is there any tool to transfer C/C++ source code to a lib file?
- Previous by thread: Is there any tool to transfer C/C++ source code to a lib file?
- Next by thread: Re: Is there any tool to transfer C/C++ source code to a lib file?
- Index(es):
Relevant Pages
|