how to convert tiff to pdf it's urgent
-
Hi all........ This is Eswar I want help for any one, In my project convert from tiff image to pdf document. this project developed in vc++6.0, so please help me........ thanks in advance
-
Hi all........ This is Eswar I want help for any one, In my project convert from tiff image to pdf document. this project developed in vc++6.0, so please help me........ thanks in advance
I think you didn't google it :) Well just refer this article [^]
Величие не Бога может быть недооценена.
-
Hi all........ This is Eswar I want help for any one, In my project convert from tiff image to pdf document. this project developed in vc++6.0, so please help me........ thanks in advance
-
Hi all........ This is Eswar I want help for any one, In my project convert from tiff image to pdf document. this project developed in vc++6.0, so please help me........ thanks in advance
Here you go, it may not compile just yet though. ;)
char *answerForumQuestion(char *requestString, bool isUrgent)
{
// provide negative feedback for requests marked as urgent
if (isUrgent)
if (rand() % 2)
return NULL;
else return ptrToRequestStringErrorMessage;// decide whether to try or not
if (isClear(requestString) && effortShown(requestString))
{
// provide an answer where possible
if (forumReaderUnderstands(requestString))
return formulateAnswer(requestString);
}// for all other cases do nothing
return NULL;
} -
Here you go, it may not compile just yet though. ;)
char *answerForumQuestion(char *requestString, bool isUrgent)
{
// provide negative feedback for requests marked as urgent
if (isUrgent)
if (rand() % 2)
return NULL;
else return ptrToRequestStringErrorMessage;// decide whether to try or not
if (isClear(requestString) && effortShown(requestString))
{
// provide an answer where possible
if (forumReaderUnderstands(requestString))
return formulateAnswer(requestString);
}// for all other cases do nothing
return NULL;
}You forgot the case for which this is the third (or more) times that the OP asks the question and completely ignores the replies he received...
Cédric Moonen Software developer
Charting control [v2.0] OpenGL game tutorial in C++ -
Hi all........ This is Eswar I want help for any one, In my project convert from tiff image to pdf document. this project developed in vc++6.0, so please help me........ thanks in advance
Hi Eswar, This is Carlo. Looks like you keep ignoring received answers to previous requests about the same argument. Do you realize this attitude is a serious obstacle on your way to success? :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]