help-octave
[Top][All Lists]
Advanced

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

Difficulty of Octave3.6.1 build with MSVC2010


From: 杉木 美喜雄
Subject: Difficulty of Octave3.6.1 build with MSVC2010
Date: Tue, 10 Apr 2012 17:35:53 +0900

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

Attachment: error message_A.jpg
Description: JPEG image

Attachment: source file.txt
Description: Text document


reply via email to

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