<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.org.netlabs.odin.user">
    <title>gmane.org.netlabs.odin.user</title>
    <link>http://blog.gmane.org/gmane.org.netlabs.odin.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.netlabs.odin.user/1839"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.netlabs.odin.user/1838"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.netlabs.odin.user/1836"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.netlabs.odin.user/1834"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.netlabs.odin.user/1832"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.netlabs.odin.user/1828"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.netlabs.odin.user/1827"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.netlabs.odin.user/1820"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.netlabs.odin.user/1804"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.netlabs.odin.user/1802"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.netlabs.odin.user/1801"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.org.netlabs.odin.user/1800"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.org.netlabs.odin.user/1839">
    <title>Problems building Odin</title>
    <link>http://comments.gmane.org/gmane.org.netlabs.odin.user/1839</link>
    <description>&lt;pre&gt;Hi all,

I found that the current odin svn code fixes some problems I have with
Java/SmartGIT.

As we don't have daily builds any more I tried to compile odin myself.

I had to make the following modifications on my system to resolve some errors I got:
1) remove 0x1A from end of U:\OS2TK45\H\LIBC\direct.h
2) remove 0x1A from end of U:\OS2TK45\H\LIBC\wctype.h
3) copy F:\emx321\emx\include\limits.h F:\emx321\emx\include\sys\limits.h


But now I the build process fails at the point where the minivcrt-library is
compiled:
------------------------------------------------------------------------------------
   nmake /nologo -f minivcrt.mak lib
   gcc -Zomf -pipe -Wall -Zmt -g -O6 -mcpu=pentium -Zdll
       -IF:\Copy\Odi\Odin\include\Win -I. -IF:\Copy\Odi\Odin\include
       -D__MINIVCRT__ -D__WIN32OS2__ -D__WINE__ -D__i386__ -DTCPV40HDRS
       -DCOMCTL32UNDOC -o .\bin\Release.emx.minivcrt\dir.obj
       -c F:\Copy\Odi\Odin\src\msvcrt\dir.c
In file included from F:/Copy/Odi/Odin/src/msvcrt/dir.c:60:
F:/Copy/Odi/Odin/include/Win/wine/unicode.h:82: syntax error before "const"
F:/Copy/Odi/Odin/include/Win/wine/unicode.h:83: syntax error before "const"
   :
F:/Copy/Odi/Odin/include/Win/wine/unicode.h:100: syntax error before "int"
F:/Copy/Odi/Odin/include/Win/wine/unicode.h:102: syntax error before "int"
F:/Copy/Odi/Odin/src/msvcrt/dir.c: In function `MSVCRT__fullpath':
F:/Copy/Odi/Odin/src/msvcrt/dir.c:663: warning: implicit declaration of function
`_getdcwd'
------------------------------------------------------------------------------------

It seems that is has something to do with the
  #define _K32CONV _Optlink
in
  Odin\include\win\wine\unicode.h (line 70)
which generates the error at line 82:
  extern _K32CONV const union cptable *cp_get_table( unsigned int codepage );


Unfortunately I have no idea how to fix it.

Can someone give me a hint?

Many thanks,
hermi


---------------------------------------------------------------------
To unsubscribe, e-mail: odin-user-unsubscribe&amp;lt; at &amp;gt;netlabs.org
For additional commands, e-mail: odin-user-help&amp;lt; at &amp;gt;netlabs.org


&lt;/pre&gt;</description>
    <dc:creator>hermi</dc:creator>
    <dc:date>2011-08-31T16:43:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.netlabs.odin.user/1838">
    <title>PE Failing</title>
    <link>http://comments.gmane.org/gmane.org.netlabs.odin.user/1838</link>
    <description>&lt;pre&gt;Does anyone run Audacity (Audio editing program for Windoz) using Odin on
eCS? I have and it worked pretty well with a few funny quirks. Now all of a
sudden it won't start. I am using PE to run it and it tries to start and then
quits in a second or two. No messages even if I run it from the command line.
How can I find out what is the problem? Thanks for any help.

---------------------------------------------------------------------
To unsubscribe, e-mail: odin-user-unsubscribe&amp;lt; at &amp;gt;netlabs.org
For additional commands, e-mail: odin-user-help&amp;lt; at &amp;gt;netlabs.org


&lt;/pre&gt;</description>
    <dc:creator>Cliff Scott</dc:creator>
    <dc:date>2011-08-23T02:37:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.netlabs.odin.user/1836">
    <title>debug report</title>
    <link>http://comments.gmane.org/gmane.org.netlabs.odin.user/1836</link>
    <description>&lt;pre&gt;apparently i don't have the debug version and so I'm just 
going to send this info and hope for the best.

