<?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://permalink.gmane.org/gmane.org.netlabs.odin.user">
    <title>gmane.org.netlabs.odin.user</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.org.netlabs.odin.user/1844"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1843"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1842"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1841"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1840"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1839"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1838"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1837"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1836"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1835"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1834"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1833"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1832"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1831"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1830"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1829"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1828"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1827"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1826"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1822"/>
      </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://permalink.gmane.org/gmane.org.netlabs.odin.user/1844">
    <title>Re: Problems building Odin (solved)</title>
    <link>http://permalink.gmane.org/gmane.org.netlabs.odin.user/1844</link>
    <description>&lt;pre&gt;Hi all,

thanks to the remarks from Steven and Dmitriy I finally got Odin built.

I attach some *.cmd and .cfg files which were necessary to set up a working
build environment.

It is required that OS2TK45, VAC308, Moztools and GCC335 are installed on drive
U:, otherwise the above files need to be customized.

BuildEnv.cfg hast to be placed in the %ETC% directory (which ist e:\mptn\etc in
my configuration).

Again, many thanks for your help,
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-09-07T20:34:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1843">
    <title>Re: Problems building Odin</title>
    <link>http://permalink.gmane.org/gmane.org.netlabs.odin.user/1843</link>
    <description>&lt;pre&gt;Hello,

On 31.08.2011 20:43, hermi wrote:


You use the wrong version of GCC (as already mentioned by Steve).

First, the majority of the code must be built with IBM VAC 3.0. You only need 
GCC for NTDLL.DLL. You need GCC 3.3.5 for that. Earlier or later versions of GCC 
won't work.

ConfigureGCC.cmd is broken (never completed?), don't use it.

You should use Configure.cmd to set up the required build environment -- it will 
give you an idea of what you need. AFAIR, it's VAC 3.0, DDK, OS2TK45 and MSVC 
6.0 (for win32k.sys).

See also env.tpl.cmd that will give you a hint on how GCC should be injected in 
this setup.

Keep in mind that build instructions (and many other parts of the documentation) 
are all outdated. This is something to be fixed (together with the mess in the 
environment scripts) when we move to GCC4 and kBuild.

&lt;/pre&gt;</description>
    <dc:creator>Dmitriy Kuminov</dc:creator>
    <dc:date>2011-09-01T18:17:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1842">
    <title>Re: Re: Problems building Odin</title>
    <link>http://permalink.gmane.org/gmane.org.netlabs.odin.user/1842</link>
    <description>&lt;pre&gt;In &amp;lt;j3n9bi$l5k$1&amp;lt; at &amp;gt;dough.gmane.org&amp;gt;, on 09/01/11
   at 08:39 AM, hermi &amp;lt;ulrichsk&amp;lt; at &amp;gt;gmx.de&amp;gt; said:

Hi Ulrich,


It appears to be.


Please submit an enhancement ticket to the eCS bugtracker.  The Ctrl-Z's
are not a problem for most compilers, but they are really superfluous
these days.

Gcc comes with its own version of the toolkit, so you might want to look
at your C_INCLUDE_PATH settings.  The Toolkit path should be at the end.


And it worked fine four years ago. :-)

I would be good if someone updated it, but everyone is short on time.


Good luck.

Steven

&lt;/pre&gt;</description>
    <dc:creator>Steven Levine</dc:creator>
    <dc:date>2011-09-01T16:05:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1841">
    <title>Re: Problems building Odin</title>
    <link>http://permalink.gmane.org/gmane.org.netlabs.odin.user/1841</link>
    <description>&lt;pre&gt;Hi Steven,

thanks for your response.

Steven Levine schrieb am 31.08.11 22.16:
svn info:
------------------
URL: http://svn.netlabs.org/repos/odin32/trunk
Repository Root: http://svn.netlabs.org/repos/odin32
Repository UUID: 3ae8c665-79e0-dc11-ae90-00e081727c95
Revision: 21678
   :
------------------
I think it should be the current revision.


The Readme (14. Nov 2005) says VERSION 4.5.2 with modifications made by Serenity
Systems. Some of the *.h filed have this EOF marker, some not.


