Re: IFS Filespy

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: joey (anonymous_at_discussions.microsoft.com)
Date: 05/25/04


Date: Tue, 25 May 2004 05:31:57 -0700


don,

thanks fo the quick response,

the filespy program has a command line interface and all
i have done is created functions to perform each
operation .I am using the build tool to compile which
uses a make file and it works well to create an exe.

It is when I want to create a dll that it complains, but
it does create an obj file.I specify DYNLINK as the
target type in the make file for this.

I have even tried to compile the files in a VS project
but I get include errors, even when I have included the
specified file.

Is there a way to create a DLL from the generated obj file

Thanks

Joey



Relevant Pages

  • Re: IFS Filespy
    ... Don Burn (MVP, Windows DDK) ... > It is when I want to create a dll that it complains, but> it does create an obj file.I specify DYNLINK as the> target type in the make file for this. ... > Is there a way to create a DLL from the generated obj file> ...
    (microsoft.public.win32.programmer.kernel)
  • IL & C++ & OBJ
    ... How i can compile this file back to OBJ file, not to EXE or DLL? ...
    (microsoft.public.dotnet.languages.vc)
  • Re: IL & C++ & OBJ
    ... >>How i can compile this file back to OBJ file, not to EXE or DLL? ...
    (microsoft.public.dotnet.languages.vc)
  • Re: VBA and VSTO
    ... If you compile in VB6 with Global MultiUse than all you have to do is set a reference in Excel to your dll via Tools, References and you can access your functions in the dll directly. ... You will have to register the dll as well with Windows with Regsvr32, but that can be done quite simply in VBA. ...
    (microsoft.public.excel.programming)
  • Re: HOW CAN I OPEN A COM PROJECT COMPILED IN VS2005, IN VS2003?
    ... I keep getting the .exe output when I compile in the VC7. ... the General Configuration Type to be .dll in the Project Property. ... Microsoft MVP, MCSD ... instead create my own folders for file grouping... ...
    (microsoft.public.win32.programmer.ole)