Click here to Skip to main content
15,886,701 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMerging Xml files Pin
siva4554-Jun-09 21:36
siva4554-Jun-09 21:36 
AnswerRe: Merging Xml files Pin
Stuart Dootson4-Jun-09 22:44
professionalStuart Dootson4-Jun-09 22:44 
GeneralRe: Merging Xml files Pin
siva4554-Jun-09 23:02
siva4554-Jun-09 23:02 
GeneralRe: Merging Xml files Pin
Stuart Dootson4-Jun-09 23:08
professionalStuart Dootson4-Jun-09 23:08 
GeneralRe: Merging Xml files Pin
led mike5-Jun-09 4:17
led mike5-Jun-09 4:17 
GeneralRe: Merging Xml files Pin
Stuart Dootson5-Jun-09 4:29
professionalStuart Dootson5-Jun-09 4:29 
GeneralRe: Merging Xml files Pin
led mike5-Jun-09 5:08
led mike5-Jun-09 5:08 
QuestionWhat are the equvalent functions in WINCE? Pin
kapardhi4-Jun-09 21:07
kapardhi4-Jun-09 21:07 
Hai!

I am using JASPER library for a WINCE application, it has some WINCE unsupported functions lie open(), close (), tmpfile () etc. I could replace most of the functions with those supported in WINCE, but i couldn't replace two functions required in jas_stream.c and jpg_enc.c, the two files use
tmpnam() and tmpfile() functions in jas_stream_tmpfile () and jpg_encode () functions
sample code is below

tempnam (obj->pathname); // within jas_stream_tmpfile () function

and

if (!(output_file = _tmpfile())) //// within jpg_encode () function

{
..
}

What are the eqivalent functions of tmpnam() and tmpfile () for WINCE, i reffered the following : http://support.microsoft.com/kb/99456
Please tell equivalent functions or any workarround so that the overall functionality is not affected.

Thanks!
AnswerRe: What are the equvalent functions in WINCE? Pin
«_Superman_»4-Jun-09 21:21
professional«_Superman_»4-Jun-09 21:21 
GeneralRe: What are the equvalent functions in WINCE? Pin
kapardhi4-Jun-09 21:49
kapardhi4-Jun-09 21:49 
Questionrecover encrypted file from NTFS partition Pin
amr1234-Jun-09 21:06
amr1234-Jun-09 21:06 
QuestionAdding Library in MS Visual Studio C++--2008 Pin
shyampasari4-Jun-09 20:51
shyampasari4-Jun-09 20:51 
AnswerRe: Adding Library in MS Visual Studio C++--2008 Pin
«_Superman_»4-Jun-09 21:00
professional«_Superman_»4-Jun-09 21:00 
AnswerRe: Adding Library in MS Visual Studio C++--2008 Pin
Stuart Dootson4-Jun-09 23:03
professionalStuart Dootson4-Jun-09 23:03 
QuestionHow to create a drive mount? Pin
Peter Weyzen4-Jun-09 20:47
Peter Weyzen4-Jun-09 20:47 
AnswerRe: How to create a drive mount? Pin
«_Superman_»4-Jun-09 20:58
professional«_Superman_»4-Jun-09 20:58 
GeneralRe: How to create a drive mount? Pin
Peter Weyzen4-Jun-09 21:06
Peter Weyzen4-Jun-09 21:06 
GeneralRe: How to create a drive mount? Pin
«_Superman_»4-Jun-09 21:12
professional«_Superman_»4-Jun-09 21:12 
AnswerRe: How to create a drive mount? Pin
KarstenK5-Jun-09 1:42
mveKarstenK5-Jun-09 1:42 
AnswerRe: How to create a drive mount? Pin
The Yariv5-Jun-09 19:13
The Yariv5-Jun-09 19:13 
GeneralRe: How to create a drive mount? Pin
aaverian12-Jun-11 10:57
professionalaaverian12-Jun-11 10:57 
QuestionXML [modified] Pin
p_19604-Jun-09 19:34
p_19604-Jun-09 19:34 
AnswerRe: XML Pin
Stuart Dootson4-Jun-09 22:49
professionalStuart Dootson4-Jun-09 22:49 
GeneralRe: XML Pin
siva4554-Jun-09 23:09
siva4554-Jun-09 23:09 
GeneralRe: XML Pin
Stuart Dootson4-Jun-09 23:13
professionalStuart Dootson4-Jun-09 23:13 

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.