Click here to Skip to main content
16,013,465 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionUnicode issue? How to resolve? Pin
Yu Zhiquan2-Sep-03 20:15
Yu Zhiquan2-Sep-03 20:15 
GeneralMFC Gurus Only1 Pin
John R. Shaw2-Sep-03 19:24
John R. Shaw2-Sep-03 19:24 
GeneralRe: MFC Gurus Only1 Pin
Joey Bloggs2-Sep-03 20:22
Joey Bloggs2-Sep-03 20:22 
GeneralRe: MFC Gurus Only1 Pin
John R. Shaw3-Sep-03 6:14
John R. Shaw3-Sep-03 6:14 
GeneralRe: MFC Gurus Only1 Pin
John R. Shaw3-Sep-03 8:20
John R. Shaw3-Sep-03 8:20 
QuestionHow to get redrew rectangel of screen? Pin
greatesky2-Sep-03 15:18
greatesky2-Sep-03 15:18 
AnswerRe: How to get redrew rectangel of screen? Pin
John R. Shaw2-Sep-03 20:07
John R. Shaw2-Sep-03 20:07 
GeneralMSBNx API help... Pin
JoeSox2-Sep-03 14:18
JoeSox2-Sep-03 14:18 
Is anyone familar with MSBNx Bayesian Networks, created at Microsoft Research. I have correctly imported the Activex but I get an error here which are arguements into the api function.

<br />
// bnDlg.cpp : implementation file<br />
//<br />
<br />
#include "stdafx.h"<br />
#include "bn.h"<br />
#include "bnDlg.h"<br />
#include "models.h"<br />
.....<br />
void CBnDlg::OnButton1() <br />
{<br />
	CModels model1;<br />
	model1.Add("jps", "C:\\belief.xbn", "C:\\error.log", ine_Default, recommendtype_Default);<br />
<br />
}

C:\Backup2\projects\bn\bnDlg.cpp(178) : error C2065: 'ine_Default' : undeclared identifier
C:\Backup2\projects\bn\bnDlg.cpp(178) : error C2065: 'recommendtype_Default' : undeclared identifier


I

Add (Models)
http://www.research.microsoft.com/adapt/MSBNx/msbn3/Methods/Add-Models.htm[^]
http://www.research.microsoft.com/adapt/MSBNx/faqs.aspx[^]

all of the example code from MS is in VB Dead | X|


Later,
JoeSox
www.humanaiproject.org
my friend's Hawaiian Art :
http://www.cafeshops.com/coolroxart

GeneralI still don't get it... Pin
Roger Knowles2-Sep-03 13:59
sussRoger Knowles2-Sep-03 13:59 
GeneralRe: I still don't get it... Pin
valikac2-Sep-03 14:19
valikac2-Sep-03 14:19 
GeneralRe: I still don't get it... Pin
rajdawg2-Sep-03 15:50
rajdawg2-Sep-03 15:50 
GeneralRe: I still don't get it... Pin
vcplusplus2-Sep-03 14:27
vcplusplus2-Sep-03 14:27 
GeneralRe: I still don't get it... Pin
rajdawg2-Sep-03 15:53
rajdawg2-Sep-03 15:53 
GeneralNewbie question on MFC Controls Pin
Binayak2-Sep-03 13:33
Binayak2-Sep-03 13:33 
GeneralRe: Newbie question on MFC Controls Pin
Shog92-Sep-03 16:26
sitebuilderShog92-Sep-03 16:26 
GeneralInvisible Dialog Pin
ez_way2-Sep-03 12:57
ez_way2-Sep-03 12:57 
GeneralRe: Invisible Dialog Pin
valikac2-Sep-03 14:20
valikac2-Sep-03 14:20 
GeneralRe: Invisible Dialog Pin
ez_way2-Sep-03 14:46
ez_way2-Sep-03 14:46 
GeneralRe: Invisible Dialog Pin
Joel Lucsy3-Sep-03 9:15
Joel Lucsy3-Sep-03 9:15 
GeneralI need as many opinions as possible Pin
DougW482-Sep-03 12:40
DougW482-Sep-03 12:40 
GeneralRe: I need as many opinions as possible Pin
Ted Ferenc2-Sep-03 12:51
Ted Ferenc2-Sep-03 12:51 
GeneralRe: I need as many opinions as possible Pin
valikac2-Sep-03 14:23
valikac2-Sep-03 14:23 
GeneralRe: I need as many opinions as possible Pin
Terry O'Nolley2-Sep-03 15:04
Terry O'Nolley2-Sep-03 15:04 
GeneralRe: I need as many opinions as possible Pin
DougW482-Sep-03 15:59
DougW482-Sep-03 15:59 
GeneralGetting the number of local drives on a system Pin
Dor2-Sep-03 12:32
Dor2-Sep-03 12:32 

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.