search for: __but__

Displaying 2 results from an estimated 2 matches for "__but__".

2001 Jun 30
3
winelib runs but wine ok.... Why??
Hi all, I have a small program (~10k lines) that just uses elementry API (like SendMessage). It compiles under Borland C++ Builder 5.5.1 (for win exe) and under g++ with winlib. The problem is that the Builder EXE runs perfectly with WINE __BUT__ the library built with winlib does not run - spits out a segmentation faul @ line 400 (whatever that means) and some Error 139 with nothing else. All this happens before the app enters WinMain. Oh yes, under winedbg the g++ compiled app runs perfectly as well (except sometimes winedbg fails to sta...
2009 Oct 30
0
[LLVMdev] JIT, incremental 'linking' and global variables.
...printed the same output. In 'tester 0', I tried to link the 2 source files independently. When executing the 2nd module it does not find the global variable defined in the 1st module. In 'tester 1', I tried to link the 2nd module against the 1st module. The execution works okay __BUT__ all global initialization from the first module are 'redone'. In 'tester 2', I tried using an actual shared library containing the code in 'declaration.cxx' and it works well (i.e. the loading of the module containing main.cxx properly finds the 'compiled' global...