DSPRelated.com
Forums

Debugging S-function in Visual C++

Started by mary guo March 26, 2003
Hello,

I have been using Visual C++ for building s-functions. And I was able to debug
the C program under Visual C++ by involing matlab/simulink under VC++ debug
mode.

But just recently, after I set the break point(s) in C file at VC++, and then
tried to run, a window pop out and indicating:

"one or more breakpoint cannot be set and have been disabled. Execution will
stop at the beginning of the program".

And there are so many message lines showed up in debug window of VC++. I put
these message at the end of this email.

But if I press "go" in VC++ and invoke matlab/simulink without break points, the
program seems running fine. But of course w/o breakpoints, I can't debug.

Could somebody pin point what is the issue here? What could changed? I am using
the network license. But the matlab program has to be installed on my PC.

Thanks,

Mary

here are the messages I mentioned above:

Loaded 'C:\matlabR12\bin\win32\matlab.exe', no matching symbolic information
found.
Loaded 'C:\WINNT\System32\ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\KERNEL32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\USER32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\GDI32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\OLE32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\rpcrt4.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\ADVAPI32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\version.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\lz32.dll', no matching symbolic information found.
Loaded 'C:\matlabR12\bin\win32\mwoles05.dll', no matching symbolic information
found.
Loaded 'C:\WINNT\system32\OLEAUT32.DLL', no matching symbolic information found.
Loaded 'C:\matlabR12\bin\win32\libut.dll', no matching symbolic information
found.
Loaded 'C:\WINNT\system32\msvcrt.dll', no matching symbolic information found.
Loaded 'C:\matlabR12\bin\win32\libmx.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\libmex.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\m_interpreter.dll', no matching symbolic
information found.
Loaded 'C:\matlabR12\bin\win32\simulink.dll', no matching symbolic information
found.
Loaded 'C:\WINNT\system32\WINSPOOL.DRV', no matching symbolic information found.
Loaded 'C:\WINNT\system32\imm32.dll', no matching symbolic information found.
Loaded 'C:\matlabR12\bin\win32\hg.dll', no matching symbolic information found.
Loaded 'C:\matlabR12\bin\win32\uiw.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\COMDLG32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\shlwapi.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\comctl32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\SHELL32.DLL', no matching symbolic information found.
Loaded 'C:\matlabR12\bin\win32\gui.dll', no matching symbolic information found.
Loaded 'C:\matlabR12\bin\win32\libmwservices.dll', no matching symbolic
information found.
Loaded 'C:\matlabR12\bin\win32\mpath.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\udd.dll', no matching symbolic information found.
Loaded 'C:\matlabR12\bin\win32\hardcopy.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\jmi.dll', no matching symbolic information found.
Loaded 'C:\matlabR12\bin\win32\mfc42.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\numerics.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\libmwlapack.dll', no matching symbolic
information found.
Loaded 'C:\matlabR12\bin\win32\libmwfftw.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\m_parser.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\m_ir.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\libmi.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\m_pcodeio.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\m_pcodegen.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\libmwbuiltins.dll', no matching symbolic
information found.
Loaded 'C:\matlabR12\bin\win32\udd_mi.dll', no matching symbolic information
found.
Loaded 'C:\WINNT\system32\NETAPI32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\secur32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\netrap.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\samlib.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\ws2_32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\ws2help.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\WLDAP32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\dnsapi.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\wsock32.dll', no matching symbolic information found.
Loaded 'C:\matlabR12\bin\win32\atlas_PIII.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\lapack.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\dforrt.dll', no matching symbolic information
found.



