Building a DLL
Tech-Archive recommends: Fix windows errors by optimizing your registry
I have Visual Studio 6.0. I have downloaded an SDK for writing audio apps
that will be in the form of DLLs. I want to build the example file that has
been provided. Unfortunately, I am getting "link errors". My question is,
how do I properly configure the environment to build a dll? I am certain the
code is correct, as it is provided by a large reputable company.
So far, I have set the path to the SDK common files using
Tools->Options->Directories->Include files.I have tried to set project
options to build a dll correctly with Project->Settings->Link but I guess I
am doing something wrong.
I am a newbie at the development environment so I realize this is a pretty
basic question and I appreciate any help.
.
Relevant Pages
- Re: Building a DLL
... I'd guess that you need to add the SDK ... Libraries directory to the list, plus if you added a particular .h file you ... >that will be in the form of DLLs. ... > I am a newbie at the development environment so I realize this is a pretty ... (microsoft.public.vstudio.general) - Re: Windows Compilation Madness
... object code (dlls) created by these different environments with the ... compiler, although, IIRC, that compiles to the CLR. ... development environment as the underlying application. ... (comp.lang.ruby) - Re: Windows Compilation Madness
... with a development environment and in fact there are multiple ... For the most part you can not mix-and-match object code (dlls) ... DLLs is a Windows standard file format (pretty much like an executable ... here the different compilers have different ... (comp.lang.ruby) - Re: BuildSDK - Ive Never Seen This Before
... to coreroller.bak before registering it. ... > build process of the SDK. ... I don't know the complete list of dlls necessary, ... > but you can find them in your "C:\Program Files\Windows CE Platform ... (microsoft.public.windowsce.platbuilder) - Re: BuildSDK - Ive Never Seen This Before
... build process of the SDK. ... I don't know the complete list of dlls necessary, ... After a reinstalltion of the Platform Builder the ... registering the dlls manually. ... (microsoft.public.windowsce.platbuilder) |
|