Displaying 20 results from an estimated 9000 matches similar to: "wine und MFC class CMonthCalCtrl"
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
2007 Jan 08
1
MFC/R2 problems
Hi all,
I have Asterisk 1.2.10, zaptel 1.2.7, spandsp-0.0.3pre22 compiled, and a Sangoma A101, and when I
make a call I get this:
Jan 8 13:04:06 DEBUG[12252]: chan_unicall.c:2000 unicall_exception: Exception on 19, channel 1
Jan 8 13:04:06 WARNING[12252]: chan_unicall.c:627 unicall_report: MFC/R2 UniCall/1 <- 1101
[1/ 40/Seize /Idle ]
Jan 8 13:04:06 WARNING[12252]:
2001 Feb 22
2
afx.h... configure: error: Could not find the MFC includes
This is driving me nuts. I'm trying to compile an MFC application using
WINE. I can specify the location of the ATL includes and configure is
quite happy but it chokes when I give it the MFC includes in the same way:
./configure --with-atl-includes=/home/wade/VC98/atl/Include
--with-mfc-includes=/home/wade/VC98/mfc/Include
Wassup? I'm using
Winemaker 0.5.5
And wine
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()
2001 Sep 26
0
winelib and mfc
I am trying use mfc to compile programs in Linux
Well, i have compiled a part of mfc which is need to my VC6 application and
the mfc and mfc+application are compiled without errors or undefined
reference, but when i ran the program i saw this error:
/winhelp: could not load library './winhelp.so' as Winelib application:
cannot open shared object file: cannot load shared object file:
2003 Sep 11
1
Is there any MFC-R2 implementation for asterisk?
The last thing that I read about it was:
Steve Underwood [steveu@coppice.org] wrote on Sep 3:
>> Is E&M designed to work with the E1 driver code? I think probably not. I
>> had to fix some things to get proper access to the CAS signaling bits
>> when I implemented MFC/R2...
So, apparently he implemented it.
I was trying to contact Steve, but he isn't answering me.
Does
2001 Jul 10
1
winelib and no mfc
Hi,
I have assumed that if I want to use winelib for porting, I must compile MFC under Linux regardless if my app uses MFC or not. Is this true? It seems like if I have to compile MFC and yet I don't use it, I should choose another alternative to port my app since the process of getting MFC to compile is extensive.
Also, my app involves video compression for internet use. Should I expect a
2006 Nov 20
2
email etiquette (was: Re: Unicall MFC problems in 0.0.3+asterisk 1.2)
It's bad enough that people insert long config/log files/dumps into
messages to this list, though it's convenient. But when people include
the entire redundant content in a quote in reply, it's really a waste.
The digest messages are hard enough to navigate, even with an intro
index, before making 95% of their content a redundant quoted dump. I
know we've all got lots of bandwidth
2001 Jul 10
0
Compiling MFC with Winelib - was Need advice porting app
I've changed the message thread to compiling MFC with Winelib because
I believe that is the real essence of my issue at hand. If I can
figure out how to compile MFC then I will have solved my dillemma of
which way to choose in porting my app to Linux. If I can't then I can
use the only path available.
So, there is a big vacant spot in the WineLib users guide for
compiling MFC. I've
2001 Sep 14
0
MFC+winelib
Hello all,
Some days ago I decided to try to compile MFC under wine.
I've read all wine mailing threads about this, did some exploration
myself, and now have some questions:
1. Does anybody out there have generated Makefile for MFC under wine?
It could save me much time in the beginning, so I don't have to
hand-correct winemaker generated files.
So maybe a kind soul that
2005 Jan 10
0
Winelib/MFC questions
Hello.
I am working for a company with a complex (commercial) MFC application that
we wish to port to Linux.
I have read the guide to compiling the MFC and I have a few questions (hope
this is the right place to ask them!):
- Is it necessary to recompile MFC? Could we not just distribute the same
mfc42.dll file as we use under Windows and use that?
- Has anyone written a complete,
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
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
2007 Jun 14
2
Unicall + MFC/R2 line dropped immediately after connect
Hi,
I am trying to set up an E1 line with CAS signaling using available
unicall patches with libmfcr2 implementation. Inbound calls works well,
I am able to get DNIS and ANI from incoming call, but I am still not
able to make an outbound call with our local carrier.
After tweaking of protocolvariant parameter in unicall.conf I was able
to find proper values for inbound and outbound calls, but
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
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
2003 Apr 19
2
MFC for sysctl descriptions
Hello everyone... :)
I liked the idea of having descriptions for various
sysctl oid's in -CURRENT, so I have created a patch
to merge these over to -STABLE.
I am unsure as to how much work has already gone into
bringing this to -STABLE, but as the descriptions
already exist in the source, I am fairly confident that
it was planned at some point.
All I can really ask is that someone with more
2006 May 02
1
Unicall MFC/R2 B3,B4 and clear back
Hi All,
I have an R2 installation still undergoing testings, during the test I notice that the Unicall
always respond B6 to a II-1 (from a forward switch). Except, for a DNIS that can't be found in the
dial plan, in this case it respond with B5. My real problem is, the call will be terminate on a
Cisco 7206 with ISDN/PRI thru SIP. If the Called number is busy or the Cisco 7206 is busy or
2005 Sep 08
1
can not make call with Unicall (MFC/R2)
Hi,
?
I run the program testcall with one E1, it works fine; I receive DNIS and
ANI for making calls and answering calls.
?
When I start the Asterisk I receive call from outside correctly including
DNIS and ANI, and receive the following messages:
?
Sep? 7 10:29:59 WARNING[12167]: Answer Call
Sep? 7 10:29:59 WARNING[12167]: MFC/R2 UniCall/2 Call control(5)
Sep? 7 10:29:59 WARNING[12167]: MFC/R2
2006 May 18
1
R2/MFC Configuration.
I'm trying to put asterisk working with a proprietary pbx system.
I'm doing it using a T1 crossover cable. The pbx system uses the R2/MFC
specification. And the don't inform if it uses cas, ccs, ami or hbd3.
My digium card is flashing a red light.
How can I put this working with the R2/MFC system?
Thanks.
Fernando Lujan