Hi Albrecht,

I build fltkddl using the debug configuration. I got an FLTKDLLD.DLL file in
the TEST directory. But the compiler cannot seem to FIND that FLTKDLLD.DLL
file in the TEST sub-directory of FLTK - E:\libs\fltk-1.3.x-r8514\test. I
specified this directory in the PATH environment variable but no success. I
have also tried specifying the path (PATH= E:\libs\fltk-1.3.x-r8514\test) in
the Project Settings/Debugging/Environment option - no success. I need your
help.

Basically, I need to keep the executable size small and have to run many
instances of my executable. so must use a DLL for low memory consumption.

Thanks, Asif


On Fri, May 20, 2011 at 7:10 PM, Albrecht Schlosser
<[email protected]>wrote:

> On 20.05.2011 15:51, asif saeed wrote:
>
> > I am trying to use the fltkdll project's DLL build for a very simple
> example
> > extracted from the programmer's manual "Basics" section. It looks like
> the
> > linker cannot find FLTKDLLd.DLL. How can I make it find the dll?
>
> There are two different dll's, depending on what build type you use to
> build the FLTK libs (before you build your own project).
>
> Use "Release" mode -> fltkdll.dll
> Use  "Debug"  mode -> fltkdlld.dll
>
> In debug mode all dll names have this additional 'd'. So you can either
> change your project to use fltkdll.dll or build FLTK in "Debug" mode to
> get fltkdlld.dll with debug info included.
>
> Note that the dll may be built in an unexpected directory (maybe src
> or test).
>
> Albrecht
> _______________________________________________
> fltk mailing list
> [email protected]
> http://lists.easysw.com/mailman/listinfo/fltk
>
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to