Dear Glen,
It is so kind of you for replying. I start Visual C++ first, so Visual C++ will
start Matlab. I have been using this method for debugging C file for quite a
long time. It is just upto recently I ran into this "abnormal" situation.
Mary
Glen Ragan <> wrote:Dear Mary: Did you start Matlab before
you set the breakpoint, or did you allow Visual C++ to start Matlab? It's been
about 3 years since I did what you are doing, but I believe I recall that it was
important whether I started Matlab first or not. The messages you got are
appropriate if Visual C++ believes that it is supposed to be debugging inside
Matlab. Sincerely,Glen Ragan-----Original Message-----
From: mary guo [mailto:]
Sent: Tuesday, March 25, 2003 6:36 PM
To:
Subject: [matlab] Debugging S-function in Visual C++

Hello,

I have been using Visual C++ for building s-functions. And I was able to debug
the C program under Visual C++ by involing matlab/simulink under VC++ debug
mode.

But just recently, after I set the break point(s) in C file at VC++, and then
tried to run, a window pop out and indicating:

"one or more breakpoint cannot be set and have been disabled. Execution will
stop at the beginning of the program".

And there are so many message lines showed up in debug window of VC++. I put
these message at the end of this email.

But if I press "go" in VC++ and invoke matlab/simulink without break points, the
program seems running fine. But of course w/o breakpoints, I can't debug.

Could somebody pin point what is the issue here? What could changed? I am using
the network license. But the matlab program has to be installed on my PC.

Thanks,

Mary

here are the messages I mentioned above:

Loaded 'C:\matlabR12\bin\win32\matlab.exe', no matching symbolic information
found.
Loaded 'C:\WINNT\System32\ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\KERNEL32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\USER32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\GDI32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\OLE32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\rpcrt4.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\ADVAPI32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\version.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\lz32.dll', no matching symbolic information found.
Loaded 'C:\matlabR12\bin\win32\mwoles05.dll', no matching symbolic information
found.
Loaded 'C:\WINNT\system32\OLEAUT32.DLL', no matching symbolic information found.
Loaded 'C:\matlabR12\bin\win32\libut.dll', no matching symbolic information
found.
Loaded 'C:\WINNT\system32\msvcrt.dll', no matching symbolic information found.
Loaded 'C:\matlabR12\bin\win32\libmx.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\libmex.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\m_interpreter.dll', no matching symbolic
information found.
Loaded 'C:\matlabR12\bin\win32\simulink.dll', no matching symbolic information
found.
Loaded 'C:\WINNT\system32\WINSPOOL.DRV', no matching symbolic information found.
Loaded 'C:\WINNT\system32\imm32.dll', no matching symbolic information found.
Loaded 'C:\matlabR12\bin\win32\hg.dll', no matching symbolic information found.
Loaded 'C:\matlabR12\bin\win32\uiw.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\COMDLG32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\shlwapi.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\comctl32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\SHELL32.DLL', no matching symbolic information found.
Loaded 'C:\matlabR12\bin\win32\gui.dll', no matching symbolic information found.
Loaded 'C:\matlabR12\bin\win32\libmwservices.dll', no matching symbolic
information found.
Loaded 'C:\matlabR12\bin\win32\mpath.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\udd.dll', no matching symbolic information found.
Loaded 'C:\matlabR12\bin\win32\hardcopy.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\jmi.dll', no matching symbolic information found.
Loaded 'C:\matlabR12\bin\win32\mfc42.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\numerics.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\libmwlapack.dll', no matching symbolic
information found.
Loaded 'C:\matlabR12\bin\win32\libmwfftw.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\m_parser.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\m_ir.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\libmi.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\m_pcodeio.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\m_pcodegen.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\libmwbuiltins.dll', no matching symbolic
information found.
Loaded 'C:\matlabR12\bin\win32\udd_mi.dll', no matching symbolic information
found.
Loaded 'C:\WINNT\system32\NETAPI32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\secur32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\netrap.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\samlib.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\ws2_32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\ws2help.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\WLDAP32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\dnsapi.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\wsock32.dll', no matching symbolic information found.
Loaded 'C:\matlabR12\bin\win32\atlas_PIII.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\lapack.dll', no matching symbolic information
found.
Loaded 'C:\matlabR12\bin\win32\dforrt.dll', no matching symbolic information
found. Yahoo! Groups Sponsor
_____________________________________
Note: If you do a simple "reply" with your email client, only the author of this
message will receive your answer. You need to do a "reply all" if you want your
answer to be distributed to the entire group.

