Click here to Skip to main content
15,891,828 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionminimized help file Pin
Ram Murali11-Jul-06 14:30
Ram Murali11-Jul-06 14:30 
AnswerRe: minimized help file Pin
User 58385211-Jul-06 17:27
User 58385211-Jul-06 17:27 
QuestionWindows TCP Socket keepAliveTime Pin
neilsolent11-Jul-06 12:29
neilsolent11-Jul-06 12:29 
AnswerRe: Windows TCP Socket keepAliveTime Pin
cmk11-Jul-06 13:03
cmk11-Jul-06 13:03 
AnswerRe: Windows TCP Socket keepAliveTime Pin
Moak6-Oct-06 3:55
Moak6-Oct-06 3:55 
QuestionDetect and close all running applications? Pin
gydong2211-Jul-06 11:53
gydong2211-Jul-06 11:53 
AnswerRe: Detect and close all running applications? Pin
PJ Arends11-Jul-06 15:46
professionalPJ Arends11-Jul-06 15:46 
QuestionProblems with WFC library Pin
Star_dust11-Jul-06 11:27
Star_dust11-Jul-06 11:27 
Hey I'm a rookie and I want to get familiar with WFC libary.
I have problems in installing (using) this libary. I followed all the steps from the Tehnical Notes but I can't get it to run. I get this message error:
----------------------------------------------------------------------
WARNING! You are compiling for a version of NT before 4.0, you may have problems in the RAS stuff.
You will probably have problems in the RAS stuff.
Don't be suprised is TryEnterCriticalSection fails too.
To get rid of this warning, add WINVER=0x401 to the Preprocessor definitions in the project settings.
Using MFC in a Shared DLL.
Linking with DebugBuildOfWFC.lib
Linking...
LINK : fatal error LNK1104: cannot open file "DebugBuildOfWFC.lib"
Error executing link.exe.
Creating browse info file...

dummy.exe - 1 error(s), 0 warning(s)
-----------------------------------------------------------------------
The code that generates this error is:
-----------------------------------------------------------------------
#include <wfc.h>
#pragma hdrstop

int _tmain( void )
{
CString version_string;

wfc_get_operating_system_version_string( version_string );

_tprintf( TEXT( "%s" ), (LPCTSTR) version_string );

return 0;
}
-----------------------------------------------------------------------

I maneged to built the WFC.lib, but I can't use it. I would really need some
help or suggestions. I can't go on without this. Thanks.
AnswerRe: Problems with WFC library Pin
Justin Tay11-Jul-06 11:34
Justin Tay11-Jul-06 11:34 
GeneralRe: Problems with WFC library Pin
Star_dust11-Jul-06 11:50
Star_dust11-Jul-06 11:50 
GeneralRe: Problems with WFC library Pin
Justin Tay11-Jul-06 20:01
Justin Tay11-Jul-06 20:01 
QuestionHow to create a window with a thin border?! I can't believe this isn't working any more! [modified] Pin
Axonn Echysttas11-Jul-06 11:13
Axonn Echysttas11-Jul-06 11:13 
GeneralRe: How to create a window with a thin border?! I can't believe this isn't working any more! Pin
User 171649211-Jul-06 13:19
professionalUser 171649211-Jul-06 13:19 
GeneralRe: How to create a window with a thin border?! I can't believe this isn't working any more! Pin
Axonn Echysttas11-Jul-06 20:09
Axonn Echysttas11-Jul-06 20:09 
QuestionUser Input revisted [modified] Pin
Harold_Wishes11-Jul-06 10:51
Harold_Wishes11-Jul-06 10:51 
AnswerRe: User Input revisted Pin
Zac Howland11-Jul-06 11:09
Zac Howland11-Jul-06 11:09 
GeneralRe: User Input revisted Pin
Harold_Wishes11-Jul-06 12:27
Harold_Wishes11-Jul-06 12:27 
GeneralRe: User Input revisted Pin
Zac Howland11-Jul-06 14:16
Zac Howland11-Jul-06 14:16 
AnswerRe: User Input revisted [modified] Pin
earl11-Jul-06 13:13
earl11-Jul-06 13:13 
GeneralRe: User Input revisted Pin
Zac Howland11-Jul-06 14:14
Zac Howland11-Jul-06 14:14 
QuestionHow to extract data from webbrowser controle in visual c++ 6? Pin
method00711-Jul-06 9:44
method00711-Jul-06 9:44 
AnswerRe: How to extract data from webbrowser controle in visual c++ 6? Pin
David Crow11-Jul-06 10:10
David Crow11-Jul-06 10:10 
GeneralRe: How to extract data from webbrowser controle in visual c++ 6? Pin
method00711-Jul-06 10:14
method00711-Jul-06 10:14 
GeneralRe: How to extract data from webbrowser controle in visual c++ 6? Pin
David Crow11-Jul-06 10:26
David Crow11-Jul-06 10:26 
GeneralRe: How to extract data from webbrowser controle in visual c++ 6? Pin
method00711-Jul-06 10:47
method00711-Jul-06 10:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.