Just installed 0.6.21659 (2011-06-27)

My system is SMP, running 2 cpu's under eCS v1.24.
Kernel is build
Signature:       &amp;lt; at &amp;gt;#IBM:14.104a#&amp;lt; at &amp;gt;_SMP  IBM OS/2 Kernel
Vendor:          IBM
Revision:        14.104
File Version:    14.104
Description:     _SMP  IBM OS/2 Kernel

Previously running odin 050327 with winrar v3.0 (it runs 
fine).  Winrar is the only app I have tried.  It crashes 
under this new odin.

06-28-2011  23:43:13  SYS3175  PID 0077  TID 0001  Slot 00d5
D:\APPS\ODIN\SYSTEM32\PE.EXE
c0000005
1cf8cedd
P1=00000001  P2=00000000  P3=XXXXXXXX  P4=XXXXXXXX  
EAX=00000000  EBX=000f0000  ECX=5dbf4050  EDX=000f0000
ESI=00000000  EDI=00000000  
DS=0053  DSACC=f0f3  DSLIM=ffffffff  
ES=0053  ESACC=f0f3  ESLIM=ffffffff  
FS=0537  FSACC=00f3  FSLIM=00000fff
GS=0000  GSACC=****  GSLIM=********
CS:EIP=005b:1cf8cedd  CSACC=f0df  CSLIM=ffffffff
SS:ESP=0053:00129b58  SSACC=f0f3  SSLIM=ffffffff
EBP=00129bdc  FLG=00010256

KERNEL32.DLL 0001:0001cedd

I can provide the procdump file if necessary.  

Rgds, Jon


---------------------------------------------------------------------
To unsubscribe, e-mail: odin-user-unsubscribe&amp;lt; at &amp;gt;netlabs.org
For additional commands, e-mail: odin-user-help&amp;lt; at &amp;gt;netlabs.org


&lt;/pre&gt;</description>
    <dc:creator>Jon</dc:creator>
    <dc:date>2011-06-29T06:54:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.netlabs.odin.user/1834">
    <title>Jayy is outstation</title>
    <link>http://comments.gmane.org/gmane.org.netlabs.odin.user/1834</link>
    <description>&lt;pre&gt;
I will be out of the office starting  19/01/2011 and will not return until
20/01/2011.

During this time I will have limited access to e-mail, a response may be
delayed.
Any enquiry please contact:-
- rpl&amp;lt; at &amp;gt;ricopl.com.sg
- Tel: +65 6745 8472
- Fax: +65 6747 1151

For Service please contact:-
- Email: sdc&amp;lt; at &amp;gt;ricopl.com.sg
- Tel: +65 6745 8473

For existing project, please CC your email to:-
- Ms. Shobana, shobana&amp;lt; at &amp;gt;ricopl.com.sg


Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: odin-user-unsubscribe&amp;lt; at &amp;gt;netlabs.org
For additional commands, e-mail: odin-user-help&amp;lt; at &amp;gt;netlabs.org


&lt;/pre&gt;</description>
    <dc:creator>jayy&lt; at &gt;ricopl.com.sg</dc:creator>
    <dc:date>2011-01-19T08:02:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.netlabs.odin.user/1832">
    <title>second try with Odin</title>
    <link>http://comments.gmane.org/gmane.org.netlabs.odin.user/1832</link>
    <description>&lt;pre&gt;Thanks all.
I uninstalled all existing Odin.
fresh default install of Jan 12 Odin release
downloaded odinapp.zip from netlabs
ran pe setup
got Odin Test running full screen
it created 4 new dll files in SYSTEM32\

tried pe calc and got same result as in first try:
"The application has called the non-existing api
USER32.DLL &amp;gt; GetProcessDefaultLayout
loaded by calc.exe"

tried my own program and got same result as first try:
got main display, but crash and exception log
when I clicked on a menu item which should
have popped up an information message box.

Michael Marchant


---------------------------------------------------------------------
To unsubscribe, e-mail: odin-user-unsubscribe&amp;lt; at &amp;gt;netlabs.org
For additional commands, e-mail: odin-user-help&amp;lt; at &amp;gt;netlabs.org


&lt;/pre&gt;</description>
    <dc:creator>Michael Marchant</dc:creator>
    <dc:date>2011-01-18T06:29:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.netlabs.odin.user/1828">
    <title>Odin starting to work</title>
    <link>http://comments.gmane.org/gmane.org.netlabs.odin.user/1828</link>
    <description>&lt;pre&gt;I have now tried one of my own programs, and it runs! Reads files, 
processes and displays data. An impressive start. Still some big 
problems though. The debug pe_0 log file reports thousands of repeated 
attempts to commit memory. It all crashed when I clicked on a menu item 
which would have popped up a message box. It does give me hope that some 
day Odin will run my program completely.