_____________________________________
About this discussion group:

To Join:

To Post:

To Leave:

Archives: http://www.yahoogroups.com/group/matlab

More DSP-Related Groups: http://www.dsprelated.com/groups.php3


I dont remember how exactly i solved when I faced this
problem in the past.
After msvc stopped at the beginning of code execution
did you try going to your source code and setting
breakpoints?

Also try a full rebuild of all your source code. If
your files are in network drive and if there are any
mismatches in times between local machine and network
machine it may cause some problems though that is only
a remote chance for cause of this warning. Editing the
source code while debugging may also cuase problems.

I think those messages are because matlab does not
have any debug information. You can ignore them.

Navan

--- mary guo <> wrote:
> Hello,
>
> I have been using Visual C++ for building
> s-functions. And I was able to debug the C program
> under Visual C++ by involing matlab/simulink under
> VC++ debug mode.
>
> But just recently, after I set the break point(s) in
> C file at VC++, and then tried to run, a window pop
> out and indicating:
>
> "one or more breakpoint cannot be set and have been
> disabled. Execution will stop at the beginning of
> the program".
>
> And there are so many message lines showed up in
> debug window of VC++. I put these message at the end
> of this email.
>
> But if I press "go" in VC++ and invoke
> matlab/simulink without break points, the program
> seems running fine. But of course w/o breakpoints, I
> can't debug.
>
> Could somebody pin point what is the issue here?
> What could changed? I am using the network license.
> But the matlab program has to be installed on my PC. > Thanks,
>
> Mary
>
> here are the messages I mentioned above:
>
> Loaded 'C:\matlabR12\bin\win32\matlab.exe', no
> matching symbolic information found.
> Loaded 'C:\WINNT\System32\ntdll.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\KERNEL32.DLL', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\USER32.DLL', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\GDI32.DLL', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\OLE32.DLL', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\rpcrt4.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\ADVAPI32.DLL', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\version.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\lz32.dll', no matching
> symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\mwoles05.dll', no
> matching symbolic information found.
> Loaded 'C:\WINNT\system32\OLEAUT32.DLL', no matching
> symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\libut.dll', no
> matching symbolic information found.
> Loaded 'C:\WINNT\system32\msvcrt.dll', no matching
> symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\libmx.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\libmex.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\m_interpreter.dll',
> no matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\simulink.dll', no
> matching symbolic information found.
> Loaded 'C:\WINNT\system32\WINSPOOL.DRV', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\imm32.dll', no matching
> symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\hg.dll', no matching
> symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\uiw.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\COMDLG32.DLL', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\shlwapi.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\comctl32.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\SHELL32.DLL', no matching
> symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\gui.dll', no matching
> symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\libmwservices.dll',
> no matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\mpath.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\udd.dll', no matching
> symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\hardcopy.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\jmi.dll', no matching
> symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\mfc42.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\numerics.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\libmwlapack.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\libmwfftw.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\m_parser.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\m_ir.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\libmi.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\m_pcodeio.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\m_pcodegen.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\libmwbuiltins.dll',
> no matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\udd_mi.dll', no
> matching symbolic information found.
> Loaded 'C:\WINNT\system32\NETAPI32.DLL', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\secur32.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\netrap.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\samlib.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\ws2_32.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\ws2help.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\WLDAP32.DLL', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\dnsapi.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\wsock32.dll', no matching
> symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\atlas_PIII.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\lapack.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\dforrt.dll', no
> matching symbolic information found.
__________________________________________________


