Click here to Skip to main content
15,905,915 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WM_COPYDATA Pin
l a u r e n31-Mar-04 5:42
l a u r e n31-Mar-04 5:42 
GeneralRe: WM_COPYDATA Pin
Dave_1-Apr-04 7:29
Dave_1-Apr-04 7:29 
GeneralShell Open Occured Pin
sschilachi30-Mar-04 9:52
sschilachi30-Mar-04 9:52 
GeneralRe: Shell Open Occured Pin
Michael Dunn30-Mar-04 11:16
sitebuilderMichael Dunn30-Mar-04 11:16 
GeneralRe: Shell Open Occured Pin
sschilachi30-Mar-04 23:15
sschilachi30-Mar-04 23:15 
Generalpro engineer.... wild fire... AHHHH Pin
OMalleyW30-Mar-04 9:52
OMalleyW30-Mar-04 9:52 
GeneralRe: pro engineer.... wild fire... AHHHH Pin
Prakash Nadar30-Mar-04 14:58
Prakash Nadar30-Mar-04 14:58 
GeneralRe: pro engineer.... wild fire... AHHHH Pin
OMalleyW30-Mar-04 22:47
OMalleyW30-Mar-04 22:47 
thank you for the response. With Pro Engineer wildfire there is Pro Toolkit which gives you an API to program to Pro Engineer. After I added the directories where all the Pro toolkit header files are located I would get errors . Here is an example
one of the errors said that the function ProMessageDisplay does not take 3 arguments.. So I looked in the ProMessage.h file provided by PTC (the company that makes Pro Engineer)
Here is the declaration:

extern ProError ProMessageDisplay(
#ifdef PRO_USE_VAR_ARGS
ProFileName file_name,
ProCharLine message_name,
...
#endif
);

Because I am just getting into C++ I was thinking that the declaration was causing a problem, but I am not really sure.

Thank you again for the help
Will
GeneralRe: pro engineer.... wild fire... AHHHH Pin
Prakash Nadar31-Mar-04 2:29
Prakash Nadar31-Mar-04 2:29 
GeneralNetwork availability change events Pin
JT Anderson30-Mar-04 9:15
JT Anderson30-Mar-04 9:15 
GeneralRe: Network availability change events Pin
David Crow30-Mar-04 9:20
David Crow30-Mar-04 9:20 
GeneralRe: Network availability change events Pin
JT Anderson30-Mar-04 9:43
JT Anderson30-Mar-04 9:43 
GeneralStretchBlt replacement Pin
#realJSOP30-Mar-04 9:07
professional#realJSOP30-Mar-04 9:07 
GeneralRe: StretchBlt replacement Pin
Prakash Nadar30-Mar-04 14:56
Prakash Nadar30-Mar-04 14:56 
GeneralRe: StretchBlt replacement Pin
#realJSOP31-Mar-04 0:57
professional#realJSOP31-Mar-04 0:57 
GeneralRe: StretchBlt replacement Pin
Prakash Nadar31-Mar-04 2:12
Prakash Nadar31-Mar-04 2:12 
GeneralSpecified driver could not be located due to system error 5 Pin
ElizabethC30-Mar-04 8:30
ElizabethC30-Mar-04 8:30 
GeneralRe: Specified driver could not be located due to system error 5 Pin
Antti Keskinen30-Mar-04 8:40
Antti Keskinen30-Mar-04 8:40 
GeneralRe: Specified driver could not be located due to system error 5 Pin
ElizabethC30-Mar-04 8:53
ElizabethC30-Mar-04 8:53 
GeneralRe: Specified driver could not be located due to system error 5 Pin
Antti Keskinen30-Mar-04 21:22
Antti Keskinen30-Mar-04 21:22 
GeneralRe: Specified driver could not be located due to system error 5 Pin
ElizabethC31-Mar-04 7:18
ElizabethC31-Mar-04 7:18 
Questionhow to draw a font with outline effect Pin
Cleung30-Mar-04 8:21
Cleung30-Mar-04 8:21 
AnswerRe: how to draw a font with outline effect Pin
basementman30-Mar-04 11:25
basementman30-Mar-04 11:25 
GeneralColeDateTime Pin
aman200630-Mar-04 8:15
aman200630-Mar-04 8:15 
GeneralRe: ColeDateTime Pin
Prakash Nadar30-Mar-04 14:54
Prakash Nadar30-Mar-04 14:54 

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.