Re: Question about loading a DLL
- From: mike.hfzhang@xxxxxxxxx
- Date: Thu, 16 Aug 2007 19:36:51 -0000
On Aug 16, 12:30 pm, s...@xxxxxxxxxxxx wrote:
On Thu, 16 Aug 2007, mike.hfzh...@xxxxxxxxx wrote:
Date: Thu, 16 Aug 2007 18:09:32 -0000
From: mike.hfzh...@xxxxxxxxx
Newsgroups: comp.lang.tcl
Subject: Re: Question about loading a DLL
On Aug 16, 10:44 am, Ron Fox <f...@xxxxxxxxxxxx> wrote:
You probably need to
#include <tcl.h>
I have added it in the source file, I also put tcl.h in the hearder
files, but when I build the solution, i got "fatal error C1083: Cannot
open include file: 'tcl.h': No such file or directory"
Mike
#include <tcl.h>
note the <> brackets imply that the include file will be found in
"all the usual places". On BSD, one might have to add a
-I/usr/local/include option on the gcc line to specify a "local extension"
include directory be searched as well as "all the usual places". Your
mileage (system) may vary. (-I/opt/include, -I/usr/pkg/include, and
various other incantations).
can you explain what's BSD, GCC? where should I put" -I/usr/local/
include"
Thanks,
Mike
.
- Follow-Ups:
- Re: Question about loading a DLL
- From: spam
- Re: Question about loading a DLL
- References:
- Question about loading a DLL
- From: mike . hfzhang
- Re: Question about loading a DLL
- From: Michael Schlenker
- Re: Question about loading a DLL
- From: mike . hfzhang
- Re: Question about loading a DLL
- From: Ron Fox
- Re: Question about loading a DLL
- From: mike . hfzhang
- Re: Question about loading a DLL
- From: Ron Fox
- Re: Question about loading a DLL
- From: mike . hfzhang
- Re: Question about loading a DLL
- From: spam
- Question about loading a DLL
- Prev by Date: Re: Question about loading a DLL
- Next by Date: Re: expect with firefox
- Previous by thread: Re: Question about loading a DLL
- Next by thread: Re: Question about loading a DLL
- Index(es):
Relevant Pages
|