Navan,
Very good input. Basically itlooks like that I can't set any breakpoints,
neither before I started run VC++ or after VC++ started simulink.
I tried to create a new project use the same files. It has the same problem. But
w/o breakpoints, simulink model runs perfectly under VC++, the functionality of
the s-function is perfect as well.
I found another project for S-function. Everything works fine. So I figured it
is not my matlab/simulink tool issue. It somehow relates to the files for this
project(maybe). Very strange.
Thanks a lot.
Mary
navaneetha krishnan <> wrote:I dont remember how exactly i
solved when I faced this
problem in the past.
After msvc stopped at the beginning of code execution
did you try going to your source code and setting
breakpoints?

Also try a full rebuild of all your source code. If
your files are in network drive and if there are any
mismatches in times between local machine and network
machine it may cause some problems though that is only
a remote chance for cause of this warning. Editing the
source code while debugging may also cuase problems.

I think those messages are because matlab does not
have any debug information. You can ignore them.

Navan

--- mary guo wrote:
> Hello,
>
> I have been using Visual C++ for building
> s-functions. And I was able to debug the C program
> under Visual C++ by involing matlab/simulink under
> VC++ debug mode.
>
> But just recently, after I set the break point(s) in
> C file at VC++, and then tried to run, a window pop
> out and indicating:
>
> "one or more breakpoint cannot be set and have been
> disabled. Execution will stop at the beginning of
> the program".
>
> And there are so many message lines showed up in
> debug window of VC++. I put these message at the end
> of this email.
>
> But if I press "go" in VC++ and invoke
> matlab/simulink without break points, the program
> seems running fine. But of course w/o breakpoints, I
> can't debug.
>
> Could somebody pin point what is the issue here?
> What could changed? I am using the network license.
> But the matlab program has to be installed on my PC. > Thanks,
>
> Mary
>
> here are the messages I mentioned above:
>
> Loaded 'C:\matlabR12\bin\win32\matlab.exe', no
> matching symbolic information found.
> Loaded 'C:\WINNT\System32\ntdll.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\KERNEL32.DLL', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\USER32.DLL', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\GDI32.DLL', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\OLE32.DLL', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\rpcrt4.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\ADVAPI32.DLL', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\version.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\lz32.dll', no matching
> symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\mwoles05.dll', no
> matching symbolic information found.
> Loaded 'C:\WINNT\system32\OLEAUT32.DLL', no matching
> symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\libut.dll', no
> matching symbolic information found.
> Loaded 'C:\WINNT\system32\msvcrt.dll', no matching
> symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\libmx.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\libmex.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\m_interpreter.dll',
> no matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\simulink.dll', no
> matching symbolic information found.
> Loaded 'C:\WINNT\system32\WINSPOOL.DRV', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\imm32.dll', no matching
> symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\hg.dll', no matching
> symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\uiw.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\COMDLG32.DLL', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\shlwapi.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\comctl32.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\SHELL32.DLL', no matching
> symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\gui.dll', no matching
> symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\libmwservices.dll',
> no matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\mpath.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\udd.dll', no matching
> symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\hardcopy.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\jmi.dll', no matching
> symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\mfc42.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\numerics.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\libmwlapack.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\libmwfftw.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\m_parser.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\m_ir.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\libmi.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\m_pcodeio.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\m_pcodegen.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\libmwbuiltins.dll',
> no matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\udd_mi.dll', no
> matching symbolic information found.
> Loaded 'C:\WINNT\system32\NETAPI32.DLL', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\secur32.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\netrap.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\samlib.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\ws2_32.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\ws2help.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\WLDAP32.DLL', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\dnsapi.dll', no matching
> symbolic information found.
> Loaded 'C:\WINNT\system32\wsock32.dll', no matching
> symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\atlas_PIII.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\lapack.dll', no
> matching symbolic information found.
> Loaded 'C:\matlabR12\bin\win32\dforrt.dll', no
> matching symbolic information found.
__________________________________________________ ---------------------------------