Hi
Correct, same source, same makefile. The compile is done on a win7 64bit 
machine, I can build/compile 32 & 64 bits binaries of ooSQlite without FTS  on 
that machine without errors.
/hex

-------------------------
Ursprungligt Meddelande:
Från: Mark Miesfeld <miesf...@gmail.com>
Till: hexi...@users.sourceforge.net, Open Object Rexx Users 
<oorexx-users@lists.sourceforge.net>
Kopia: 
Datum: fredag, 03 augusti 2012 19:30
Ämne: Re: [Oorexx-users] ooSQLIte enabling Full-text-search engine (FTS)
Hi,

I'll take a look when I'm back on a Windows machine.

Just to be sure I understand, the same source, same edited make file,
works fine on 64-bit Windows but gives the errors on 32-bit Windows?

--
Mark Miesfeld

On Fri, Aug 3, 2012 at 9:49 AM, hakan <hexi...@users.sourceforge.net> wrote:
> Hi
> I tried to compile ooSQLite for 32bit with Full-Text-Search engine (FTS) on
> win7 with VS 10.00.40219.01
> by adding the following compile flags to Makefile.win SQLITEFLAGS ...
> /DSQLITE_ENABLE_FTS3 /DSQLITE_ENABLE_FTS3_PARENTHESIS
> I receive the following compile error
> src\sqlite\sqlite3.c(128140) : error C2440: 'function' : cannot convert from
> 'int (__fastcall *)(const void *,const void *)' to 'int (__cdecl *)(const
> void *,const void *)'
> src\sqlite\sqlite3.c(128140) : warning C4024: 'qsort' : different types for
> formal and actual parameter 4
> my knowledge of c++ and VS is zero
> Any thoughts how to solve this ? it's probably not a oorexx problem but..
> Compiling ooSQLite for 64bit with same Makefile.win, compile without error
> (FTS enabled)
> /hex
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Oorexx-users mailing list
> Oorexx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-users
>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to