Masm32 OpenGL Libs etc

I want to start programing OpenGL in Masm32, but it needs some lib files, Im not sure where to get these, I have the c source, can I compile these into usable for ASM???
Help would be great
Thanks

I haven’t done any MASM OpenGL work myself, however you may find this link will be helpful. http://romka.demonews.com/index_eng.htm

As far as using your C code to generate assembler is not possible.

Neil Witcomb