Click here to Skip to main content
15,893,588 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Question3d array [modified] Pin
roshinisachi5-Jun-09 0:41
roshinisachi5-Jun-09 0:41 
QuestionRe: repost Pin
CPallini5-Jun-09 0:48
mveCPallini5-Jun-09 0:48 
AnswerRe: 3d array Pin
roshinisachi5-Jun-09 2:29
roshinisachi5-Jun-09 2:29 
QuestionRe: 3d array Pin
CPallini5-Jun-09 2:33
mveCPallini5-Jun-09 2:33 
AnswerRe: 3d array Pin
roshinisachi5-Jun-09 2:40
roshinisachi5-Jun-09 2:40 
QuestionRe: 3d array Pin
CPallini5-Jun-09 3:10
mveCPallini5-Jun-09 3:10 
AnswerRe: 3d array Pin
roshinisachi5-Jun-09 4:23
roshinisachi5-Jun-09 4:23 
QuestionRe: 3d array Pin
CPallini5-Jun-09 5:07
mveCPallini5-Jun-09 5:07 
AnswerRe: 3d array Pin
roshinisachi5-Jun-09 6:14
roshinisachi5-Jun-09 6:14 
NewsRe: 3d array Pin
CPallini5-Jun-09 6:16
mveCPallini5-Jun-09 6:16 
QuestionGPI Triggers Pin
ZMA_BUNTS4-Jun-09 22:28
ZMA_BUNTS4-Jun-09 22:28 
AnswerRe: GPI Triggers Pin
Stuart Dootson4-Jun-09 22:41
professionalStuart Dootson4-Jun-09 22:41 
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 

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.