Click here to Skip to main content
15,902,299 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralInclude exe file as resource Pin
Ricky Koh1-Sep-03 18:18
Ricky Koh1-Sep-03 18:18 
GeneralRe: Include exe file as resource Pin
John M. Drescher1-Sep-03 18:24
John M. Drescher1-Sep-03 18:24 
GeneralRe: Include exe file as resource Pin
Ricky Koh1-Sep-03 18:42
Ricky Koh1-Sep-03 18:42 
GeneralRe: Include exe file as resource Pin
John M. Drescher1-Sep-03 18:50
John M. Drescher1-Sep-03 18:50 
GeneralRe: Include exe file as resource Pin
Ricky Koh1-Sep-03 18:55
Ricky Koh1-Sep-03 18:55 
GeneralRe: Include exe file as resource Pin
John M. Drescher2-Sep-03 4:01
John M. Drescher2-Sep-03 4:01 
GeneralEdit HTML text Pin
Pheonix1-Sep-03 17:19
Pheonix1-Sep-03 17:19 
GeneralMSBNx API help... Pin
JoeSox1-Sep-03 16:50
JoeSox1-Sep-03 16:50 
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|

"obe wan, your my only hope"Big Grin | :-D

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

GeneralTool tips problem Pin
donno201-Sep-03 16:47
donno201-Sep-03 16:47 
GeneralSAPI 4 phrase parsing Pin
Sumo-kun1-Sep-03 15:46
Sumo-kun1-Sep-03 15:46 
GeneralWorking with Files Pin
Jay Hova1-Sep-03 15:10
Jay Hova1-Sep-03 15:10 
GeneralRe: Working with Files Pin
Navin1-Sep-03 15:15
Navin1-Sep-03 15:15 
QuestionWhat are the best (server)options 2 make an Messenger with c++ client?! Pin
lJesper1-Sep-03 13:19
lJesper1-Sep-03 13:19 
AnswerRe: What are the best (server)options 2 make an Messenger with c++ client?! Pin
cmk1-Sep-03 20:29
cmk1-Sep-03 20:29 
GeneralRe: What are the best (server)options 2 make an Messenger with c++ client?! Pin
lJesper2-Sep-03 2:45
lJesper2-Sep-03 2:45 
GeneralRe: What are the best (server)options 2 make an Messenger with c++ client?! Pin
cmk2-Sep-03 8:10
cmk2-Sep-03 8:10 
GeneralRe: What are the best (server)options 2 make an Messenger with c++ client?! Pin
lJesper3-Sep-03 12:48
lJesper3-Sep-03 12:48 
GeneralRe: What are the best (server)options 2 make an Messenger with c++ client?! Pin
cmk11-Sep-03 11:47
cmk11-Sep-03 11:47 
GeneralProgram location in memory Pin
Baatezu_Not_Signed_In1-Sep-03 11:39
sussBaatezu_Not_Signed_In1-Sep-03 11:39 
GeneralRe: Program location in memory Pin
Hydralisk1-Sep-03 14:53
Hydralisk1-Sep-03 14:53 
GeneralRe: Program location in memory Pin
Baatezu_Not_Signed_In1-Sep-03 15:54
sussBaatezu_Not_Signed_In1-Sep-03 15:54 
GeneralRe: Program location in memory Pin
David Crow2-Sep-03 3:35
David Crow2-Sep-03 3:35 
Generalafter much googling and msdning Pin
(Steven Hicks)n+11-Sep-03 10:52
(Steven Hicks)n+11-Sep-03 10:52 
GeneralRe: after much googling and msdning Pin
KaЯl1-Sep-03 12:07
KaЯl1-Sep-03 12:07 
GeneralRe: after much googling and msdning Pin
(Steven Hicks)n+11-Sep-03 13:02
(Steven Hicks)n+11-Sep-03 13:02 

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.