October 27, 2005
Hi,

W³odzimierz Skiba wrote:

> Hakki Dogusan <dogusanh@tr.net> wrote in
> news:djqh9u$1r6q$1@digitaldaemon.com: 
> 
>>ps: Just for curiosity, I tried to build dll version of wx:
>>
>>To compile, I did some -hacks-.
> 
[dirty hacks]


- ./src/regex/rege_dfa.c, line:267
changed small to smal in newdfa

(Compiler does not like small, so I changed it)

- ./src/expat/lib/xmlparse.c, line:236
changed ELEMENT_TYPE to XELEMENT_TYPE, did a find-replace in file

(Compilere says ELEMENT_TYPE declared as int before, I didn't look
prior declaration)

- ./build/msw/makefile.dms

added activex.obj to dll object list before mediactrlcmn.obj line
added related compile line

(Otherwise missing wxActivex.. error occurs)

These messages are from my memory. If you want I can re-compile.



> 
> Could you please elaborate a little more about each of the hacks why it is needed (I'm unable to look into all of this myself right now but if your explanation will sound fine I will be able to blindly commit it into wxW).
> 

I think, this may not the correct solution. Since everything is ok with
static lib builds. (And other compilers are fine building dll with
the same code )


> 
>>changed rcc commands (Tiwag was mentioned that before) and removed
>>$(MONODLL_ODEP)
> 
> 
> I remember thread by Tiwag but unfortunatelly had no time yet to look into that.
> 
> ABX


Thanks...


--
Regards,
Hakki Dogusan

October 27, 2005
Hi,

W³odzimierz Skiba wrote:
> Hakki Dogusan <dogusanh@tr.net> wrote in news:djqh9u$1r6q$1@digitaldaemon.com:
> 
>>ps: Just for curiosity, I tried to build dll version of wx:
>>
>>To compile, I did some -hacks-.
> 
> 
> Could you please elaborate a little more about each of the hacks why it is needed (I'm unable to look into all of this myself right now but if your explanation will sound fine I will be able to blindly commit it into wxW).
> 
> 
>>changed rcc commands (Tiwag was mentioned that before) and removed
>>$(MONODLL_ODEP)
> 
> 
> I remember thread by Tiwag but unfortunatelly had no time yet to look into that.
> 
> ABX

I attached the build process log.

Hope you can find a solution.


Thanks...

--
Regards,
Hakki Dogusan


1 2
Next ›   Last »