Re: wxEuphoria v0.10.0 Beta
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Apr 03, 2007
- 520 views
c.k.lester wrote: > > Matt Lewis wrote: > > > > Shoot. That's the watcom runtime library. If you had that, it would > > probably also complain about CLBR16.DLL. I'll add them to the download, > > but for now, get them here (140KB): > > Curious... why do we need anything from Open Watcom? C/C++ compilers rely on a runtime library. When building a dll, you're generally not supposed to statically link the library. I can experiment to see if it still works (that's what I did with the borland libraries for previous versions). I believe that the problems start to occur when things are freed in the wrong place. I had to build an elaborate scheme in the borland-built dll to keep track of this. I don't want to do it again. Matt