23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||
|
<object class="wxPanel" name="MatlabHint">
|
||
|
<object class="wxBoxSizer">
|
||
|
<orient>wxVERTICAL</orient>
|
||
|
<object class="sizeritem">
|
||
|
<object class="wxStaticText" name="ID_STATICTEXT1">
|
||
|
<label>Please note: This wizard is compatible with Matlab version 6.xx.

If you want to use it with Matlab version 7.xx please notice:
The S-Functions are linked against the following libraries
in Matlab 6.xx: libmx, libmex, libmatlb and libmat.

In Matlab 7.xx you'll need to modify this to link against:
libmx, libmex and libmat. Otherwise you'll get linker erros.</label>
|
||
|
</object>
|
||
|
<flag>wxALL|wxEXPAND</flag>
|
||
|
<border>8</border>
|
||
|
</object>
|
||
|
<object class="sizeritem">
|
||
|
<object class="wxStaticText" name="ID_STATICTEXT2">
|
||
|
<label>In addition: Please note that this wizard will only be
compatible with the GCC and Matlab LCC compiler.</label>
|
||
|
</object>
|
||
|
<flag>wxLEFT|wxRIGHT|wxEXPAND</flag>
|
||
|
<border>8</border>
|
||
|
</object>
|
||
|
</object>
|
||
|
</object>
|
||
|
</resource>
|