03 July 2007

Test

WHAT IS THIS POST?
This post is me uploading code and making a blog post through word 2007...
Guess what wont happen again...

typedef struct {

XtPointer next_extension; /* 1st 4 mandated for all extension records */

XrmQuark record_type; /* NULLQUARK; on ConstraintClassPart */

long version; /* must be XtConstraintExtensionVersion */

Cardinal record_size; /* sizeof(ConstraintClassExtensionRec) */

XtArgsProc get_values_hook;

} ConstraintClassExtensionRec, *ConstraintClassExtension;


typedef struct _ConstraintClassRec {

CoreClassPart core_class;

CompositeClassPart composite_class;

ConstraintClassPart constraint_class;

} ConstraintClassRec;



why am i testing this? I'tm looking for a good and easy way to display code which will keep the code looking proper, formatted, and syntax highlighted (because I'm graphically inclined).
if anyone knows of a way let me know.
I am about to give up and write a asp.net web service that takes the code and generates a png of it, if not a png i also considered a .swf and a silverlight canvas tags as well as others, but with most of those u cant copy/paste, but i might make a onclick popup where it gives you the code... think it might be a usefull service

Labels: ,

0 Comments:

Post a Comment

Links to this post:

<< Home