Bart McDonald wrote:
> Craig,
> 
> Thanks for the response.  To answer your question, unfortunately not.  I am
> using Visual Studio 6 VC++ and am not familiar with the build utility you
> referenced.  I am a programmer of 15+ years but I am new to the whole open
> source thing.  Regretfully, I am not familiar with extracting files from svn
> or anything like that.  As I mentioned, it crashes when I replicate the
> helloworld app into 3 pages.  It crashes in the 3rd instance of CreatePage.
> For that application, I use Visual Studio 2008.  Here is the HelloWorld
> function that crashes on the 3rd CreatePage call.

Er ... also, you shouldn't have to test the return value of a CreatePage
call. It should NEVER be null. Ever. If it does, I'd personally consider
that a serious bug.

Similarly, CreateFont should IMO never return null. If it does, it
probably needs to be adjusted so it throws an appropriate exception instead.

--
Craig Ringer



------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to