search for: gouget

Displaying 20 results from an estimated 340 matches for "gouget".

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
2001 Jul 06
2
winelib and compiling MFC
Hi, The company I work for, has asked me to use winelib to port some code, however I have a problem compiling the MFC. I run winemaker 0.5.7 with options: 'winemaker --lower-uppercase -nomfc --dll ./ > \ winemaker_output.txt' No errors in file or stderror; further winemaker accesses the correct directories. But when I run ./configure as: './configure --with-wine=/usr/bin \
2005 May 03
2
wineconf video downloads
Videos will appear here http://wineconf.geldorp.nl/ enjoy. Ivan.
2001 Apr 20
2
strupr, strlwr
in wine 0418, the strupr and strlwr defines were removed from tchar.h does anyone know why? ------------------------------------------------------------ Get your FREE web-based e-mail and newsgroup access at: http://MailAndNews.com Create a new mailbox, or access your existing IMAP4 or POP3 mailbox from anywhere with just a web browser.
2001 Sep 17
3
Dreamweaver
when trying to install dreamweaver i get an ikernel.exe error any ideas?
2012 Feb 25
1
RFT: Use Greek semicolons for comdlg32's printer status enumeration?
...d Wikipedia wrong? Do both English semicolons and question marks translate to a semicolon in Greek? * Is this a special case that justifies not following the standard rule? If so why? * Does the attached patch replacing semicolons with ano teleia characters make sense? -- Francois Gouget <fgouget at free.fr> http://fgouget.free.fr/ You can have my guns when you pry them from my kids cold, dead hands. -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-po-Use-Greek-semicolons-for-comdlg32-s-printer-status-.bin Type: applic...
1999 Feb 02
1
Unix permission problems with 'attrib'
...swat's view of this share: # Global parameters [...] map archive = No [Shared] path = /shared guest account = me read only = No create mask = 0774 guest only = Yes guest ok = Yes hide dot files = No -- Fran?ois Gouget
2001 Mar 06
0
Wine Weekly News #85 (2001 Week 10)
...indelin (German keyboard layout), Ove K?ven (winelauncher), Lionel Ulmer (OpenGL support), Vedan Rodic (DIB depth conversion), Przemyslaw Bruski (Mac codepage in locales), Valery Kartel (Ukrainan locale), Dominik Strasser, Chris Jacobson + CodeWeavers: Fran?ois Gouget (winelib, winemaker, listview control), Dmitry Timoshkov (controls, windows, ANSI fileapis), Susan Farley (pager control), Aric Stewart (clipboard), Chris Morgan (mousewheel sysparam) _________________________________________________________________ Disc...
2001 Mar 06
0
Wine Weekly News #85 (2001 Week 10)
...indelin (German keyboard layout), Ove K?ven (winelauncher), Lionel Ulmer (OpenGL support), Vedan Rodic (DIB depth conversion), Przemyslaw Bruski (Mac codepage in locales), Valery Kartel (Ukrainan locale), Dominik Strasser, Chris Jacobson + CodeWeavers: Fran?ois Gouget (winelib, winemaker, listview control), Dmitry Timoshkov (controls, windows, ANSI fileapis), Susan Farley (pager control), Aric Stewart (clipboard), Chris Morgan (mousewheel sysparam) _________________________________________________________________ Disc...
2001 May 22
4
win98 trashed & !$!$ files
Wine (20000213-1) has apparently trashed my win98. Many files seemed to have been moved to directories named !$!$!$!$.*. Windows starts, but almost nothing works since programs have been moved to these to these directories. Any help in fixing the situation will be greatly appreciated. This is on RedHat 6.2 (2.2.14). winecheck gives This script verifies the configuration of the whole Wine
2005 Aug 30
0
No subject
...sis. From now on, you may configure your policy so that > no one except your favorite MTA can connect to remote port 25 ... So using these features plus some wrapper scripts around Wine, it should be possible to prevent Windows applications from going where they are not allowed. -- Francois Gouget fgouget@free.fr http://fgouget.free.fr/ I haven't lost my mind, it's backed up on tape around here somewhere...
2008 Jun 17
0
Wine release 1.0
...9.60 and crashes with wine 0.9.61 13271 The demo of the punisher fails to install 13740 winebrowser gets wrong URL, problem with unicode ---------------------------------------------------------------- Changes since 1.0-rc5: Alexandre Julliard (1): Updated the authors list. Francois Gouget (3): Remove spaces before '...' in the Danish resources. regedit: Remove spaces before '...'. winecfg: Remove spaces before '...'. Jaime Rave (1): wineconsole: Update Spanish translation. Matthias Kupfer (1): wordpad: Small typo fix for German...
2001 Feb 23
1
Where is list of progs successfylly run on Wine?
Once I saw this list with user comments somewhere (on winehq maybe), but cant' find it anymore. Thanks
2001 Mar 09
0
question on Winelib
...cript and I believe this is why does not know which library to load. The following should fix your problem (assuming you installed wine in /opt/wine). $ rm Hello $ ln -s /opt/wine/bin/wine.bin Hello Then just type ./Hello and it should work. Let me know if it's not the case. -- Fran?ois Gouget fgouget@codeweavers.com
2001 Mar 12
1
winelib + MFC
I am trying to port an MFC app to Linux using winelib. Can someone please give me a pointer or two??? I have looked at section 4 of the online documentation and not much were mention there. Thanks for help in advane. -Carl
2001 Apr 03
2
compiling with winelib
It' s possible to statically link WineLib to my program?
2001 Apr 29
1
No implementation for shlwapi.dll
Tried every permutation of shell, shell32 & shlwapi. It is clear that shell & shell32 must come from a common source, but nevertheless always got the same error message, with one exception: When I loaded all 3 builtin, it complained instead that shfolder has a problem. Running RedHat 7.1|Helix|Nautilus, with Win98r1 .dlls. -- C. The best way out is always through. - Robert Frost
2001 May 17
2
Win dll used with a Linux executable
Hi, I would like to use a TI dll used to communicate with TMS 320C6211 DSK with my own program written under Linux. Does anybody knows if it is possible (and how) to use (link) a Windows dll in a Linux program ?? Ciao, Riccardo Cerulli-Irelli
2001 May 17
1
makefile converter
Hey, Does anyone know of any VC++ to UNIX/LINUX makefile converter? If there is anything in the works or should I just bit the bullet and write my own script? Thanks, Joe
2001 May 22
2
Configuration/Announce
with today's CVS commit (for those who stay up to date with the latest developments), you'll have to modify your Wine configuration to reflect the changes. First of all, your Wine configuration file now needs a WinMM section containing the following: [WinMM] "Drivers" = "wineoss.drv" "WaveMapper" = "msacm.drv" "MidiMapper" =