confuse-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Confuse-devel] Confuse for windows


From: Martin Hedenfalk
Subject: Re: [Confuse-devel] Confuse for windows
Date: Tue, 04 Nov 2003 14:01:21 +0100

On Tue, 2003-11-04 at 14:24, Samuel Mota wrote:
> One more highlight  ...
> 
> I tried the wincfgtest.c (as C and C++ project) but the cfg_init test (line 
> 86) is failing and all
> other functions references are invalid too.
> 
> This sample loads the DLL on-the-fly (not using the lib link) but I believe 
> the problem can be
> related.
> 
> As far as I can see CFG_GETFLOAT_FPTR, CFG_FREE_FPTR (and other constants 
> used at typedef) are not
> defined at confuse.h ... where are they?

They are defined locally in wincfgtest.c, line 43 - 49.

As you can see in wincfgtest.c, I was unable to resolve a similar
problem with Borland C++. Borland prepends an underscore to all symbols,
which is taken care of on line 12.

HTH
/martin







reply via email to

[Prev in Thread] Current Thread [Next in Thread]