public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Wierd compile problem
@ 2013-11-14 17:46 awsdert
  2013-11-14 18:01 ` Jonathan Wakely
  0 siblings, 1 reply; 8+ messages in thread
From: awsdert @ 2013-11-14 17:46 UTC (permalink / raw)
  To: gcc-help

 is the output I get,
 is the output I expect,
 is the code I'm using.
Am I doing something wrong here or is GCC? In MSC this comes out as expected
but in GCC  I get a bunch of missing functions due the problem.



--
View this message in context: http://gcc.1065356.n5.nabble.com/Wierd-compile-problem-tp985245.html
Sent from the gcc - Help mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Wierd compile problem
  2013-11-14 17:46 Wierd compile problem awsdert
@ 2013-11-14 18:01 ` Jonathan Wakely
  2013-11-14 18:27   ` awsdert
  0 siblings, 1 reply; 8+ messages in thread
From: Jonathan Wakely @ 2013-11-14 18:01 UTC (permalink / raw)
  To: awsdert; +Cc: gcc-help

On 14 November 2013 17:46, awsdert wrote:
>  is the output I get,
>  is the output I expect,
>  is the code I'm using.
> Am I doing something wrong here or is GCC? In MSC this comes out as expected
> but in GCC  I get a bunch of missing functions due the problem.

^^ And this is the output you get from your email, you can see the
same thing at http://gcc.gnu.org/ml/gcc-help/2013-11/msg00094.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Wierd compile problem
  2013-11-14 18:01 ` Jonathan Wakely
@ 2013-11-14 18:27   ` awsdert
  2013-11-14 18:39     ` Bryan Hundven
  0 siblings, 1 reply; 8+ messages in thread
From: awsdert @ 2013-11-14 18:27 UTC (permalink / raw)
  To: gcc-help

Nabble's fault, here's the address it shows up in:
http://gcc.1065356.n5.nabble.com/Wierd-compile-problem-td985245.html

On another note do you know of a better site than Nabble because clearly it
can't do it's job properly



--
View this message in context: http://gcc.1065356.n5.nabble.com/Wierd-compile-problem-tp985245p985272.html
Sent from the gcc - Help mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Wierd compile problem
  2013-11-14 18:27   ` awsdert
@ 2013-11-14 18:39     ` Bryan Hundven
  2013-11-14 18:51       ` awsdert
  0 siblings, 1 reply; 8+ messages in thread
From: Bryan Hundven @ 2013-11-14 18:39 UTC (permalink / raw)
  To: awsdert; +Cc: gcc-help

On Thu, Nov 14, 2013 at 10:27 AM, awsdert <gb2985@gmail.com> wrote:
> Nabble's fault, here's the address it shows up in:
> http://gcc.1065356.n5.nabble.com/Wierd-compile-problem-td985245.html

http://gcc.gnu.org/ml/gcc-help/

> On another note do you know of a better site than Nabble because clearly it
> can't do it's job properly

Most of us are subscribed to the list, and just receive and respond with email.
You could also post your output to pastebin.com and respond with the
links in your response on nabble.

-Bryan

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Wierd compile problem
  2013-11-14 18:39     ` Bryan Hundven
@ 2013-11-14 18:51       ` awsdert
  2013-11-14 19:53         ` awsdert
  2013-11-14 20:48         ` Ian Lance Taylor
  0 siblings, 2 replies; 8+ messages in thread
From: awsdert @ 2013-11-14 18:51 UTC (permalink / raw)
  To: gcc-help

Thank you, unfortunately it does not solve the problem I originally posted
which is:

>include\zx\window\..\std\vector\dec_fun.h|19|note: #pragma message:
ZX__INIT( zxVECTOR, void, __attribute__((dllexport)), )|

 is the output I get,

include\zx\window\..\std\vector\dec_fun.h|19|note: #pragma message:
ZX__INIT( zxVECTOR, void, __attribute__((dllexport)), zxVECTOR__init)|

 is the output I expect,

#define ZXV___INIT(     NAME, T, DLL, FUN  ) DLL void \
  FUN( NAME *src, T const *cpy, size_t count )
#define ZXV__INIT(      NAME, T, DLL, CALL ) \
  ZXV___INIT( NAME, T, DLL, CALL NAME##__init )

 is the code I'm using.
Am I doing something wrong here or is GCC? In MSC this comes out as expected
but in GCC  I get a bunch of missing functions due the problem.  



--
View this message in context: http://gcc.1065356.n5.nabble.com/Wierd-compile-problem-tp985245p985280.html
Sent from the gcc - Help mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Wierd compile problem
  2013-11-14 18:51       ` awsdert
