help-octave
[Top][All Lists]
Advanced

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

Simple test program under windows using octave did not work


From: Manfred Baumgartl
Subject: Simple test program under windows using octave did not work
Date: Thu, 5 Mar 2009 09:28:07 +0100

Hello all,

I tried a very simple program

Win32 Console Application in VS2005

#include "stdafx.h"
#include <oct.h>

int _tmain(int argc, _TCHAR* argv[])
{

        ColumnVector dx (3);


        return 0;
}

but got problems :

'Test_octave.exe': Loaded 'F:\work\Test_octave\debug\Test_octave.exe',
Symbols loaded.
'Test_octave.exe': Loaded 'D:\WINDOWS\system32\ntdll.dll', No symbols
loaded.
'Test_octave.exe': Loaded 'D:\WINDOWS\system32\kernel32.dll', No symbols
loaded.
'Test_octave.exe': Loaded
'F:\work\vclibs_tmp\local\octave-3.0.3\bin\octave.dll', Binary was not built
with debug information.
'Test_octave.exe': Loaded
'F:\work\vclibs_tmp\local\octave-3.0.3\bin\cruft.dll', Binary was not built
with debug information.
'Test_octave.exe': Loaded 'F:\work\vclibs_tmp\bin\liblapack.dll', Binary was
not built with debug information.
'Test_octave.exe': Loaded 'F:\work\vclibs_tmp\bin\libblas.dll', Binary was
not built with debug information.
'Test_octave.exe': Loaded 'F:\work\Test_octave\debug\msvcr80.dll', No
symbols loaded.
'Test_octave.exe': Loaded 'D:\WINDOWS\system32\msvcrt.dll', No symbols
loaded.
'Test_octave.exe': Loaded 'F:\work\vclibs_tmp\bin\libfftw3-3.dll', Binary
was not built with debug information.
'Test_octave.exe': Loaded 'F:\work\vclibs_tmp\bin\libreadline-5.dll', No
symbols loaded.
'Test_octave.exe': Loaded 'D:\WINDOWS\system32\user32.dll', No symbols
loaded.
'Test_octave.exe': Loaded 'D:\WINDOWS\system32\gdi32.dll', No symbols
loaded.
'Test_octave.exe': Loaded 'F:\work\vclibs_tmp\bin\libncurses-5.dll', Binary
was not built with debug information.
'Test_octave.exe': Loaded 'D:\WINDOWS\system32\ws2_32.dll', No symbols
loaded.
'Test_octave.exe': Loaded 'D:\WINDOWS\system32\advapi32.dll', No symbols
loaded.
'Test_octave.exe': Loaded 'D:\WINDOWS\system32\rpcrt4.dll', No symbols
loaded.
'Test_octave.exe': Loaded 'D:\WINDOWS\system32\secur32.dll', No symbols
loaded.
'Test_octave.exe': Loaded 'D:\WINDOWS\system32\ws2help.dll', No symbols
loaded.
'Test_octave.exe': Loaded 'F:\work\Test_octave\debug\msvcp80.dll', No
symbols loaded.
'Test_octave.exe': Loaded
'F:\work\vclibs_tmp\local\octave-3.0.3\bin\octinterp.dll', Binary was not
built with debug information.
'Test_octave.exe': Loaded 'F:\work\vclibs_tmp\bin\libhdf5-0.dll', Binary was
not built with debug information.
'Test_octave.exe': Loaded 'D:\WINDOWS\system32\zlib1.dll', Binary was not
built with debug information.
'Test_octave.exe': Loaded
'D:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.38
_x-ww_f75db133\msvcr80d.dll', Symbols loaded.
'Test_octave.exe': Loaded
'D:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.38
_x-ww_f75db133\msvcp80d.dll', Symbols loaded.
First-chance exception at 0x7c90e450 in Test_octave.exe: 0xC0000005: Access
violation reading location 0x00000130.
R6034
An application has made an attempt to load the C runtime library
incorrectly.
Please contact the application's support team for more information.
Windows has triggered a breakpoint in Test_octave.exe.

This may be due to a corruption of the heap, and indicates a bug in
Test_octave.exe or any of the DLLs it has loaded.

The output window may have more diagnostic information




Are there any ideas?

Regards
Manfred




reply via email to

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