07-30-2006, 06:30 AM
I use Qm for C-code testing... because Qm have good feature for Code-test;
I want to converter C-Code to Qm-code
|
07-30-2006, 06:30 AM
I use Qm for C-code testing... because Qm have good feature for Code-test;
07-30-2006, 06:47 AM
This is missing in QM help file. I also don't have a macro that (partially) converts C code. I only have several macros that make converting declarations (function, struct, interface, #define, enum) easier. They are not perfect. I can post them if you need.
07-30-2006, 07:53 AM
07-30-2006, 07:36 PM
These macros convert C declarations to QM. Download and import. Adds API menu to QM menu bar.
Usage. Copy C declaration, paste in QM and select. Copy and select whole, including semicolon for structs. Run a macro from the menu and it will convert selected text to QM. When converting functions, always inserts user32. Change it if from other dll. Also adds commented source. Not perfect, does not recognize many types, may convert with errors, insert spaces, etc. |
« Next Oldest | Next Newest »
|