Turning Visual Studio C++ 2003 into one DLL file ?
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Hi all,
I have a Visual Studio C++ 2003 Project that I can compile into single
Exe application which contain some forms, I need to turn it into one
single DLL file that I could load from another application and call
some functions from there, for example InitPort() and SendCommand()
(I don't need the forms).
I can create a new DLL project and try to copy all the code from all
the CPP and H files, into the new (DLL) application project but it
will take me lot of time and efforts, is it possible to convert the
existing sources directly to DLL file?
Thanks!
.
Relevant Pages
- EXE Disassempler and assempler
... I try to dissasemple an EXE and a DLL file. ... do that but when I try to compile it with an assempler I cant because ... So can someone tell me where I can find a disassempler for EXE and DLL ... (comp.lang.asm.x86) - Re: Website deployment vs2008
... If, like VS2005, i would have expected the Web Application to compile all ... the code into a single DLL file. ... open the website after deploying to a web server. ... (microsoft.public.dotnet.framework.aspnet) - Re: Compiling directories in web project...
... ..aspx file depending on your compile choice). ... Web Developer / Programmer ... The main .dll file of the site contains all the codebehind for each page. ... (microsoft.public.dotnet.framework.aspnet) - Re: Does VB.NET provide the way to deploy library to internal developer?
... to use command line to compile too. ... and integrate to the application by using IDE. ... If I choose to deploy like a DLL file, the DLL file will deploy to the ... (microsoft.public.dotnet.languages.vb) - Re: how to call a dll generated by Matlab
... and use this command to compile: ... In the end I got the DLL file and the corresponding h file. ... But I can not call this DLL file in Matlab. ... mex compiles C or Fortran code into a .dll that can be run as a ... (comp.soft-sys.matlab) |
|