Displaying 20 results from an estimated 300 matches similar to: "Problems when compiling MFC application"
2010 Feb 20
3
MFC Code Compile Error
Dear Friend
Need in Help
I created using Application wizard vc++ 6.0 single document interface ....
wineg++ -c -mno-cygwin -I. -I/home/khana/mvs6/VC98/mfc/include
-I/home/khana/mvs6/VC98/include -o DemoMfc.o DemoMfc.cpp
In file included from /home/khana/mvs6/VC98/include/windef.h:166,
from /home/khana/mvs6/VC98/include/windows.h:163,
from
2002 Aug 06
0
Getting a GUI to work with Vorbis code
I am trying to create a Graphical User Interface for a Vorbis Player under
MS Visual C++ 6.0
I was initially trting to use the code from decoder_example.c but I keep
getting linker errors.
I have set up my project as told to by James Boer on this mailing list.
This is as follows:
This document was prepared from an email received from James Boer on the Ogg
Vorbis mailing list. It gives a
2004 Sep 19
0
MFC compile problem
HI ALL:
I can not compile MFC successfully due to the resource file 'afxres.rc'. Can you give some suggestions to solve this problem or share your experience
on compiling MFC? Thank you.
version of OS:
[ken@Linux80 mfc]$ uname -a
Linux Linux80 2.4.18-14 #1 Wed Sep 4 12:13:11 EDT 2002 i686 athlon i386 GNU/Linux
version of MFC source is the MFC version released with VC 6.0
I compiled it
2006 Jul 07
1
Probelm with WINE and MFC application
Hi Everybody,
I Created a small application in VC++ MFC. The application displays
a messagebox on clicking a buttton.
This application I want to port on Linux version.
I am using Linux RedHat9.0 and kernel version is 2.4.20-8. with WineLib
I am following the guide lines given in Wine LIB User guide.
I copied all the source code from CD and I change the mode read /write
than in the current
2006 Jul 06
1
problems while compiling mfc applications with wine
Hi Everybody,
I Created a small application in VC++ MFC. The application displays
a messagebox on clicking a buttton.
This application I want to port on Linux version.
Iam using Linux ver. 9 and kernel version is 2.4.20-8. with WineLib
I copied all the source code from CD and I change the mode read /write
than
in the current directory i used winemaker command
user/sample>winemaker
2009 Feb 17
5
Problems in Compiling MFC
1) i'm facing problem while compiling MFC code
when "winemaker" command is given i get these lines
admin at XXX:~/.wine/drive_c/windows/system32/MFC> winemaker --lower-uppercase .
Winemaker 0.6.0
Copyright 2000 Francois Gouget <fgouget at codeweavers.com> for CodeWeavers
closedir() attempted on invalid dirhandle DIRECTORY at /usr/local/bin/winemaker line 1054.
closedir()
2004 Dec 22
2
(no subject)
Hi,
While running the sample application controls/control.rbw I
encountered the following
error:
controls.rbw:1064:in `onAbout'': undefined method `free'' for
#<Wx::BusyCursor:0x2
827db0> (NoMethodError)
from controls.rbw:1039:in `initialize''
from controls.rbw:1039:in `call''
from controls.rbw:1164:in `main_loop''
2008 Jul 03
1
windows program compiled using wineg++ looks for wine binary
Hi !
I have compiled a sample Windows VC++ win 32 based HelloWorld application using the winelib. I used wineg++ to compile the application in Linux. When I try to execute the application it looks for wine. When I set the path to the wine /bin directory the application works properly.
Is it possible that after compiling using wineg++ the program will run in any platform even if wine is not
2004 Mar 23
0
Fw: Samba S/w Configuration
Dear Sir,
We are on AIX 5.2 and we need some directory sharing to get access from
Win System. We have down loaded your s/w. But we are unable to configure
the SAMBA in Unix Machine. Could u explain me how to config s/w on Unix.
Do we need to configure only smb.conf file in /etc/samba directory. ? How
to start the this samba service? Expecting favourable reply.
CS Reddy
CS Reddy M
2006 Mar 02
1
Error while compiling code using wineg++ / winegcc
Hi!!
I am not able to compile a test program on solaris using winegcc tool.
Can anybody help?
Here's the program source code:
// file test.cpp
#include <stdio.h>
#include <windows.h>
int main ()
{
SYSTEMTIME lpSystemTime;
GetSystemTime(&lpSystemTime);
printf("Today is: %d/%d/%d\n", lpSystemTime.wYear,
2009 Jan 01
1
wineg++ and conio.h problem
Here is a sample code:
Code:
#include <iostream>
#include <cstdlib>
#include <wine/msvcrt/conio.h>
int main()
{
std::cout << "Press something...\n";
getch();
return EXIT_SUCCESS;
}
and here is the compile log: (two things are translated from polish so may differ a bit but meaning is the same)
Code:
szczerb at nomad ~/projekty/wine/temp $ make
wineg++ -c
2006 Jul 24
6
MiniFrame.i
Hi
Another little patch, adding MiniFrame (a frame with small title bar and
buttons which doesn''t appear in the desktop taskbar).
Also a sample - not very interesting, happy to roll this into something
else if that''s better.
cheers
alex
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
2009 Feb 21
2
Compiling Winelib application under x86_64
Hi All
I'm trying to compile the following program
int main()
{
return 0;
}
I generated a makefile using winemaker
running make I get
wineg++ -c -mno-cygwin -o test.o test.cpp
wineg++ -mwindows -mno-cygwin -o test.exe.so test.o -lodbc32 -lole32 -loleaut32 -lwinspool -luuid
ld: Relocatable linking with relocations from format elf32-i386
2003 Nov 24
3
wxImageHandler type?
Hiya, I was trying to figure out how to display PNG files using
wxWindows/wxRuby. Google turned up a few things, mainly discussing
the wxImageHandler class and it''s children, etc, but there seems to
be no mention of them in the wxRuby source.
Are they there, and I missed them, or are they just not there?
If there not there, is there a quick and dirty way to get them in?
It seems like
2007 Apr 29
0
[991] branches/wxruby2/wxwidgets_282/doc/textile: Update documentation for painting methods and WindowDC subclasses
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2005 Jul 24
2
Fwd: fix Choice.cpp unicode string
This is needed so that samples/etc/choice.rb shows the strings in the
choice box.
One of the few places that missed UTF8 convertion.
--- swig/classes/Choice.i 31 Jan 2005 04:18:52 -0000 1.2
+++ swig/classes/Choice.i 24 Jul 2005 19:18:55 -0000
@@ -14,7 +14,7 @@
for(int i=0; i < $1; ++i)
{
VALUE thisItem = rb_ary_entry($input, i);
- $2[i] = (wxChar
2007 Jun 13
1
About brother MFC-3340CN
Hello,
Anyone know how to use this printer MFC-3340CN as remote lan printer (as
windows).
--
--
Publicidad http://www.pas-world.com
2012 Aug 22
0
Heimdal Update MFC Date?
Any idea when the updated heimdal will get MFCed? 9.1-RELEASE? I've been
keeping and eye on this for a while and am eager to see this update.
Thanks,
Jason
2010 Nov 10
1
MFC/R2 detected as ISDN PRI
Hi list,
I'm trying to setup an asterisk 1.8.0 with MFC/R2, but I'm having these
error messages loading chan_dahdi:
> module load chan_dahdi.so
ERROR[9241]: chan_dahdi.c:11848 mkintf: Signalling requested on channel
1 is MFC/R2 but line is in ISDN PRI signalling
ERROR[9241]: chan_dahdi.c:16180 build_channels: Unable to register
channel '1-15'
I got the config in
2005 Jan 22
0
Re: Compiling the MFC using Winelib
Well, from my recent experience with Winelib, I can tell you this:
Winemaker currently sucks, and the makefiles it creates are
nonfunctional and you'll have to redo them by hand anyway.
Yeah. If I knew anything about how to fix it I just might be tempted to
do so :)
Thanks,
Scott Ritchie
On Sat, 2005-01-22 at 13:19 -0800, Dan Dennison wrote:
> Building MFC for winelib has been