In the GCCBuildInstructions.txt gcc 3.2.1 is used and ConfigureGCC.cmd (in the
root working directory) checks for that version.
I mainly reused the setup that I used 4 years ago successfully.


Ok, I will give the other gcc versions a try later that day.


Merci,
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-09-01T06:39:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1840">
    <title>Re: Problems building Odin</title>
    <link>http://permalink.gmane.org/gmane.org.netlabs.odin.user/1840</link>
    <description>&lt;pre&gt;In &amp;lt;j3lobj$aoo$1&amp;lt; at &amp;gt;dough.gmane.org&amp;gt;, on 08/31/11
   at 06:43 PM, hermi &amp;lt;ulrichsk&amp;lt; at &amp;gt;gmx.de&amp;gt; said:

Hi Ulrich,

I've not built Odin in a while, so my notes are not entirely up to date.

Just be be sure we are looking at the same codebase, what does svn info
report?


Are you sure you have a current version of the Toolkit?  This has never
been an issue here.


This was never needed, when used gcc 3.2.2 to build.  However, based on
the comments at svn.netlabs.org/odin32, I suspect that the current
maintainers are using gcc 3.3.5 and possibly 4.5.2 to build and this
likely causing most of your problems.

Note also, that the building instructions in doc\*.txt are probably out of
date.


  extern _K32CONV const union cptable *cp_get_table( unsigned int codepage
);

This is almost surely an issue the version of gcc you are using which
appears not to support _Optlink.

Regards,

Steven

&lt;/pre&gt;</description>
    <dc:creator>Steven Levine</dc:creator>
    <dc:date>2011-08-31T20:16:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1839">
    <title>Problems building Odin</title>
    <link>http://permalink.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/Od&lt;/pre&gt;</description>
    <dc:creator>hermi</dc:creator>
    <dc:date>2011-08-31T16:43:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1838">
    <title>PE Failing</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.org.netlabs.odin.user/1837">
    <title>Re: debug report</title>
    <link>http://permalink.gmane.org/gmane.org.netlabs.odin.user/1837</link>
    <description>&lt;pre&gt;Jon,

always open a ticket at svn.netlabs.org/odin32. we can't monitor this 
list for bugreports.

regards
Silvan

Jon wrote:


&lt;/pre&gt;</description>
    <dc:creator>Silvan Scherrer</dc:creator>
    <dc:date>2011-06-29T07:04:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1836">
    <title>debug report</title>
    <link>http://permalink.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=&lt;/pre&gt;</description>
    <dc:creator>Jon</dc:creator>
    <dc:date>2011-06-29T06:54:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1835">
    <title>Re: Re : [odin-user] second try with Odin</title>
    <link>http://permalink.gmane.org/gmane.org.netlabs.odin.user/1835</link>
    <description>&lt;pre&gt;Yes. Odin Test and also my own program would not have been able to run 
if config.sys was not correct.

Michael




---------------------------------------------------------------------
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-19T17:27:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1834">
    <title>Jayy is outstation</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.org.netlabs.odin.user/1833">
    <title>Re : [odin-user] second try with Odin</title>
    <link>http://permalink.gmane.org/gmane.org.netlabs.odin.user/1833</link>
    <description>&lt;pre&gt;Did you add Odin's path into config.sys as last position ?

--- En date de : Mar 18.1.11, Michael Marchant &amp;lt;mmarchant&amp;lt; at &amp;gt;telus.net&amp;gt; a écrit :



      

---------------------------------------------------------------------
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>D R</dc:creator>
    <dc:date>2011-01-19T07:43:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1832">
    <title>second try with Odin</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.org.netlabs.odin.user/1831">
    <title>Re: first try with Odin</title>
    <link>http://permalink.gmane.org/gmane.org.netlabs.odin.user/1831</link>
    <description>&lt;pre&gt;On Sun, 16 Jan 2011 19:34:56 -0800 (PST), "Steve Wendt" &amp;lt;stevew&amp;lt; at &amp;gt;shocking.com&amp;gt;
wrote:


