1. Bindw problem
------=_NextPart_000_0009_01C05C16.6A0FF340
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi all.
I am putting together a new release of Morfit and have just completed =
binding the examples.
I am having a problem with the resulting exe's on *all* of the win32lib =
examples but not
on any of the samples that don't use win32lib.
The bound exe is returning the following error
LoadWorld.EXE:215 in function Bi()=20
call_back: bad routine id
=20
Bj =3D -1
The code runs fine from the editor.=20
The code was bound with win32lib version 053
Anyone have any ideas?
Mark
------=_NextPart_000_0009_01C05C16.6A0FF340
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2920.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi all.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>I am putting together a new release of =
Morfit and=20
have just completed binding the examples.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>I am having a problem with the =
resulting exe's on=20
*all* of the win32lib examples but not</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>on any of the samples that don't use=20
win32lib.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>The bound exe is returning the =
following=20
error</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>LoadWorld.EXE:215 in function Bi() =
<BR>call_back:=20
bad routine id<BR> <BR> Bj =3D -1</FONT></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>The code runs fine from the editor. =
</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>The code was bound with win32lib =
version=20
053</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>Anyone have any ideas?</FONT></DIV>
<DIV> </DIV>
<DIV> </DIV>
------=_NextPart_000_0009_01C05C16.6A0FF340--
2. Re: Bindw problem
Mark Brown writes:
>The bound exe is returning the following error
>
> LoadWorld.EXE:215 in function Bi()
> call_back: bad routine id
Did you see the following message when you ran bindw?
"Your program uses routine_id()
You must use the -clear_routines option"
You have to say:
bindw -clear_routines loadworld.exw
Regards,
Rob Craig
Rapid Deployment Software
http://www.RapidEuphoria.com
3. Re: Bindw problem
I didn't get any messages (because I ran it from the editor?)
but that fixed it. (I've been using textpad instead of MEdit
and MEdit already had that option checked (my excuse
anyway.....)
Many thanks Rob.
Mark