@ 2013-11-14 19:53         ` awsdert
  2013-11-14 20:48         ` Ian Lance Taylor
  1 sibling, 0 replies; 8+ messages in thread
From: awsdert @ 2013-11-14 19:53 UTC (permalink / raw)
  To: gcc-help

Since it doesn't look like I'll get any replies tonight I'm gonna give up for
the night, I have work early in the morning so I won't be responding until
around 14:00 onwards



--
View this message in context: http://gcc.1065356.n5.nabble.com/Wierd-compile-problem-tp985245p985289.html
Sent from the gcc - Help mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Wierd compile problem
  2013-11-14 18:51       ` awsdert
  2013-11-14 19:53         ` awsdert
@ 2013-11-14 20:48         ` Ian Lance Taylor
       [not found]           ` <CAOZ3c1ontrMFK3HpP2jcTwCPED7kFREbP8tmUtuJDKEpjSZ4Kw@mail.gmail.com>
  1 sibling, 1 reply; 8+ messages in thread
From: Ian Lance Taylor @ 2013-11-14 20:48 UTC (permalink / raw)
  To: awsdert; +Cc: gcc-help

On Thu, Nov 14, 2013 at 10:50 AM, awsdert <gb2985@gmail.com> wrote:
> Thank you, unfortunately it does not solve the problem I originally posted
> which is:
>
>>include\zx\window\..\std\vector\dec_fun.h|19|note: #pragma message:
> ZX__INIT( zxVECTOR, void, __attribute__((dllexport)), )|
>
>  is the output I get,
>
> include\zx\window\..\std\vector\dec_fun.h|19|note: #pragma message:
> ZX__INIT( zxVECTOR, void, __attribute__((dllexport)), zxVECTOR__init)|
>
>  is the output I expect,
>
> #define ZXV___INIT(     NAME, T, DLL, FUN  ) DLL void \
>   FUN( NAME *src, T const *cpy, size_t count )
> #define ZXV__INIT(      NAME, T, DLL, CALL ) \
>   ZXV___INIT( NAME, T, DLL, CALL NAME##__init )
>
>  is the code I'm using.
> Am I doing something wrong here or is GCC? In MSC this comes out as expected
> but in GCC  I get a bunch of missing functions due the problem.

It sounds like the Microsoft compiler expands preprocessor macros in
the "#pragma message" output and GCC does not.  As far as I know there
is no standard for how "#pragma message" works.  If you can provide a
standalone self-contained test case, I suggest that you open a GCC bug
report as described at http://gcc.gnu.org/bugs .

Ian

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Fwd: Wierd compile problem
       [not found]           ` <CAOZ3c1ontrMFK3HpP2jcTwCPED7kFREbP8tmUtuJDKEpjSZ4Kw@mail.gmail.com>
@ 2013-11-17  0:46             ` Lee Shallis
  0 siblings, 0 replies; 8+ messages in thread
From: Lee Shallis @ 2013-11-17  0:46 UTC (permalink / raw)
  To: GCC Help

[-- Attachment #1: Type: text/plain, Size: 2172 bytes --]

---------- Forwarded message ----------
From: Lee Shallis <gb2985@gmail.com>
Date: 16 November 2013 07:07
Subject: Re: Wierd compile problem
To: Ian Lance Taylor <iant@google.com>

Sent to wrong address:

Sorry for late reply, had work and then to relax I spent a while
playing a game so I forgot all about this, it's not the macro
expansion that was the issue and after having tried with _Pragma I saw
the output I was expecting, I'm still getting the "undefined" errors
though, would #pragma once stop them from being defined at all? If not
that then I honestly have no idea what the issue is, I'll attatch my
codeblocks project files in case it has something to do with that, for
the actual code that's already uploaded to
http://code.google.com/p/zxstuff/source/ - files of interest are
dll.h, stdc.h, compiler.h, sys.h, vector/*.h


On 14 November 2013 20:48, Ian Lance Taylor <iant@google.com> wrote:
>
> On Thu, Nov 14, 2013 at 10:50 AM, awsdert <gb2985@gmail.com> wrote:
> > Thank you, unfortunately it does not solve the problem I originally posted
> > which is:
> >
> >>include\zx\window\..\std\vector\dec_fun.h|19|note: #pragma message:
> > ZX__INIT( zxVECTOR, void, __attribute__((dllexport)), )|
> >
> >  is the output I get,
> >
> > include\zx\window\..\std\vector\dec_fun.h|19|note: #pragma message:
> > ZX__INIT( zxVECTOR, void, __attribute__((dllexport)), zxVECTOR__init)|
> >
> >  is the output I expect,
> >
> > #define ZXV___INIT(     NAME, T, DLL, FUN  ) DLL void \
> >   FUN( NAME *src, T const *cpy, size_t count )
> > #define ZXV__INIT(      NAME, T, DLL, CALL ) \
> >   ZXV___INIT( NAME, T, DLL, CALL NAME##__init )
> >
> >  is the code I'm using.
> > Am I doing something wrong here or is GCC? In MSC this comes out as expected
> > but in GCC  I get a bunch of missing functions due the problem.
>
> It sounds like the Microsoft compiler expands preprocessor macros in
> the "#pragma message" output and GCC does not.  As far as I know there
> is no standard for how "#pragma message" works.  If you can provide a
> standalone self-contained test case, I suggest that you open a GCC bug
> report as described at http://gcc.gnu.org/bugs .
>
> Ian

[-- Attachment #2: zxStuff.cbp --]
[-- Type: application/octet-stream, Size: 2743 bytes --]

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
	<FileVersion major="1" minor="6" />
	<Project>
		<Option title="zxStuff" />
		<Option compiler="gcc" />
		<Option extended_obj_names="1" />
		<Build>
			<Target title="msw86d_cpp_gcc">
				<Option output="lib/zxs_$(TARGET_NAME)" prefix_auto="1" extension_auto="1" />
				<Option object_output="obj/zxs_$(TARGET_NAME)/" />
				<Option type="3" />
				<Option compiler="gcc" />
				<Option createDefFile="1" />
				<Option createStaticLib="1" />
				<Compiler>
					<Add option="-shared" />
					<Add option="-D_WIN32" />
					<Add option="-DZXBUILD_DLL" />
				</Compiler>
				<Linker>
					<Add library="user32" />
					<Add library="comctl32" />
				</Linker>
			</Target>
			<Target title="msw86_cpp_gcc">
				<Option output="lib/zxs_$(TARGET_NAME)" prefix_auto="1" extension_auto="1" />
				<Option object_output="obj/zxs_$(TARGET_NAME)/" />
				<Option type="3" />
				<Option compiler="gcc" />
				<Option createDefFile="1" />
				<Option createStaticLib="1" />
				<Compiler>
					<Add option="-shared" />
					<Add option="-D_WIN32" />
					<Add option="-DZXBUILD_DLL" />
				</Compiler>
				<Linker>
					<Add library="user32" />
					<Add library="comctl32" />
				</Linker>
			</Target>
			<Target title="msw86d_gcc">
				<Option output="lib/zxs_$(TARGET_NAME)" prefix_auto="1" extension_auto="1" />
				<Option object_output="obj/zxs_$(TARGET_NAME)/" />
				<Option type="3" />
				<Option compiler="gcc" />
				<Option createDefFile="1" />
				<Option createStaticLib="1" />
				<Compiler>
					<Add option="-shared" />
					<Add option="-D_WIN32" />
					<Add option="-DZXBUILD_DLL" />
				</Compiler>
				<Linker>
					<Add library="user32" />
					<Add library="comctl32" />
				</Linker>
			</Target>
			<Target title="msw86_gcc">
				<Option output="lib/zxs_$(TARGET_NAME)" prefix_auto="1" extension_auto="1" />
				<Option object_output="obj/zxs_$(TARGET_NAME)/" />
				<Option type="3" />
				<Option compiler="gcc" />
				<Option createDefFile="1" />
				<Option createStaticLib="1" />
				<Compiler>
					<Add option="-shared" />
					<Add option="-D_WIN32" />
				</Compiler>
				<Linker>
					<Add library="user32" />
					<Add library="comctl32" />
				</Linker>
			</Target>
		</Build>
		<Compiler>
			<Add option="-D_DLL" />
			<Add option="-DZXBUILD_DLL" />
			<Add directory="include" />
			<Add directory="$(IncludePath)" />
		</Compiler>
		<UnitsGlob directory="include/zx" wildcard="*.h" recursive="1" />
		<UnitsGlob directory="src/zx" wildcard="*.c" recursive="1" />
		<Extensions>
			<code_completion />
			<envvars />
			<debugger />
			<lib_finder disable_auto="1" />
		</Extensions>
	</Project>
</CodeBlocks_project_file>

[-- Attachment #3: zxStuff.layout --]
[-- Type: application/octet-stream, Size: 42325 bytes --]

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_layout_file>
	<ActiveTarget name="msw86_gcc" />
	<File name="src\zx\window\zxWINDOW_getWindow.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="24" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_swap.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="48" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_swap.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="48" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_resize.c" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="299" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\window\msw\zx_mswSetText.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="33" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\std\text.h" open="0" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="31" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\math\zx_udiv.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="671" topLine="10" />
		</Cursor>
	</File>
	<File name="include\zx\std\vector\def_fun.h" open="0" top="0" tabpos="6" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="14" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\textbox\msw\zxTBOX_onKeyU.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="22" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_grow.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="55" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_opSub.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="555" topLine="17" />
		</Cursor>
	</File>
	<File name="src\zx\event\zxEVENT_onEvent.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="2340" topLine="66" />
		</Cursor>
	</File>
	<File name="src\zx\std\lib\mcpy.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="25" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\limits\long.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="53" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_opAdd.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="49" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_resize.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="52" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\window\zxWINDOW_setBase.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="24" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\obj\zxobj.c" open="0" top="0" tabpos="9" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="288" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_resize.c" open="0" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="104" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\limits\size_t.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="51" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_size.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="48" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\textbox\msw\zxTBOX_onFocus.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="22" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\zxmain.c" open="0" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="1212" topLine="1" />
		</Cursor>
	</File>
	<File name="src\zx\obj\zxOBJS_freeAll.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="85" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_shrink.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="46" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\std\vector.h" open="0" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="17" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_reserve.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="51" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_reserve.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="47" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_growb.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="809" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\proc\zxo_zxPROC_getPE32_c.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="22" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\window\zxWINDOW_isKnown.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="24" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\obj\zxOBJS__kill.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="50" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_push_back.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="55" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_swap.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="48" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_push_back.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="55" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_isNeg.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="21" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\proc\zx___enumWindowsIsVisible.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="22" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\window\zxWINDOW_getKid.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="863" topLine="12" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_at.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="52" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\std\int.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="13" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR__kill.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="28" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE__init.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="836" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\proc\zxo_zxPROC_newPHId.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="22" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_clear.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="28" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\compiler.h" open="0" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="495" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_capacity.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="52" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_tmpobj.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="113" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\proc\zxo_zxPROC_isVisible.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="22" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\lib\mcmp.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="72" topLine="1" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_opNot.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="567" topLine="3" />
		</Cursor>
	</File>
	<File name="include\zx\app.h" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="0" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\limits\int.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="50" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_isEqual.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="28" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_opAnd.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="753" topLine="2" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_append.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="46" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR__kill.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="45" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_size.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="429" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\limits.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="311" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_pop_back.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="28" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_cmpNE.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="21" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_capacity.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="52" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_copy.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="28" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\window\zxWINDOW_opDel.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="24" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\std\lib.h" open="0" top="0" tabpos="7" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="30" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\std\vector\dec_fun.h" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="446" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_empty.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="49" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_copy.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="317" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_cmpNE.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="26" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_opAdd.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="45" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_reserve.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="93" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\window\all.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="58" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\std\vector\cpp.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="550" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_opMvl.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="1180" topLine="32" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_copy.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="54" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_grow.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="50" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\std\wide.h" open="0" top="0" tabpos="5" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="395" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_pop_back.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="52" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_cmpEQ.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="49" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_cmpEQ.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="26" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_len.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="26" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\window\msw\zxWINDOW__initWC.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="24" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_pop_back.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="52" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_max_size.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="52" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\textbox\zxTBOX_opDel.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="22" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_shrink.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="50" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_empty.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="49" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\window\zxWINDOW_remKid.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="24" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\dll.h" open="0" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="240" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR__init.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="849" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\std\char.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="140" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_len.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="26" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_size.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="48" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI__kill.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="39" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\window.h" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="4950" topLine="151" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_capacity.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="52" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_cmpME.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="21" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_cmpNE.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="49" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI__init.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="42" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\endian\zxcopy.c" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="24" topLine="2" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_reserve.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="47" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_erase.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="91" topLine="2" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_erase.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="49" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\window\msw\zxWINDOW__initWCX.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="24" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\stdc.h" open="1" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="1733" topLine="76" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_shrink_to_fit.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="57" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\limits\ill.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="47" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\textbox\msw\zxTBOX_onChar.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="22" topLine="2" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_clear.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="49" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\window\zxWINDOW_opNew.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="24" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\math\zxm_i2s.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="26" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\textbox\msw\zxTBOX_onKeyD.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="22" topLine="2" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_grow.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="50" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\window\zxWINDOW_getFocus.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="75" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\endian\zxIntEndian.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="24" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_append.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="28" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\std\vector\size_t.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="70" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR__initCpy.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="52" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_shrink.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="46" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\window\zxWINDOW_osOpNew.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="35" topLine="3" />
		</Cursor>
	</File>
	<File name="src\zx\event\zxEVENTS_remEvent.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="23" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\lib\mnewa.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="25" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\std\arch.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="30" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_shrink_to_fit.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="53" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_pop.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="106" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\window\zxWINDOW_setFocus.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="76" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\obj\zxOBJS_allObjects.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="130" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_push.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="102" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\event\zxEVENT.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="15" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_push.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="102" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_push.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="102" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_cmpLT.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="21" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\window\zxWINDOW_getHandle.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="24" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\obj\zxOBJS_setFocus.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="202" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\lib\mnew.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="25" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\event\zxEVENTS_addEvent.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="23" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_reverse.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="28" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_reverse.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="51" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_isEqual.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="2272" topLine="92" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_2UI.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="545" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\window\zxWINDOW_freeAll.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="24" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\proc\zxo_zxPROC_enumAll.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="22" topLine="2" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_reverse.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="51" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\std\_text.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="13" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_opAdd.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="1261" topLine="69" />
		</Cursor>
	</File>
	<File name="src\zx\proc\zxo_zxPROC__init.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="22" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\math\zxm_i2c.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="26" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\limits\char.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="51" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_append.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="46" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\textbox\zxTBOX_opNew.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="22" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\proc\zxo_zxPROC_newPH_w.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="22" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_cmpEQ.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="28" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\limits\imax.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="64" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_insert.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="28" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_cmpEQ.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="23" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\proc\zxo_zxPROC__kill.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="22" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\lib\mdel.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="25" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_reverse.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="97" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\window\msw.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="27" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_tmpobj.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="130" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_cmpLE.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="21" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_at.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="52" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_cmpNE.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="28" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_opXor.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="711" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\std\vector\c.h" open="1" top="1" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="723" topLine="7" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_copy.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="54" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_opDiv.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="2592" topLine="66" />
		</Cursor>
	</File>
	<File name="src\zx\proc\zxo_zxPROC_newPH_c.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="22" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_empty.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="49" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\window\zxWINDOW_byHandle.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="167" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\obj.h" open="0" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="13" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_insert.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="46" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_opMul.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="846" topLine="20" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_clear.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="49" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_pop.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="105" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\sys.h" open="0" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="637" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_pop.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="105" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_opMvr.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="1098" topLine="30" />
		</Cursor>
	</File>
	<File name="src\zx\proc\zxo_zxPROC_getPE32_w.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="22" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_insert.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="46" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_size.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="48" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\limits\all.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="191" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_opAdd.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="45" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxGetInt.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="1973" topLine="36" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_push_back.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="62" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\proc\zxo_zxPROC_getPE32Id.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="22" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_isEqual.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="51" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\window\zxWINDOW_addKid.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="24" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\vli.h" open="0" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="31" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_tmpobj.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="113" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\limits\short.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="52" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_isEqual.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="51" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\textbox\zxTBOX_onCmd.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="22" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_shrink_to_fit.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="29" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_erase.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="49" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\char\zxCHAR_max_size.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="52" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_shrink.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="804" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\event.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="16" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\lib\mrenew.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="25" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE__kill.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="26" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_erase.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="49" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_opOr.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="710" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\lib\mset.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="25" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\limits\bool.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="82" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_cmpMT.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="21" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxVECTOR_max_size.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="52" topLine="0" />
		</Cursor>
	</File>
	<File name="include\zx\std\math.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="3545" topLine="63" />
		</Cursor>
	</File>
	<File name="src\zx\std\vector\zxv.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="70" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\vli\zxVLI_grow.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="342" topLine="0" />
		</Cursor>
	</File>
	<File name="src\zx\std\wide\zxWIDE_at.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
		<Cursor>
			<Cursor1 position="48" topLine="0" />
		</Cursor>
	</File>
</CodeBlocks_layout_file>

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-11-16  8:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-14 17:46 Wierd compile problem awsdert
2013-11-14 18:01 ` Jonathan Wakely
2013-11-14 18:27   ` awsdert
2013-11-14 18:39     ` Bryan Hundven
2013-11-14 18:51       ` awsdert
2013-11-14 19:53         ` awsdert
2013-11-14 20:48         ` Ian Lance Taylor
     [not found]           ` <CAOZ3c1ontrMFK3HpP2jcTwCPED7kFREbP8tmUtuJDKEpjSZ4Kw@mail.gmail.com>
2013-11-17  0:46             ` Fwd: " Lee Shallis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).