|
From: | 杉木 美喜雄 |
Subject: | Difficulty of Octave3.6.1 build with MSVC2010 additional Info |
Date: | Wed, 11 Apr 2012 15:22:15 +0900 |
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_with_Visual_Studio http://octave.1599824.n4.nabble.com/Getting-started-with-Octave-and-Visual-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 |
[Prev in Thread] | Current Thread | [Next in Thread] |