Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Runtime problem with GreenXml (_Xmalloc@4)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Julien  
View profile  
 More options Jul 30 2008, 6:52 am
From: Julien <j.a.rouil...@gmail.com>
Date: Wed, 30 Jul 2008 03:52:50 -0700 (PDT)
Local: Wed, Jul 30 2008 6:52 am
Subject: Runtime problem with GreenXml (_Xmalloc@4)
Hi,

I'm trying to use GreenXML as it is probably easier to learn than the
huge libxml2 library.

At runtime, I get the following error :

"Le point d'entrée de procédure _Xmalloc@4 est introuvable dans la
bibliothèque de liaisons dynamique xbl.dll"

(i.e. _Xmalloc@4 entry point cannot be found in xbl.dll)

I'm using XBLite v. 2.3.1.

Thanks for any help.

Julien


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David SZAFRANSKI  
View profile  
 More options Jul 30 2008, 9:44 am
From: David SZAFRANSKI <david.szafran...@gmail.com>
Date: Wed, 30 Jul 2008 15:44:30 +0200
Local: Wed, Jul 30 2008 9:44 am
Subject: Re: [xblite] Runtime problem with GreenXml (_Xmalloc@4)

Hi Julien,

The memory allocation functions such as Xmalloc where added
in v. 2.4.0. so you probably need to upgrade to the newest
version in order to use the GreenXml library.

ciao,
D.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Guy  
View profile  
 More options Jul 30 2008, 9:57 am
From: Guy <guy.lo...@wanadoo.fr>
Date: Wed, 30 Jul 2008 06:57:57 -0700 (PDT)
Local: Wed, Jul 30 2008 9:57 am
Subject: Re: Runtime problem with GreenXml (_Xmalloc@4)
Hi Julien,

FYI, Xmalloc is a fonction of xbl.dll, which is coded in GoAsm
(source: xblibm.asm).

I reproduced your problem by loading gxml version 2.3.6 in XSED;
- I compiled with Ctrl+F9
- tried to link with F10.

=> I could not link with the linker that comes with GoAsm.

I quitted XSED, replaced the linker with the new linker from Callum's
site, restarted XSED.

=> I linked with no problem using the new linker from Callum's site.

Try Callum's linker and verify that it solves your problem.

1. Save first any overwritten files in a backup folder (mine is C:
\xblite\bin\OldBinTools)
2. Unzip Callum's download in another backup folder (mine is C:\xblite
\bin\NewBinTools)
3. copy the appropriate folder into your bin folder (i.e. copy C:
\xblite\bin\NewBinTools\*.* C:\xblite\bin)

Hope this helps!
Guy


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David SZAFRANSKI  
View profile  
 More options Jul 30 2008, 12:45 pm
From: David SZAFRANSKI <david.szafran...@gmail.com>
Date: Wed, 30 Jul 2008 18:45:29 +0200
Local: Wed, Jul 30 2008 12:45 pm
Subject: Re: [xblite] Re: Runtime problem with GreenXml (_Xmalloc@4)

> I reproduced your problem by loading gxml version 2.3.6 in XSED;
> - I compiled with Ctrl+F9
> - tried to link with F10.

> => I could not link with the linker that comes with GoAsm.

Hi Guy,

I had no trouble compiling/building gxml v2.3.6 as a DLL using
xsed and all of the current xblite tools.

If you are getting a linking error regarding Xmalloc, then you either
are not currently using xblite v.2.40 libraries or have some
older versions still installed.

ciao,
D.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David SZAFRANSKI  
View profile  
 More options Jul 30 2008, 12:57 pm
From: David SZAFRANSKI <david.szafran...@gmail.com>
Date: Wed, 30 Jul 2008 18:57:41 +0200
Local: Wed, Jul 30 2008 12:57 pm
Subject: Re: [xblite] Re: Runtime problem with GreenXml (_Xmalloc@4)
This is OT, but, one more thing,
the manual for gxml is really slick, using an
embedded shockwave flash player. It does mouse dragging scrolling,
dynamic menus, great color text, drop shadows... Totally awesome!

Great job Rhett.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Guy Lonné  
View profile  
 More options Jul 30 2008, 1:24 pm
From: "Guy Lonné" <guy.lo...@wanadoo.fr>
Date: Wed, 30 Jul 2008 19:24:29 +0200
Local: Wed, Jul 30 2008 1:24 pm
Subject: Re: [xblite] Re: Runtime problem with GreenXml (_Xmalloc@4)

Hi D.,

You are right, my link failure is not related to Julien's Xmalloc absence.
However, I had to use the new linker to successfully link gxml.obj, the older failing to link it.

Here are 2 snapshots of the same XSED screen:
1. Link ver 2_50_4048.GIF, which shows a link failure
2. Link ver 5_12_8078.GIF, with a successful link

When I see the copyright dates,
1. Link version 2.50.4048 was released in 1994
2. Link version 5.12.8078 was released in 1998, 4 years later.

It could be an issue unforeseen in 1994, but accounted for in 1998.

Bye! Guy

  gxml_dll Link failure.zip
105K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David SZAFRANSKI  
View profile  
 More options Jul 30 2008, 1:41 pm
From: David SZAFRANSKI <david.szafran...@gmail.com>
Date: Wed, 30 Jul 2008 19:41:00 +0200
Subject: Re: [xblite] Re: Runtime problem with GreenXml (_Xmalloc@4)

Guy Lonné wrote:
> Hi D.,

> You are right, my link failure is not related to Julien's Xmalloc absence.
> However, I had to use the new linker to successfully link gxml.obj, the older failing to link it.

Guy,

I can see no reason that gxml.x shouldn't compile as a DLL correctly using
the current linker provided by xblite. It compiles correctly on my machine.

There is no code in gxml.x that requires a newer version of link.exe. The
only reason the newer version of link may be required is if a special third
party .lib file needs to be linked.

ciao,
D.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
lzdude69  
View profile  
 More options Jul 30 2008, 3:39 pm
From: lzdude69 <lzdud...@hotmail.com>
Date: Wed, 30 Jul 2008 12:39:29 -0700 (PDT)
Local: Wed, Jul 30 2008 3:39 pm
Subject: Re: Runtime problem with GreenXml (_Xmalloc@4)
Hi,

D. is right, it should compile fine using both linkers.  I tested it
using both with no problems.

@D. - Glad that you like the manual.  My only gripe is that now that I
bought a new GPU(2xRadeon HD 3850), the shades of green are much
lighter than intended...almost yellow.  Owell, will be uber easy to
fix in the next release.

P.S. Holy crap new version of xsed! Saw in Guy's screen shot:)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Guy  
View profile  
 More options Jul 30 2008, 4:22 pm
From: Guy <guy.lo...@wanadoo.fr>
Date: Wed, 30 Jul 2008 13:22:02 -0700 (PDT)
Local: Wed, Jul 30 2008 4:22 pm
Subject: Re: Runtime problem with GreenXml (_Xmalloc@4)
Hi Rhett,

If XSED had a face lift, it's all because of you!!!!

You found a way to use the XP style with a manifest file way back
VIXEN's early developments.
Later, much later, while I was using XSED, I got the idea to use a
manifest for it. I tried it and it worked! I informed D. about it and
David shipped an XSED in new cloths.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »