Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Msilver2

    xHarbour under Linux

    I made this project with xbuild, and I do not have any "h" library, so I did not missed it, xbuid put it on my project (so in my command line), and I don't know why ?! If I try to execute the command: xblnk -L/usr/lib/xbuilder -Wl,--noinhibit-exec -static -gtcrs -L "/usr/lib/xbuilder" -L...
  2. Msilver2

    xHarbour under Linux

    I try to make some tests with xHarbour on Linux. I made a lib file and I try to make an executable linking with my lib file. My project file looks like this: CINI = C_OUTPUTFOLDER = DEFFILE = INCLUDEFOLDERS = LAUTORUN = LDEBUG = .F. LGUI = .F. LIBFOLDERS = LMT = .F...
  3. Msilver2

    speed problems with Clipper 5.3b linked with blinker 7.0

    I made a lot of tests, I suppose of evry kind: - a simple loop with macrooperations (&) inside, with INKEY() or without, - a complex application with a lot of screen operation, In evry case there are speed problems. If I use Inkey() inside in a loop the application lose speed. The percentage...
  4. Msilver2

    speed problems with Clipper 5.3b linked with blinker 7.0

    Hello. I try to keep some Clipper legacy applications on the market, and I try to use Clipper 5.3b and blinker 7 for link. It works well, but for some reason it runs slower like those compiled with Clipper V 5.01 and linked with Rtlink or Clipper V 5.3b and linked with Exospace. Of course I...
  5. Msilver2

    Global mouse hook

    Global mouse hook. Please take a look at my code. I try to implement a global mouse hook, but it works like a local hook. What is wrong with it ? I have no idea. Any suggest is welcome ! ---------------------------------------------------- unit MouseHookU; interface uses Windows...
  6. Msilver2

    XBase++ execution speed

    I try to migrate my MS-DOS based Clipper programs under Windows with XBase++. I made a lot of tests with the Trial Edition, and generally speaking it seems to work properly. The bad thing is the execution time: Clipper works faster. I made my tests under Win XP, Win 2000 and Win '98. Under...
  7. Msilver2

    Available fonts in console window

    Hello. Does anybody knows how can I change the available fonts in the console window under W2K and XP ? Implicit available fonts are Lucida Console and Raster Fonts. How can I make other font available too ?
  8. Msilver2

    Deactivate event

    Hello Finally I find the solution. I had to put some additional lines in my program. Now it's 100% OK. Thanks for: www.delphi32.com Tips_n_tricks, try icons - submitted by: Lennert Ploeger. ........ PopUpOpMenu.AutoPopup := false; SetForegroundWindow(Application.Handle); { Win98 (unlike other...
  9. Msilver2

    Deactivate event

    I wrote a Delphi program. At the start, it put an icon on the task bar in the sys try zone, and autohide. If I move the mouse over the icon and press the right button, it displays a pop up menu. This is OK. But now if I drag the mouse somewhere on the screen and I push the button, I can`t hide...

Part and Inventory Search

Back
Top