Re: Is there any tool to transfer C/C++ source code to a lib file?



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
.



Relevant Pages

  • New C# programmer questions
    ... one of them, but that just isn't it, according to Visual Studio 2008. ... So I was hoping somebody could tell me how to kill my ... Console application when the user wants to. ... me how to link code files together so I can have multiple classes ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Create Project from Existing Code doesnt create subfolders
    ... >We have a large project that I want to convert to use Visual Studio ... >instead of makefiles. ... >Existing Code Files" wizard, it dumps all the source files ... It'd be worth submitting a suggestion on it: ...
    (microsoft.public.vc.ide_general)
  • Create Project from Existing Code doesnt create subfolders
    ... We have a large project that I want to convert to use Visual Studio ... instead of makefiles. ... Existing Code Files" wizard, it dumps all the source files ... Prev by Date: ...
    (microsoft.public.vc.ide_general)
  • Re: Changing properties of files/executables
    ... It's in the resources section of the project. ... version of Visual Studio you have and what kind of project it is. ... >> in code files, like FindResource, LoadResource, LockResource, ... >>> How does one automatically change the properties (file version, title, ...
    (microsoft.public.vstudio.development)
  • Re: Help on porting from vb.net to WinCE 4.2?
    ... You have to obtain a copy of Visual Studio .NET 2003 Professional or above. ... Create a new Smart Device Project and add your code files to it ... see this for sharing code between desktop and device: ...
    (microsoft.public.windowsce.embedded.vb)