Re: Getting the CXML library up and running




L.Spadavecchia@xxxxxxxxxxxxxx wrote:
Thanks for the reply. I'm working in the visual studio environment,
rather than from the command line. I've tried adding the files from the
include directory of CXML to the project, but that doesn't seem to
work...

I intended to add--

I'm not particularly surprised--the source file specifically references
the files w/ INCLUDE rather than referencing them as additional source
files in the project. Consequently the IDE would have to process the
include statement to know which subdirectories to add to the INCLUDE
environmental variable path specification which is what the compiler
uses to determine where to look for INCLUDEd files. That it doesn't do
that is understandable altho I thought there might be an outside
chance--I don't use the IDE much so wasn't familiar enough to know
offhand. On reflection, I undoubtedly was far too optimistic that it
might do so in my previous posting.

.



Relevant Pages

  • Re: Renaming Windows Forms and Files
    ... That is how to change the name of the Form class in the IDE, ... other references to the Form to use the name you change it to. ... rename the Form in your code. ... "Kevin Spencer" wrote: ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: Want add / remove Components in ToolBox
    ... (nor does the VS.NET IDE takes its References from there, ... GAC is used mostly at runtime, and has almost no influence on the IDE ... toolbox object model to add / replace your controls on a toolbox tab of your ...
    (microsoft.public.vsnet.ide)
  • Re: RfD: Directories
    ... translate it internally to \. ... OS, notably the command line, which ignores it (hence cd /temp is the ... the prog.fs file would contain references to ... source file that contains the file name" when I type INCLUDE ./foo.frt ...
    (comp.lang.forth)
  • Re: How can I list references in a VB6 project
    ... The references collection is part of the IDE, ... Unlike VB they can always access the reference collection of there IDE. ... you can access VB's reference collection via an addin. ...
    (comp.lang.basic.visual.misc)
  • Re: Mixing languages in one assembly
    ... You can only mix languages in the same project using the IDE when doing VS ... I have a source file named ExcelOutput.Vb. ... a C Sharpt program that does similiar work for RTF file ...
    (microsoft.public.dotnet.languages.vb)