If any of the developers want reports, I will send them. Also, since I 
wrote the program (using Free Pascal and Lazarus), there is the 
possibility of making modifications (perhaps disabling sections of the 
program) for the purposes of testing and identifying problem areas.

Michael Marchant

---------------------------------------------------------------------
To unsubscribe, e-mail: odin-user-unsubscribe&amp;lt; at &amp;gt;netlabs.org
For additional commands, e-mail: odin-user-help&amp;lt; at &amp;gt;netlabs.org


&lt;/pre&gt;</description>
    <dc:creator>Michael Marchant</dc:creator>
    <dc:date>2011-01-17T02:45:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.netlabs.odin.user/1827">
    <title>first try with Odin</title>
    <link>http://comments.gmane.org/gmane.org.netlabs.odin.user/1827</link>
    <description>&lt;pre&gt;I would like to give Odin a try, starting with calc.exe to get my setup
right. Not working yet. Is it appropriate to post bug reports here now?
If it is and anyone can help, here is my report.

Thanks,
Michael Marchant

--------------------- Begin of Odin Bug Report ----------------------

Odin build information:

Current Odin build: odin32bin-20110112-debug.wpi, version 0.6.21558
Installation method: WarpIN
Launching method: PE.EXE
Last WarpIN install: 15.01.2011 at 20:37:00, it was version
0.6.21558.0
Last OdinInst install: 15.01.2011 at 20:36:59, current version 0.6.21558
Odin "Windows" dir: F:\PROGRAMS\ODIN\
Odin "System32" dir: F:\PROGRAMS\ODIN\SYSTEM32\
Evaluated Odin.INI: F:\PROGRAMS\ODIN\SYSTEM32\ODIN.INI

General system information:

OS/2 version: OS2TYPE
OS/2 reports version: 2.45, kernel revision: 14.104a_SMP
FixPack Level: XR0C004
Is xf86sup.sys loaded? No
Display driver: Panorama VESA (LC)
Video Chipset: ATI RS780

Win32 program information:

Odin logfile: G:\WINDOWS\TEST\odin32_0.log
Windows executable: G:\WINDOWS\TEST\CALC.EXE
Application name: calc
Application version: Aug 18 2001
Available from: Windows XP

Verbal problem description:
Previous try was missing msvcrt.dll, so added F:\PROGRAMS\INNOWIN to Path.

This try got error message about missing api call before calc could
start. See end of pe_0.log for the message: KERNEL32:Win32PeLdrImage -
USER32.DLL.SetProcessDefaultLayout not found
---&amp;gt;&amp;gt;&amp;gt; NOT FOUND!
Missing api called!


Exception information and stack dump:

No exception found in logfile!

ODIN.INI information:



[DLLRENAMEWIN]
OLE32=OLE32OS2
OLEAUT32=OLAUTOS2
NETAPI32=WNETAP32
WINSPOOL.DRV=WINSPOOL.DLL
MCICDA.DRV=MCICDA.DLL
CRTDLL=CRTDLL32
IMM32=IMM32OS2


[DLLRENAMEOS2]
OLE32OS2=OLE32
OLAUTOS2=OLEAUT32
WNETAP32=NETAPI32
WINSPOOL=WINSPOOL.DRV
MCICDA=MCICDA.DRV
CRTDLL32=CRTDLL
IMM32OS2=IMM32


[ODINSYSTEM]
INSTALLDATE=Sat Jan 15 20:36:59 2011



[Font Mapping]
MS Sans Serif=WarpSans
MS Shell Dlg=WarpSans
MS Shell Dlg 2=WarpSans
---------------------- End of Odin Bug Report -----------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: odin-user-unsubscribe&amp;lt; at &amp;gt;netlabs.org
For additional commands, e-mail: odin-user-help&amp;lt; at &amp;gt;netlabs.org


&lt;/pre&gt;</description>
    <dc:creator>Michael Marchant</dc:creator>
    <dc:date>2011-01-17T02:27:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.netlabs.odin.user/1820">
    <title>Jayy is outstation</title>
    <link>http://comments.gmane.org/gmane.org.netlabs.odin.user/1820</link>
    <description>&lt;pre&gt;
I will be out of the office starting  10/11/2010 and will not return until
12/11/2010.

Any enquiry please contact:-
- rpl&amp;lt; at &amp;gt;ricopl.com.sg
- Tel: +65 6745 8472
- Fax: +65 6747 1151

For Service please contact:-
- Email: sdc&amp;lt; at &amp;gt;ricopl.com.sg
- Tel: +65 6745 8473

