Displaying 20 results from an estimated 200 matches similar to: "Probelm with WINE and MFC application"
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
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
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
2008 Jan 24
2
Problems when compiling MFC application
<table cellspacing='0' cellpadding='0' border='0' ><tr><td style="font: inherit;"><font size="2">Dear All,</font><br>
<br>
<font size="2"> This is my first post on the wine organisation mailing lists, i would like to inform all of you i am using
2013 May 09
1
Moving from Speex to Opus (question 2)
Hello!
I was using Speex all the time, and I am now moving to Opus.
I had encapsulated the decoder a bit, I had the following cpp file:
#include "StdAfx.h"
#include "spxcodec.h"
#define MAX_FRAME_SIZE 2000
#define MAX_FRAME_BYTES 2000
CSpxCodec::CSpxCodec() : enh(1), rate(8000)
{
}
CSpxCodec::~CSpxCodec()
{
}
void CSpxCodec::Init()
{
speex_bits_init(&bits);
2007 Feb 13
1
Hello Guys
hello everybody in this great mailing list , i have some difficulties to follow my code .
i solved some problems thanks to Carine Liang , but i still have one problem and i think it is fatal one.
when i encode the voice data in a wav file it is decoded without any errors it gives me 84 bytes wav file size for 139 kbytes wav audio data .Naturally i wanted to return my file back to its normal
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 Jun 26
8
getting started
I am giving serious consideration to abandoning waveOut multimedia and the wav format, for most of the audio in my C++/MFC project. However, I've never done any programming with a codec, and I still can't see how to step into Ogg Vorbis. If I convert all my wav files to ogg, there seem to be two major issues I'm facing:
1) What exactly will I replace my waveOut functions with?
2)
2004 Jun 26
8
getting started
I am giving serious consideration to abandoning waveOut multimedia and the wav format, for most of the audio in my C++/MFC project. However, I've never done any programming with a codec, and I still can't see how to step into Ogg Vorbis. If I convert all my wav files to ogg, there seem to be two major issues I'm facing:
1) What exactly will I replace my waveOut functions with?
2)
2010 Aug 18
1
[LLVMdev] clang: call extern function using JIT
Heres my full code listing, im totally stuck.
// Whistle.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "clang/CodeGen/CodeGenAction.h"
#include "clang/Driver/Compilation.h"
#include "clang/Driver/Driver.h"
#include "clang/Driver/Tool.h"
#include
2012 May 21
1
Problems seeking with liboggz
Hi,
The Ogg-Speex test file I used is CBR. I am sure of that by running oggz-dump on the file and confirming that all audio packets have 38 bytes; that means (for narrowband) a constant 15 Kbps.
I wrote a very basic test program in Visual Studio 2010 that demonstrates the strange behaviour I mentioned.
The output shows that the audio file has 8 pages, 6 of them
2003 Jan 06
0
Desktop.ini (part) solution
Aha!
Although I'm not an everyday samba programmer, I have found a descrepancy
between a windows code snippet running on a windows server, and on a samba
(2.2.7a, but also earlier) systems. This causes the dreaded Desktop.ini
problem (yay!) and probably some others too!
The test code in windows:
#include "stdafx.h"
#include <windows.h>
int main(int argc, char* argv[])
{
2010 Sep 06
0
encode and decode
hi
we are trying to decode speech that was encoded on a ds'pic with a NB 8
Kb/sec.
we wrote a simple program using the API speex lib 1.2 beta 3:
#include "stdafx.h"
#include <iostream>
#include <stdio.h>
#include "speex.h"
#include "speex_bits.h"
using namespace std;
char hex2ascii(char toconv);
#define FRAME_SIZE 160
#define nbBytes 20
2010 Sep 06
0
encoding on a ds'pic and decoding on a pc
hi
we are trying to decode speech that was encoded on a ds'pic with a NB 8
Kb/sec.
we wrote a simple program using the API speex lib 1.2 beta 3:
#include "stdafx.h"
#include <iostream>
#include <stdio.h>
#include "speex.h"
#include "speex_bits.h"
using namespace std;
char hex2ascii(char toconv);
#define FRAME_SIZE 160
#define nbBytes 20
int main(int
2004 Aug 06
1
Fatal end of line errors occur when trying to compile libspeex in eVC++ 3.0 or 4.0
Hi all,
I'm trying to create a speex decoder library for Pocket PC platform. I then intend to use this library
within my .NET Compact Framework application. But when I simply try to compile the
libspeex files within my eMbedded Visual C++ environment, I receive
the following error
c:\documents and settings\asheeshv.grapecity\desktop\pocketpcdll\speex\bits.c(367) : fatal error C1010:
2010 May 02
0
[LLVMdev] Win32 COFF Support
Hello, Nathan
First of all, I would like to mention that COFF MC backend will be a
really good contribution to LLVM!
> I have created a minimally functional Win32 COFF Exporter using the new MC
> framework. I made some minor changes to other libraries to allow me to plug
> it in without building it as part of the LLVM project. I wanted to share it
> but wasn't sure how to go
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
2007 Feb 13
0
Hello guys Please help
Why my decoder doesn't want to return the data back to its original wav audio file that i can playback it correctly , is there something wrong in my code .
Encoder :
=======
#include "speex.h"
#include <stdio.h>
#include <iostream>
#include <conio.h>
using namespace std;
/*The frame size in hardcoded for this sample code but it doesn't have to be*/
2015 Jun 18
3
[LLVMdev] Clang 3.6.1 integration with MSVC++
Hi,
This page http://clang.llvm.org/docs/MSVCCompatibility.html says clang-cl
supports C ++ exceptions, but I cannot compile code with simple try{}catch{}
error : cannot compile this throw expression yet
What am i doing wrong?
--
WBR,
Arkady Shapkin aka Dragon
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Mar 22
1
Page fault with MFC42.DLL
Hi,
I get a crash when I dynamically link with MFC42.DLL but not when I link with MFC statically
I've created a simple test program to illustrate...
#include "stdafx.h"
#include "afxole.h"
Code:
int APIENTRY WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow)
{