Click here to Skip to main content
15,900,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: File Path from handle Pin
Randor 12-Nov-08 1:21
professional Randor 12-Nov-08 1:21 
QuestionCPU stimulation C++ Pin
124211-Nov-08 18:46
124211-Nov-08 18:46 
AnswerRe: CPU stimulation C++ Pin
David Crow12-Nov-08 3:35
David Crow12-Nov-08 3:35 
GeneralRe: CPU stimulation C++ Pin
124212-Nov-08 6:45
124212-Nov-08 6:45 
GeneralRe: CPU stimulation C++ Pin
124212-Nov-08 6:54
124212-Nov-08 6:54 
QuestionProblem with IDispatch::GetTypeInfo Pin
mvkvibin11-Nov-08 17:44
mvkvibin11-Nov-08 17:44 
QuestionConvert doc/txt file to PDF using C++. Pin
Subrat 470826611-Nov-08 17:26
Subrat 470826611-Nov-08 17:26 
AnswerRe: Convert doc/txt file to PDF using C++. Pin
bob1697211-Nov-08 18:32
bob1697211-Nov-08 18:32 
Member 4708266 wrote:
Don't want any third party Library


Sounds like you should build your own. It's actually pretty easy once you get your first postscript file put together programmatically and start to understand the Adobe PDF Reference. It takes about 6 months to build a full GDI/GDI+ compatible interface but if you only want text then you can shave off a couple of months since you won't be interested in scraping bitmap information into image resources and the like.

PDF Reference 1.7, Sixth Edition[^]
(I recommend downloading this reference if your going to view it as it tends to download resources as they are needed if you view it online in the IE window) 1000+ pages

Note: Everything you need is in this reference. However, it is very mathematical and not user-friendly at first glance but if you stay your course, it all comes together nicely in a few weeks and you make the most progress (coding-wise) after that. There are not any real support groups unfortunately. Most forums are maintained by people who have built their own products and are trying to get you to give up building your own and use theirs (for a price of course).
GeneralRe: Convert doc/txt file to PDF using C++. Pin
Saurabh.Garg11-Nov-08 22:41
Saurabh.Garg11-Nov-08 22:41 
GeneralRe: Convert doc/txt file to PDF using C++. Pin
bob1697212-Nov-08 3:18
bob1697212-Nov-08 3:18 
AnswerRe: Convert doc/txt file to PDF using C++. Pin
Cedric Moonen11-Nov-08 20:32
Cedric Moonen11-Nov-08 20:32 
QuestionHow to pass data from MFC to Win 32 Console through windows messaging [modified] Pin
Darrel Q Pham11-Nov-08 15:45
Darrel Q Pham11-Nov-08 15:45 
AnswerRe: How to pass data from MFC to Win 32 Console through windows messaging Pin
Darrel Q Pham17-Nov-08 15:34
Darrel Q Pham17-Nov-08 15:34 
QuestionNeed help converting raw PCM data into streaming audio Pin
lavagoblin11-Nov-08 12:42
lavagoblin11-Nov-08 12:42 
AnswerRe: Need help converting raw PCM data into streaming audio Pin
enhzflep11-Nov-08 14:00
enhzflep11-Nov-08 14:00 
AnswerRe: Need help converting raw PCM data into streaming audio Pin
Mark Salsbery11-Nov-08 15:35
Mark Salsbery11-Nov-08 15:35 
QuestionPull Downs Menu Items Pin
BobInNJ11-Nov-08 11:33
BobInNJ11-Nov-08 11:33 
AnswerRe: Pull Downs Menu Items Pin
lavagoblin11-Nov-08 11:59
lavagoblin11-Nov-08 11:59 
GeneralRe: Pull Downs Menu Items Pin
BobInNJ11-Nov-08 12:24
BobInNJ11-Nov-08 12:24 
GeneralRe: Pull Downs Menu Items Pin
lavagoblin11-Nov-08 13:01
lavagoblin11-Nov-08 13:01 
GeneralRe: Pull Downs Menu Items Pin
BobInNJ11-Nov-08 14:09
BobInNJ11-Nov-08 14:09 
GeneralRe: Pull Downs Menu Items Pin
lavagoblin12-Nov-08 4:18
lavagoblin12-Nov-08 4:18 
GeneralRe: Pull Downs Menu Items Pin
Mark Salsbery11-Nov-08 15:42
Mark Salsbery11-Nov-08 15:42 
AnswerRe: Pull Downs Menu Items Pin
BobInNJ11-Nov-08 13:00
BobInNJ11-Nov-08 13:00 
QuestionGet parent process command line in 64 bit Pin
Jack Rong11-Nov-08 10:23
Jack Rong11-Nov-08 10:23 

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.