ftp://ftp.netlabs.org/pub/odin/Daily/odinapp.zip
&lt;/pre&gt;</description>
    <dc:creator>Neil Waldhauer</dc:creator>
    <dc:date>2011-01-17T04:06:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1830">
    <title>Re: first try with Odin</title>
    <link>http://permalink.gmane.org/gmane.org.netlabs.odin.user/1830</link>
    <description>&lt;pre&gt;

That's probably a bad idea.


There was a dummy program called "odinapp" - the sole purpose of which was to 
include such Win32 runtime files, which is the "legal" way of doing so.  Not sure 
what happened to it, I don't see it on the netlabs.org FTP site.

 1-06-01  12:00a   1390360         100  odinapp.zip


-----------
"Good people do not need laws to tell them to act responsibly,
while bad people will find a way around the laws."
     - Plato (427-347 B.C.)



---------------------------------------------------------------------
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>Steve Wendt</dc:creator>
    <dc:date>2011-01-17T03:34:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1829">
    <title>Re: first try with Odin</title>
    <link>http://permalink.gmane.org/gmane.org.netlabs.odin.user/1829</link>
    <description>&lt;pre&gt;

You might try to add the real msvcrt.dll to \odin\system32
Dave


---------------------------------------------------------------------
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>Dave Yeo</dc:creator>
    <dc:date>2011-01-17T03:05:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1828">
    <title>Odin starting to work</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.org.netlabs.odin.user/1827">
    <title>first try with Odin</title>
    <link>http://permalink.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 ex&lt;/pre&gt;</description>
    <dc:creator>Michael Marchant</dc:creator>
    <dc:date>2011-01-17T02:27:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1826">
    <title>Re: Compiling Odin - unresolved external for gdi32.dll</title>
    <link>http://permalink.gmane.org/gmane.org.netlabs.odin.user/1826</link>
    <description>&lt;pre&gt;On Thu, 9 Dec 2010 06:50:16 UTC, Lars Erdmann 
&amp;lt;lars.erdmann&amp;lt; at &amp;gt;arcor.de&amp;gt; wrote:

I believe there is only one dll (ntdll IIRC) built with GCC, the rest 
are built with VAC (certainly gdi32 is built with VAC).  I think those
are System and not Syscall convention, the System needs the _ as I 
recall.
Andy


---------------------------------------------------------------------
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>Andy</dc:creator>
    <dc:date>2010-12-09T18:56:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1822">
    <title>Re: Re : [odin-user] Re: odin and codepages</title>
    <link>http://permalink.gmane.org/gmane.org.netlabs.odin.user/1822</link>
    <description>&lt;pre&gt;Hi Alex

mail.me&amp;lt; at &amp;gt;reply.to.address wrote:


No, it does not.

Although I may be going about this wrong I guess...

I am *not* trying to set the codepage in the os/2 config.sys as I am 
happy with what I already have.

I am trying to set the necessary codepage in 
\programs\odin\system32\odin.ini - which does not seem to want to work.

I am guessing that either the current odin build is "stuck" on whatever 
codepage the developer(s) set it to or the method for setting the 
codepage for the win32 session has changed but nobody has informed the 
public.

I did post here in the hope that someone currently involved with odin 
would be able to advise but it looks like I'm out of luck.

Oh well, it does not matter over much as OO3.2.0 for Windows running 
using odin is not stable enough to use.

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-12-05T14:43:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.netlabs.odin.user/1821">
    <title>Re: Re : [odin-user] Re: odin and codepages</title>
    <link>http://permalink.gmane.org/gmane.org.netlabs.odin.user/1821</link>
    <description>&lt;pre&gt;

I think you have to use 1004 instead of 1252 (they're basically the 
same).  i.e.:

CODEPAGE=850,1004

Then in the program object properties for OpenOffice Writer (etc.),
go to the "Language" tab and select 1004 as the codepage.

No guarantee it'll actually do what you want, of course...

&lt;/pre&gt;</description>
    <dc:creator>mail.me&lt; at &gt;reply.to.address</dc:creator>
    <dc:date>2010-12-04T15:16:08</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>