For existing project, please CC your email to:-
- Ms. Shobana, shobana&amp;lt; at &amp;gt;ricopl.com.sg


Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: odin-user-unsubscribe&amp;lt; at &amp;gt;netlabs.org
For additional commands, e-mail: odin-user-help&amp;lt; at &amp;gt;netlabs.org


&lt;/pre&gt;</description>
    <dc:creator>jayy&lt; at &gt;ricopl.com.sg</dc:creator>
    <dc:date>2010-11-11T08:01:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.netlabs.odin.user/1804">
    <title>odin and codepages</title>
    <link>http://comments.gmane.org/gmane.org.netlabs.odin.user/1804</link>
    <description>&lt;pre&gt;Hi All

I've been having a go at getting OpenOffice3.2.0 for Windows running 
using the recent odin release.

The Writer seems to work fairly well but introduces "foriegn" characters 
to replace characters that should be there. A common example is the UK 
currency symbol £ being replaced by a u with an accent above it.

I'm guessing this is a codepage problem?

Any ideas on curing this problem?

Regards

Pete


---------------------------------------------------------------------
To unsubscribe, e-mail: odin-user-unsubscribe&amp;lt; at &amp;gt;netlabs.org
For additional commands, e-mail: odin-user-help&amp;lt; at &amp;gt;netlabs.org


&lt;/pre&gt;</description>
    <dc:creator>Pete Brown</dc:creator>
    <dc:date>2010-11-10T00:03:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.netlabs.odin.user/1802">
    <title>Odin repository public again</title>
    <link>http://comments.gmane.org/gmane.org.netlabs.odin.user/1802</link>
    <description>&lt;pre&gt;
After a long period of work we finally made the Odin repository public
again. You can access everything at http://svn.netlabs.org/odin32

SVN is available at http://svn.netlabs.org/repos/odin32/ but please do
*not* checkout the whole tree, this is ridiculously big and includes
older experimental source as well like odin32xp (can be found in
tags/odin32xp). Latest source can be found in trunk:
http://svn.netlabs.org/repos/odin32/trunk

And discussion about the source should go to the odin mailing lists, web
interfaces can be found at:

http://dir.gmane.org/gmane.org.netlabs.odin.devel

http://dir.gmane.org/gmane.org.netlabs.odin.user

To subscribe check out http://wiki.netlabs.org/index.php/Mailinglists

List names are odin-dev&amp;lt; at &amp;gt;netlabs.org and odin-user&amp;lt; at &amp;gt;netlabs.org

We are also on #netlabs IRC channel on irc://irc.freenode.net

enjoy

Adrian

&lt;/pre&gt;</description>
    <dc:creator>Adrian Gschwend</dc:creator>
    <dc:date>2010-10-14T20:20:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.netlabs.odin.user/1801">
    <title>Jayy is outstation</title>
    <link>http://comments.gmane.org/gmane.org.netlabs.odin.user/1801</link>
    <description>&lt;pre&gt;
I will be out of the office starting  09/09/2010 and will not return until
27/09/2010.

Any enquiry please contact:-
- rpl&amp;lt; at &amp;gt;ricopl.com.sg
- Tel: +65 6745 8472
- Fax: +65 6747 1151

For Service please contact:-
- Email: sdc&amp;lt; at &amp;gt;ricopl.com.sg
- Tel: +65 6745 8473

For existing project, please CC your email to:-
- Ms. Shobana, shobana&amp;lt; at &amp;gt;ricopl.com.sg


Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: odin-user-unsubscribe&amp;lt; at &amp;gt;netlabs.org
For additional commands, e-mail: odin-user-help&amp;lt; at &amp;gt;netlabs.org


&lt;/pre&gt;</description>
    <dc:creator>jayy&lt; at &gt;ricopl.com.sg</dc:creator>
    <dc:date>2010-09-26T14:01:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.org.netlabs.odin.user/1800">
    <title>Keil does not work with odin32bin-20100906-Release.wpi</title>
    <link>http://comments.gmane.org/gmane.org.netlabs.odin.user/1800</link>
    <description>&lt;pre&gt;The latest odin builds seems to have not included the changes of Hermann 
Ulrichskoetter. See message from 18.11.2007.

Can his changes be included in the official build or do we Keil users have to 
make our own builds?

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: odin-user-unsubscribe&amp;lt; at &amp;gt;netlabs.org
For additional commands, e-mail: odin-user-help&amp;lt; at &amp;gt;netlabs.org


&lt;/pre&gt;</description>
    <dc:creator>Andreas Buchinger</dc:creator>
    <dc:date>2010-09-26T08:57:05</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.org.netlabs.odin.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.org.netlabs.odin.user</link>
  </textinput>
</rdf:RDF>

