help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Difficulty of Octave3.6.1 build with MSVC2010 additional Info


From: 杉木 美喜雄
Subject: RE: Difficulty of Octave3.6.1 build with MSVC2010 additional Info
Date: Wed, 11 Apr 2012 17:43:04 +0900

Many thanks for your suggestion.

I have copied all DLL named vc100* to the executable directory.
Then no executing error.

I need to study Windows OS primer.

> -----Original Message-----
> From: Michael Goffioul [mailto:address@hidden
> Sent: Wednesday, April 11, 2012 5:21 PM
> To: 杉木 美喜雄
> Cc: address@hidden
> Subject: Re: Difficulty of Octave3.6.1 build with MSVC2010 additional
> Info
>
> I think your problem is simply that the octave DLL are not in your PATH
> environment variable. For DLL to be picked up by the Windows OS, they
> need to be in your PATH, or they need to be in the same directory as the
> executable.
>
> Michael.
>
>
> On Wed, Apr 11, 2012 at 7:22 AM, 杉木 美喜雄
> <address@hidden> wrote:
> > I am still struggling to solve the problem.
> >
> > But no good result.
> >
> >
> >
> > So aspiring for your help,
> >
> > I would like to send additional  detailed information.
> >
> >
> >
> > Compile & Link option
> >
> >
> >
> > <compile option>
> >
> > /Zi /clr /nologo /W3 /WX- /MP /O2 /Oy- /D "WIN32" /D "_DEBUG" /D
> "_UNICODE"
> > /D "UNICODE" /EHa /GS /fp:precise /Zc:wchar_t /Zc:forScope
> /Yu"StdAfx.h"
> > /Fp"Release\CppPrimer_A.pch" /Fa"Release\" /Fo"Release\"
> > /Fd"Release\vc100.pdb" /FU"C:\Program Files (x86)\Reference
> > Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Core.dll"
> > /FU"C:\Program Files (x86)\Reference
> > Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Data.dll"
> > /FU"C:\Program Files (x86)\Reference
> > Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll"
> > /FU"C:\Program Files (x86)\Reference
> > Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Xml.dll"
> > /analyze- /errorReport:queue
> >
> >
> >
> > <link option >
> >
> > /OUT:"C:\Users\Administrator\documents\visual studio
> > 2010\Projects\CppPrimer_A\Release\CppPrimer_A.exe" /INCREMENTAL:NO
> > /NOLOGO "C:\Octave-3.6.1\lib\octave\3.6.1\octave.lib"
> > "C:\Octave-3.6.1\lib\octave\3.6.1\octinterp.lib"
> > "C:\Octave-3.6.1\lib\octave\3.6.1\cruft.lib" "kernel32.lib"
> "user32.lib"
> > "gdi32.lib" "winspool.lib" "comdlg32.lib" "advapi32.lib"
> "shell32.lib"
> > "ole32.lib" "oleaut32.lib" "uuid.lib" "odbc32.lib" "odbccp32.lib"
> > /MANIFEST
> /ManifestFile:"Release\CppPrimer_A.exe.intermediate.manifest"
> > /ALLOWISOLATION /MANIFESTUAC:"level='asInvoker' uiAccess='false'"
> > /DEBUG /PDB:"C:\Users\Administrator\documents\visual studio
> > 2010\Projects\CppPrimer_A\Release\CppPrimer_A.pdb" /ASSEMBLYDEBUG
> > /PGD:"C:\Users\Administrator\documents\visual studio
> > 2010\Projects\CppPrimer_A\Release\CppPrimer_A.pgd" /TLBID:1
> > /DYNAMICBASE /FIXED:NO /NXCOMPAT /MACHINE:X86 /ERRORREPORT:QUEUE
> >
> >
> >
> > <manifest (?) optoin>
> >
> > /nologo /verbose "Release\CppPrimer_A.exe.embed.manifest.res"
> >
> >
> >
> > <resouece option>
> >
> > /D "_UNICODE" /D "UNICODE" /l 0x0409 /nologo
> /fo"Release\%(Filename).res"
> >
> >
> >
> >
> >
> > And execution error message say
> >
> > “ There is no ‘vc100-liboctave-1.dll’ in this computer.
> >
> > So you should install this program(octave-3.6.1) again.”
> >
> >
> >
> > Another  dll name is emerged !
> >
> >
> >
> > Best regards,
> >
> > Mikio Sugiki
> >
> >
> >
> >
> >
> > +++++++++++++ previous mail +++++++++++++++++++++++++++
> >
> >
> >
> > Hi ,I am quit new to Octave cpp compiling work.
> >
> >
> >
> > Please help me to solve the following problem.
> >
> >
> >
> > These are my reference to try this work.
> >
> >
> http://octave.org/wiki/index.php?title=Octave_for_Windows#Octave_wit
> h_
> > Visual_Studio
> >
> >
> http://octave.1599824.n4.nabble.com/Getting-started-with-Octave-and-
> Vi
> > sual-C-td1636630.html
> >
> >
> >
> > After struggling for a long time, I can compile a simple source.
> >
> > But execute error occurs.
> >
> > The attached file of captured picture show error message.
> >
> > Message say
> >
> > “ There is no ‘vc100-liboctinterp-1.dll’ in this computer.
> >
> > So you should install this program(octave-3.6.1) again.”
> >
> >
> >
> > But the dll exit in \octave-3.6.1\bin holder with the size 9752KB.
> >
> >
> >
> > And compile options are the following.
> >
> >
> >
> > /OUT:"C:\Users\Administrator\documents\visual studio
> > 2010\Projects\CppPrimer_A\Debug\CppPrimer_A.exe"
> >
> > /INCREMENTAL:NO /NOLOGO
> >
> > "C:\Octave-3.6.1\lib\octave\3.6.1\octave.lib"
> >
> > "C:\Octave-3.6.1\lib\octave\3.6.1\cruft.lib"
> >
> > "C:\Octave-3.6.1\lib\octave\3.6.1\octinterp.lib"
> >
> > "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib"
> >
> > "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib"
> >
> > "oleaut32.lib" "uuid.lib" "odbc32.lib" "odbccp32.lib"
> >
> > /MANIFEST
> /ManifestFile:"Debug\CppPrimer_A.exe.intermediate.manifest"
> >
> > /ALLOWISOLATION
> >
> > /MANIFESTUAC:"level='asInvoker' uiAccess='false'"
> >
> > /DEBUG /PDB:"C:\Users\Administrator\documents\visual studio
> > 2010\Projects\CppPrimer_A\Debug\CppPrimer_A.pdb"
> >
> > /ASSEMBLYDEBUG /PGD:"C:\Users\Administrator\documents\visual studio
> > 2010\Projects\CppPrimer_A\Debug\CppPrimer_A.pgd"
> >
> > /TLBID:1 /DYNAMICBASE /FIXED:NO /NXCOMPAT /MACHINE:X86
> > /ERRORREPORT:QUEUE
> >
> >
> > _______________________________________________
> > Help-octave mailing list
> > address@hidden
> > https://mailman.cae.wisc.edu/listinfo/help-octave
> >



reply via email to

[Prev in Thread] Current Thread [Next in Thread]